Interface Stomp.Headers
-
- Enclosing interface:
- Stomp
public static interface Stomp.Headers
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStomp.Headers.Ackstatic interfaceStomp.Headers.Connectstatic interfaceStomp.Headers.Connectedstatic interfaceStomp.Headers.Errorstatic interfaceStomp.Headers.Messagestatic interfaceStomp.Headers.Responsestatic interfaceStomp.Headers.Sendstatic interfaceStomp.Headers.Subscribestatic interfaceStomp.Headers.Unsubscribe
-
Field Summary
Fields Modifier and Type Field Description static StringAMQ_MESSAGE_TYPEThis header is used to instruct ActiveMQ to construct the message based with a specific type.static StringCONTENT_LENGTHstatic StringCONTENT_TYPEstatic StringRECEIPT_REQUESTEDstatic StringSEPERATORstatic StringTRANSACTIONstatic StringTRANSFORMATIONstatic StringTRANSFORMATION_ERROR
-
-
-
Field Detail
-
SEPERATOR
static final String SEPERATOR
- See Also:
- Constant Field Values
-
RECEIPT_REQUESTED
static final String RECEIPT_REQUESTED
- See Also:
- Constant Field Values
-
TRANSACTION
static final String TRANSACTION
- See Also:
- Constant Field Values
-
CONTENT_LENGTH
static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
-
CONTENT_TYPE
static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
TRANSFORMATION
static final String TRANSFORMATION
- See Also:
- Constant Field Values
-
TRANSFORMATION_ERROR
static final String TRANSFORMATION_ERROR
- See Also:
- Constant Field Values
-
AMQ_MESSAGE_TYPE
static final String AMQ_MESSAGE_TYPE
This header is used to instruct ActiveMQ to construct the message based with a specific type.- See Also:
- Constant Field Values
-
-