open class AmqpConstants
Helpful constants for dealing with the various sections/elements forming the JsonObject representation of the AMQP message.
AmqpConstants()
Helpful constants for dealing with the various sections/elements forming the JsonObject representation of the AMQP message. |
static val APPLICATION_PROPERTIES: String |
|
static val BODY: String |
|
static val BODY_TYPE: String |
|
static val BODY_TYPE_DATA: String |
|
static val BODY_TYPE_SEQUENCE: String |
|
static val BODY_TYPE_VALUE: String |
|
static val HEADER: String |
|
static val HEADER_DELIVERY_COUNT: String |
|
static val HEADER_DURABLE: String |
|
static val HEADER_FIRST_ACQUIRER: String |
|
static val HEADER_PRIORITY: String |
|
static val HEADER_TTL: String |
|
static val MESSAGE_ANNOTATIONS: String |
|
static val PROPERTIES: String |
|
static val PROPERTIES_ABSOLUTE_EXPIRY_TIME: String |
|
static val PROPERTIES_CONTENT_ENCODING: String |
|
static val PROPERTIES_CONTENT_TYPE: String |
|
static val PROPERTIES_CORRELATION_ID: String |
|
static val PROPERTIES_CREATION_TIME: String |
|
static val PROPERTIES_GROUP_ID: String |
|
static val PROPERTIES_GROUP_SEQUENCE: String |
|
static val PROPERTIES_MESSAGE_ID: String |
|
static val PROPERTIES_REPLY_TO: String |
|
static val PROPERTIES_REPLY_TO_GROUP_ID: String |
|
static val PROPERTIES_SUBJECT: String |
|
static val PROPERTIES_TO: String |
|
static val PROPERTIES_USER_ID: String |