- JMS_AMQP_CONTENT_ENCODING - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_CONTENT_TYPE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_DELIVERY_ANNOTATION_PREFIX - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_FIRST_ACQUIRER - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_FOOTER_PREFIX - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_HEADER - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_HEADER_DURABLE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_HEADER_PRIORITY - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_MESSAGE_ANNOTATION_PREFIX - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_NATIVE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_PREFIX - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_PREFIX_LENGTH - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_PROPERTIES - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_AMQP_REPLYTO_GROUP_ID - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_BYTES_MESSAGE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS BytesMessage
which has a body that consists of raw bytes.
- JMS_DELIVERY_TIME - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
Attribute used to mark the Application defined delivery time assigned to the message
- JMS_DEST_TYPE_MSG_ANNOTATION - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_ID_PREFIX - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageIdHelper
-
- JMS_MAP_MESSAGE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS MapMessage
which has an Map instance serialized in its message body.
- JMS_MESSAGE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a generic JMS Message
which has no body.
- JMS_MSG_TYPE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
Attribute used to mark the class type of JMS message that a particular message
instance represents, used internally by the client.
- JMS_OBJECT_MESSAGE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS ObjectMessage
which has an Object value serialized in its message body.
- JMS_REPLY_TO_TYPE_MSG_ANNOTATION - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_REPLY_TO_TYPE_MSG_ANNOTATION_SYMBOL_NAME - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
- JMS_SELECTOR_CODE - Static variable in class org.apache.activemq.artemis.protocol.amqp.proton.AmqpSupport
-
- JMS_SELECTOR_FILTER_IDS - Static variable in class org.apache.activemq.artemis.protocol.amqp.proton.AmqpSupport
-
- JMS_SELECTOR_NAME - Static variable in class org.apache.activemq.artemis.protocol.amqp.proton.AmqpSupport
-
- JMS_STREAM_MESSAGE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS StreamMessage
which has a body that is a structured collection of primitives values.
- JMS_TEXT_MESSAGE - Static variable in class org.apache.activemq.artemis.protocol.amqp.converter.AMQPMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS TextMessage
which has a body that contains a UTF-8 encoded String.