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