Class FilterConstants
java.lang.Object
org.apache.activemq.artemis.api.core.FilterConstants
Constants representing pre-defined message attributes that can be referenced in ActiveMQ Artemis core
filter expressions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleString
Name of the ActiveMQ Artemis Address headerstatic final SimpleString
Name of the ActiveMQ Artemis Message durable header.static final SimpleString
Name of the ActiveMQ Artemis Message expiration header.static final SimpleString
Name of the ActiveMQ Artemis Message group id header.static final SimpleString
All ActiveMQ Artemis headers are prepended by this prefix.static final SimpleString
Name of the ActiveMQ Artemis Message priority header.static final SimpleString
Name of the ActiveMQ Artemis Message size header.static final SimpleString
Name of the ActiveMQ Artemis Message timestamp header.static final SimpleString
Name of the ActiveMQ Artemis UserID header.static final SimpleString
Value for the Durable header when the message is durable.static final String
Core to AMQP wrapper can store JMSMessageID as NATIVE_MESSAGE_ID internallystatic final SimpleString
Value for the Durable header when the message is non-durable. -
Method Summary
-
Field Details
-
ACTIVEMQ_USERID
Name of the ActiveMQ Artemis UserID header. -
ACTIVEMQ_EXPIRATION
Name of the ActiveMQ Artemis Message expiration header. -
ACTIVEMQ_DURABLE
Name of the ActiveMQ Artemis Message durable header. -
NON_DURABLE
Value for the Durable header when the message is non-durable. -
DURABLE
Value for the Durable header when the message is durable. -
ACTIVEMQ_TIMESTAMP
Name of the ActiveMQ Artemis Message timestamp header. -
ACTIVEMQ_PRIORITY
Name of the ActiveMQ Artemis Message priority header. -
ACTIVEMQ_SIZE
Name of the ActiveMQ Artemis Message size header. -
ACTIVEMQ_ADDRESS
Name of the ActiveMQ Artemis Address header -
ACTIVEMQ_GROUP_ID
Name of the ActiveMQ Artemis Message group id header. -
ACTIVEMQ_PREFIX
All ActiveMQ Artemis headers are prepended by this prefix. -
NATIVE_MESSAGE_ID
Core to AMQP wrapper can store JMSMessageID as NATIVE_MESSAGE_ID internally- See Also:
-