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 |
destinationQueue |
string |
The queue to which to send the request. This input item overrides the Destination Queue field on the Configuration tab. |
timeout |
integer |
Specifies how long the message can remain active (in seconds). If set to 0, the message does not expire. |
selector |
string |
A string to determine whether a message should be received. The value of this element overrides any value specified in the Message Selector field of the Advanced tab. The syntax of the message selector is determined by the JMS provider, but it is usually a subset of SQL92 (where message properties are used instead of table column names). For more information and syntax for a message selector string, see your JMS provider documentation. |