Interface Stomp.Headers
-
- Enclosing interface:
- Stomp
public static interface Stomp.Headers
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Stomp.Headers.Ack
static interface
Stomp.Headers.Connect
static interface
Stomp.Headers.Connected
static interface
Stomp.Headers.Error
static interface
Stomp.Headers.Message
static interface
Stomp.Headers.Response
static interface
Stomp.Headers.Send
static interface
Stomp.Headers.Subscribe
static interface
Stomp.Headers.Unsubscribe
-
Field Summary
Fields Modifier and Type Field Description static String
AMQ_MESSAGE_TYPE
This header is used to instruct ActiveMQ to construct the message based with a specific type.static String
CONTENT_LENGTH
static String
CONTENT_TYPE
static String
RECEIPT_REQUESTED
static String
SEPERATOR
static String
TRANSACTION
static String
TRANSFORMATION
static String
TRANSFORMATION_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
-
-