Output
The output for the activity is the following.
Output Item |
Datatype |
Description |
JMSHeaders |
complex |
The message header fields for the message. For more information about message header fields, see JMS Properties. |
JMSProperties |
complex |
The message properties for the message. For more information about message properties, see JMS Properties. |
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 the 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.
The DynamicProperties are also added to the outgoing message. |