Input
For more information about mapping and transforming input data, see TIBCO ActiveMatrix BusinessWorks™ Process Design.
The input for the activity is the following.
Input Item |
Datatype |
Description |
subject |
string |
The subject to send the request on. The default subject is displayed on the Advanced tab, but you can override the default by specifying a subject here. |
requestTimeout |
integer |
The time to wait (in milliseconds) for the synchronous request-reply operation to complete. An error is returned if the operation does not complete in this time limit. |
replySubject |
string |
The Subject/Destination that is used to send the response when using the RV/JMS transport. |
businessKey |
string |
This string is appended to the AE tracking info appInfo field. The AE tracking info for messages published is a concatenation of Note: It is a good idea to have all publishers in a process use the same business key. Only the most recent publisher’s business key is used in the tracking info for the message.
|
OtherProperties |
complex |
This element is only available when JMS Topic or JMS Queue is the transport and a JMS Application Properties resource is specified on the Transport tab. This element contains the message properties for the message. For more information about message properties, see JMS Properties. Only properties applicable to this type of message are displayed. |
body |
complex |
The input parameters for the specified operation. The input parameters are defined by the operation class for the specified Adapter Service for this activity. |