Several important JMS Headers are shown in these examples, including the parameters set in the Business Process.
- JMSPriority
- JMSReplyTo
- MSgType
JMSPriority Header
Sets a priority level for messages in the queue. For example,a message with a higher priority will be received before a message with a lower priority level. 1-9 is acceptable, the higher the number the greater the priority.
JMSDeliveryMode Header
Custom Header
JMSReplyTo Header
Set JMS_IBM_MsgType to 2 for Reply message in header
Set Queue Manager and Destination Name to the JMSReplyTo header.
JMSCorrelationID
Note: JMSCorrelationID has to be in the format - ID:<a string of 48 lowercase hexadecimal value>Refer more here - JMSCorrelationID
Comments
0 comments
Please sign in to leave a comment.