JMS Channels : JMS Header Field Names

JMS Header Field Names
The table below shows the names you must use to define event properties corresponding to JMS header field names, as well as some details about the purpose of each property. The property names are not case sensitive.
The delivery mode specified by the sender. This property instructs the server concerning persistent storage for the message. Value can be:
22—interpreted as RELIABLE. This value is an extension to the standard used in TIBCO Enterprise Message Service.
The length of time that the message will live (in milliseconds) before expiration. If set to 0, the message does not expire.
The message priority, a numerical value between 0 and 9. Larger numbers represent higher priority.
The time when the message was handed off to a provider to be sent. The message may be sent later than this timestamp value.
A correlation ID that can be used to link messages. For example, you can link a response message to a request message. Optional.
Name of the JMS destination (queue or topic) to send the message reply to. If null, BusinessEvents does not set the outgoing message’s property.
Note: Do not set the value to an empty string (""). If you do, BusinessEvents sets the queue or topic name to an empty string which creates an exception, and the message is not sent.
If this field is set, it is possible that the message was delivered to the client earlier, but not acknowledged at that time.