org.springframework.integration.adapter.jms
Class JmsAttributeKeys
java.lang.Object
org.springframework.integration.adapter.jms.JmsAttributeKeys
public abstract class JmsAttributeKeys
- extends java.lang.Object
Keys to be used for setting and/or retrieving JMS attributes stored in the
integration message header.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_DEFINED_ATTRIBUTE_PREFIX
public static final java.lang.String USER_DEFINED_ATTRIBUTE_PREFIX
- See Also:
- Constant Field Values
CORRELATION_ID
public static final java.lang.String CORRELATION_ID
- See Also:
- Constant Field Values
REPLY_TO
public static final java.lang.String REPLY_TO
- See Also:
- Constant Field Values
REDELIVERED
public static final java.lang.String REDELIVERED
- See Also:
- Constant Field Values
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
JmsAttributeKeys
public JmsAttributeKeys()