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