public interface JmsHeaders
Modifier and Type | Field and Description |
---|---|
static String |
CORRELATION_ID
Correlation ID for the message.
|
static String |
DELIVERY_MODE
Distribution mode.
|
static String |
DESTINATION
Name of the destination (topic or queue) of the message.
|
static String |
EXPIRATION
Message expiration date and time.
|
static String |
MESSAGE_ID
Unique identifier for a message.
|
static String |
PREFIX
Prefix used for JMS API related headers in order to distinguish from
user-defined headers and other internal headers (e.g.
|
static String |
PRIORITY
The message priority level.
|
static String |
REDELIVERED
Specify if the message was resent.
|
static String |
REPLY_TO
Name of the destination (topic or queue) the message replies should
be sent to.
|
static String |
TIMESTAMP
Date and time of the message sending operation.
|
static String |
TYPE
Message type label.
|
static final String PREFIX
SimpleJmsHeaderMapper
,
Constant Field Valuesstatic final String CORRELATION_ID
MESSAGE_ID
of
the message that this message replies to. It may also be an
application-specific identifier.static final String DESTINATION
Read-only value.
Message.getJMSDestination()
,
Destination
,
Queue
,
Topic
,
Constant Field Valuesstatic final String DELIVERY_MODE
Read-only value.
static final String EXPIRATION
Read-only value.
Message.getJMSExpiration()
,
Constant Field Valuesstatic final String MESSAGE_ID
Read-only value.
Message.getJMSMessageID()
,
Constant Field Valuesstatic final String PRIORITY
Read-only value.
Message.getJMSPriority()
,
Constant Field Valuesstatic final String REPLY_TO
Message.getJMSReplyTo()
,
Constant Field Valuesstatic final String REDELIVERED
Read-only value.
Message.getJMSRedelivered()
,
Constant Field Valuesstatic final String TYPE
Message.getJMSType()
,
Constant Field Valuesstatic final String TIMESTAMP
Read-only value.
Message.getJMSTimestamp()
,
Constant Field Values