public interface JmsConstants
Modifier and Type | Field and Description |
---|---|
static String |
JMS_CORRELATION_ID
Set by the publishing Client
|
static String |
JMS_DELIVERY_MODE
Set on the send or publish event
|
static String |
JMS_DELIVERY_MODE_NON_PERSISTENT |
static String |
JMS_DELIVERY_MODE_PERSISTENT
String representation of JMS delivery modes.
|
static String |
JMS_DESTINATION
Set on the send or publish event
|
static String |
JMS_EXPIRATION
Set on the send or publish event
|
static String |
JMS_MESSAGE_ID
Set on the send or publish event
|
static String |
JMS_PRIORITY
Set on the send or publish event
|
static String |
JMS_REDELIVERED
A redelivery flag set by the JMS provider
|
static String |
JMS_REPLY_TO
The JMS Reply To
Destination set by the publishing Client |
static String |
JMS_TIMESTAMP
Set on the send or publish event
|
static String |
JMS_TYPE
Set by the publishing Client
|
static String |
JMSX_GROUP_ID
Custom headers
|
static String |
QUEUE_PREFIX |
static String |
TEMP_QUEUE_PREFIX |
static String |
TEMP_TOPIC_PREFIX |
static String |
TOPIC_PREFIX |
static final String QUEUE_PREFIX
static final String TOPIC_PREFIX
static final String TEMP_QUEUE_PREFIX
static final String TEMP_TOPIC_PREFIX
static final String JMS_CORRELATION_ID
static final String JMS_DELIVERY_MODE
static final String JMS_DESTINATION
static final String JMS_EXPIRATION
static final String JMS_MESSAGE_ID
static final String JMS_PRIORITY
static final String JMS_REDELIVERED
static final String JMS_REPLY_TO
Destination
set by the publishing Clientstatic final String JMS_TIMESTAMP
static final String JMS_TYPE
static final String JMSX_GROUP_ID
static final String JMS_DELIVERY_MODE_PERSISTENT
static final String JMS_DELIVERY_MODE_NON_PERSISTENT
Apache Camel