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 |
destinationTopic |
string |
The topic to which to send the request. This input item overrides the Destination Topic field on the Configuration tab. |
replyToTopic |
string |
The topic to which replies should be sent for this request. This input item overrides the Reply-to destination on the Advanced tab. |
JMSExpiration |
integer |
Specifies how long the message can remain active (in seconds). If set to 0, the message does not expire. |
JMSPriority |
string |
The priority of the message. This item overrides the priority set on the Advanced tab. |
JMSDeliveryMode |
string |
The delivery mode of the message. Can be one of the following:
|
JMSCorrelationID |
string |
This ID is used to link a response message with its related request message. This is usually the message ID of a request message when this field is found in a reply message. |
JMSType |
string |
The type of the message. This item overrides the value specified on the Advanced tab. |
JMSProperties |
complex |
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. |
OtherProperties |
complex |
If the JMS Application Properties field is specified on the Advanced tab, the OtherProperties group lists the application-specific properties in the selected JMS Application Properties shared configuration resource. |
Body |
depends upon message type |
The body of the message. |
DynamicProperties |
complex |
The dynamic properties is an additional parameter to add runtime property to the Outgoing JMS Messages which is specified in the Input tab. This is an optional element with only one instance. Dynamic property can have multiple property elements. Each property element denotes a single dynamic property and can contain the following elements: Name — Required. Name of the property with one instance. Value — Required. Value of the property with one instance. Type — Optional. Type of the property. If not provided, it is considered as string. Following Types are supported:
Note: The DynamicProperty overwrites the value of a property (with the same name) added using the JMS Application Property.
Also, DynamicProperties are added to the outgoing message. |