public static interface Stomp.Headers
Modifier and Type | Interface and 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 |
Modifier and Type | Field and 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 |
static final String SEPERATOR
static final String RECEIPT_REQUESTED
static final String TRANSACTION
static final String CONTENT_LENGTH
static final String CONTENT_TYPE
static final String TRANSFORMATION
static final String TRANSFORMATION_ERROR
static final String AMQ_MESSAGE_TYPE
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.