Package com.consol.citrus.jms.message
Class JmsMessageHeaders
- java.lang.Object
-
- com.consol.citrus.jms.message.JmsMessageHeaders
-
public final class JmsMessageHeaders extends Object
- Since:
- 2.0
- Author:
- Christoph Deppisch
-
-
Field Summary
Fields Modifier and Type Field Description static StringCORRELATION_IDstatic StringDELIVERY_MODEstatic StringDESTINATIONstatic StringEXPIRATIONstatic StringJMS_PREFIXstatic StringMESSAGE_IDstatic StringPRIORITYstatic StringREDELIVEREDstatic StringREPLY_TOstatic StringTIMESTAMPstatic StringTYPE
-
-
-
Field Detail
-
JMS_PREFIX
public static final String JMS_PREFIX
- See Also:
- Constant Field Values
-
MESSAGE_ID
public static final String MESSAGE_ID
- See Also:
- Constant Field Values
-
CORRELATION_ID
public static final String CORRELATION_ID
- See Also:
- Constant Field Values
-
REPLY_TO
public static final String REPLY_TO
- See Also:
- Constant Field Values
-
REDELIVERED
public static final String REDELIVERED
- See Also:
- Constant Field Values
-
PRIORITY
public static final String PRIORITY
- See Also:
- Constant Field Values
-
DESTINATION
public static final String DESTINATION
- See Also:
- Constant Field Values
-
DELIVERY_MODE
public static final String DELIVERY_MODE
- See Also:
- Constant Field Values
-
EXPIRATION
public static final String EXPIRATION
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
-