...
Field | Description | |||||
---|---|---|---|---|---|---|
Context (any) | This field contains information about the context in which the operation is being invoked when needed. | |||||
GetResponse (boolean) | This field is set as
| |||||
HasReplyToDestination (boolean) | This field is used by the workflow to determine whether an answer can be routed back or not.
| |||||
Request (any) | This field contains the request. For valid Request types see the table above. | |||||
Request Properties (map <string, any>) | Request message properties. For further information see JMS Message Properties below. | |||||
Request Properties (map <string, any>) | Request message properties. For further information, see the section below, JMS Message Properties. | |||||
Response (any) | This field contains the response. For valid Response types see the table above. | |||||
Status(int) | The value informs you about the message status:
|
JMS Message Properties
The JMS Message properties can be accessed in the UDR using the RequestProperties
and the ResponseProperties
fields. When the message is received, these fields are mapped to those of the output message, before the message is sent to the JMS server. The value types are checked by the agent when sent. If an invalid value type is found, an error is generated. The supported property values are: boolean, byte, short, int, long, float, double, or string.