Data Engineering Streaming
- Data Engineering Streaming 10.5.4
- All Products
Header field
| Data type
| Description
|
---|---|---|
JMSDestination
| String
| Destination to which the message is sent. JMS destinations can be a message queue or a recipient who listens for messages based on the message topic.
|
JMSDeliveryMode
| Integer
| Delivery mode of the message. The delivery mode can be persistent or non-persistent.
|
JMSMessageID
| String
| Unique identification value for the message.
|
JMSTimestamp
| Date/Time
| Time at which the message was handed off to the provider to be sent to the destination.
|
JMSCorrelationID
| String
| Links one message with another. For example, JMSCorrelationID can link a response message with the corresponding request message.
|
JMSReplyTo
| String
| Destination to which a reply message can be sent.
|
JMSRedelivered
| String
| Indicates that a message might have been delivered previously, but not acknowledged.
|
JMSType
| String
| Type of message based on a description of the message. For example, if a message contains a stock trade, the message type might be stock trade.
|
JMSExpiration
| Bigint
| Amount of time in milliseconds the message remains valid. The messages remain in memory during this period.
|
JMSPriority
| Integer
| Priority of the message from 0-9. 0 is the lowest priority. 9 is the highest.
|