Interface JmsConstants
-
public interface JmsConstantsJMS constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringJMS_CORRELATION_IDSet by the publishing Clientstatic StringJMS_DELIVERY_MODESet on the send or publish eventstatic StringJMS_DELIVERY_MODE_NON_PERSISTENTstatic StringJMS_DELIVERY_MODE_PERSISTENTString representation of JMS delivery modes.static StringJMS_DESTINATIONSet on the send or publish eventstatic StringJMS_EXPIRATIONSet on the send or publish eventstatic StringJMS_MESSAGE_IDSet on the send or publish eventstatic StringJMS_PRIORITYSet on the send or publish eventstatic StringJMS_REDELIVEREDA redelivery flag set by the JMS providerstatic StringJMS_REPLY_TOThe JMS Reply ToDestinationset by the publishing Clientstatic StringJMS_TIMESTAMPSet on the send or publish eventstatic StringJMS_TYPESet by the publishing Clientstatic StringJMSX_GROUP_IDCustom headersstatic StringQUEUE_PREFIXstatic StringTEMP_QUEUE_PREFIXstatic StringTEMP_TOPIC_PREFIXstatic StringTOPIC_PREFIX
-
-
-
Field Detail
-
QUEUE_PREFIX
static final String QUEUE_PREFIX
- See Also:
- Constant Field Values
-
TOPIC_PREFIX
static final String TOPIC_PREFIX
- See Also:
- Constant Field Values
-
TEMP_QUEUE_PREFIX
static final String TEMP_QUEUE_PREFIX
- See Also:
- Constant Field Values
-
TEMP_TOPIC_PREFIX
static final String TEMP_TOPIC_PREFIX
- See Also:
- Constant Field Values
-
JMS_CORRELATION_ID
static final String JMS_CORRELATION_ID
Set by the publishing Client- See Also:
- Constant Field Values
-
JMS_DELIVERY_MODE
static final String JMS_DELIVERY_MODE
Set on the send or publish event- See Also:
- Constant Field Values
-
JMS_DESTINATION
static final String JMS_DESTINATION
Set on the send or publish event- See Also:
- Constant Field Values
-
JMS_EXPIRATION
static final String JMS_EXPIRATION
Set on the send or publish event- See Also:
- Constant Field Values
-
JMS_MESSAGE_ID
static final String JMS_MESSAGE_ID
Set on the send or publish event- See Also:
- Constant Field Values
-
JMS_PRIORITY
static final String JMS_PRIORITY
Set on the send or publish event- See Also:
- Constant Field Values
-
JMS_REDELIVERED
static final String JMS_REDELIVERED
A redelivery flag set by the JMS provider- See Also:
- Constant Field Values
-
JMS_REPLY_TO
static final String JMS_REPLY_TO
The JMS Reply ToDestinationset by the publishing Client- See Also:
- Constant Field Values
-
JMS_TIMESTAMP
static final String JMS_TIMESTAMP
Set on the send or publish event- See Also:
- Constant Field Values
-
JMS_TYPE
static final String JMS_TYPE
Set by the publishing Client- See Also:
- Constant Field Values
-
JMSX_GROUP_ID
static final String JMSX_GROUP_ID
Custom headers- See Also:
- Constant Field Values
-
JMS_DELIVERY_MODE_PERSISTENT
static final String JMS_DELIVERY_MODE_PERSISTENT
String representation of JMS delivery modes.- See Also:
- Constant Field Values
-
JMS_DELIVERY_MODE_NON_PERSISTENT
static final String JMS_DELIVERY_MODE_NON_PERSISTENT
- See Also:
- Constant Field Values
-
-