public final class FilterConstants extends Object
Modifier and Type | Field and Description |
---|---|
static SimpleString |
ACTIVEMQ_ADDRESS
Name of the ActiveMQ Artemis Address header
|
static SimpleString |
ACTIVEMQ_DURABLE
Name of the ActiveMQ Artemis Message durable header.
|
static SimpleString |
ACTIVEMQ_EXPIRATION
Name of the ActiveMQ Artemis Message expiration header.
|
static SimpleString |
ACTIVEMQ_PREFIX
All ActiveMQ Artemis headers are prepended by this prefix.
|
static SimpleString |
ACTIVEMQ_PRIORITY
Name of the ActiveMQ Artemis Message priority header.
|
static SimpleString |
ACTIVEMQ_SIZE
Name of the ActiveMQ Artemis Message size header.
|
static SimpleString |
ACTIVEMQ_TIMESTAMP
Name of the ActiveMQ Artemis Message timestamp header.
|
static SimpleString |
ACTIVEMQ_USERID
Name of the ActiveMQ Artemis UserID header.
|
static SimpleString |
DURABLE
Value for the Durable header when the message is durable.
|
static String |
NATIVE_MESSAGE_ID
Proton protocol stores JMSMessageID as NATIVE_MESSAGE_ID
|
static SimpleString |
NON_DURABLE
Value for the Durable header when the message is non-durable.
|
public static final SimpleString ACTIVEMQ_USERID
public static final SimpleString ACTIVEMQ_EXPIRATION
public static final SimpleString ACTIVEMQ_DURABLE
public static final SimpleString NON_DURABLE
public static final SimpleString DURABLE
public static final SimpleString ACTIVEMQ_TIMESTAMP
public static final SimpleString ACTIVEMQ_PRIORITY
public static final SimpleString ACTIVEMQ_SIZE
public static final SimpleString ACTIVEMQ_ADDRESS
public static final SimpleString ACTIVEMQ_PREFIX
public static final String NATIVE_MESSAGE_ID
Copyright © 2017 JBoss by Red Hat. All rights reserved.