public abstract class JmsHeaders extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CORRELATION_ID |
static String |
MESSAGE_ID |
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 |
REDELIVERED |
static String |
REPLY_TO |
static String |
TIMESTAMP |
static String |
TYPE |
Constructor and Description |
---|
JmsHeaders() |
public static final String PREFIX
DefaultJmsHeaderMapper
,
Constant Field Valuespublic static final String MESSAGE_ID
public static final String CORRELATION_ID
public static final String REPLY_TO
public static final String REDELIVERED
public static final String TYPE
public static final String TIMESTAMP