public class JMSConstants extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JMSConstants.JMSDestinationType |
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_AUTO
automatic choice of an appropriate caching level (depending on the
transaction strategy)
|
static int |
CACHE_CONNECTION
Cache only the JMS connection between tasks (when receiving), or JMS CF's
(when sending)
|
static int |
CACHE_CONSUMER
Cache the JMS connection, Session and Consumer between tasks when
receiving
|
static int |
CACHE_NONE
Do not cache any JMS resources between tasks (when sending) or JMS CF's
(when sending)
|
static int |
CACHE_PRODUCER
Cache the JMS connection, Session and Producer within a
JMSConnectionFactory when sending
|
static int |
CACHE_SESSION
Cache only the JMS connection and Session between tasks (receiving), or
JMS CF's (sending)
|
static String |
CONNECTION_FACTORY_JNDI_NAME |
static String |
CONNECTION_FACTORY_TYPE |
static String |
CONNECTION_STRING
Default Connection Factory
|
static String |
CONTENT_TYPE |
static String |
CONTENT_TYPE_PROPERTY |
static String |
DEFAULT_HYPHEN_SUPPORT |
static int |
DEFAULT_JMS_CLIENT_POLLING_SUSPENSION_PERIOD |
static String |
DELIVERY_COUNT |
static String |
DESTINATION_NAME |
static String |
DESTINATION_TYPE |
static String |
DESTINATION_TYPE_GENERIC |
static String |
DESTINATION_TYPE_QUEUE |
static String |
DESTINATION_TYPE_TOPIC |
static String |
HYPHEN_MODE_DELETE |
static String |
HYPHEN_MODE_NONE |
static String |
HYPHEN_MODE_REPLACE |
static String |
HYPHEN_REPLACEMENT_STR |
static String |
JAVA_INITIAL_NAMING_FACTORY |
static String |
JAVA_NAMING_PROVIDER_URL |
static String |
JMS_BYTE_MESSAGE
The message type indicating a BytesMessage.
|
static String |
JMS_CLIENT_CONNECTION_RESET_AFTER_POLLING_SUSPENSION |
static String |
JMS_CLIENT_POLLING_RETRIES_BEFORE_SUSPENSION |
static String |
JMS_CLIENT_POLLING_SUSPENSION_PERIOD |
static String |
JMS_COORELATION_ID
A MessageContext property or client Option indicating the JMS correlation id
|
static String |
JMS_DELIVERY_MODE
A MessageContext property or client Option indicating the JMS delivery mode as an Integer or String
Value 1 - javax.jms.DeliveryMode.NON_PERSISTENT
Value 2 - javax.jms.DeliveryMode.PERSISTENT
|
static String |
JMS_EXPIRATION
A MessageContext property or client Option indicating the JMS message expiration - a Long value
specified as a String
|
static String |
JMS_MAP_ELEMENT_NAME
Root element name of JMS Map message payload representation
|
static String |
JMS_MAP_MESSAGE
The message type indicating a MapMessage.
|
static String |
JMS_MAP_NS
Namespace for JMS map payload representation
|
static QName |
JMS_MAP_QNAME |
static String |
JMS_MESSAGE_ID
A MessageContext property or client Option indicating the JMS message id
|
static String |
JMS_MESSAGE_TYPE
A MessageContext property or client Option indicating the JMS message type
|
static String |
JMS_PRIORITY
A MessageContext property or client Option indicating the JMS priority
|
static String |
JMS_RETRY_DURATION |
static String |
JMS_SPEC_VERSION_1_0 |
static String |
JMS_SPEC_VERSION_1_1 |
static String |
JMS_SPEC_VERSION_2_0 |
static String |
JMS_TEXT_MESSAGE
The message type indicating a TextMessage.
|
static String |
JMS_TIMESTAMP
A MessageContext property or client Option indicating the JMS timestamp (Long specified as String)
|
static String |
JMSX_GROUP_ID
The JMSXGroupID property
|
static String |
JMSX_GROUP_SEQ
The JMSXGroupSeq property
|
static String |
JMSX_PREFIX
The prefix that denotes JMSX properties
|
static String |
MAX_JMS_CONNECTIONS
Maximum number of shared JMS Connections when sending messages out
|
static String |
MAX_JMS_SESSIONS |
static String |
NAMING_FACTORY_INITIAL
Naming factory initial
|
static String |
PARAM_CACHE_LEVEL |
static String |
PARAM_DURABLE_SUB_CLIENT_ID |
static String |
PARAM_DURABLE_SUB_NAME
The name for the durable subscription See
PARAM_SUB_DURABLE |
static String |
PARAM_IS_SHARED_SUBSCRIPTION
JMS 2.0 Parameters
|
static String |
PARAM_JMS_HYPHEN_MODE
Does the JMS broker support hyphen in JMS message property names.
|
static String |
PARAM_JMS_PASSWORD
The password to use when obtaining a JMS Connection
|
static String |
PARAM_JMS_SPEC_VER
The parameter indicating the JMS API specification to be used - if this
is "1.1" the JMS 1.1 API would be used, else the JMS 1.0.2B
|
static String |
PARAM_JMS_USERNAME |
static String |
PARAM_MSG_SELECTOR
A message selector to be used when messages are sought for this service
|
static String |
PARAM_PUBSUB_NO_LOCAL
Should a pub-sub connection receive messages published by itself?
|
static String |
PARAM_REPLY_DESTINATION
The Service level Parameter name indicating the [default] response destination of a service
|
static String |
PARAM_SUB_DURABLE |
static String |
PROVIDER_URL
Constant that holds the name of the environment property
for specifying configuration information for the service provider
to use.
|
static String |
QUEUE_PREFIX |
static String |
RECEIVER_TIMEOUT |
static String |
SESSION_ACK |
static String |
SESSION_TRANSACTED |
static String |
SET_ROLLBACK_ONLY |
static String |
TOPIC_PREFIX |
Constructor and Description |
---|
JMSConstants() |
public static final String JMS_CLIENT_POLLING_RETRIES_BEFORE_SUSPENSION
public static final String JMS_CLIENT_POLLING_SUSPENSION_PERIOD
public static final int DEFAULT_JMS_CLIENT_POLLING_SUSPENSION_PERIOD
public static final String JMS_CLIENT_CONNECTION_RESET_AFTER_POLLING_SUSPENSION
public static final String TOPIC_PREFIX
public static final String QUEUE_PREFIX
public static String JAVA_INITIAL_NAMING_FACTORY
public static String JAVA_NAMING_PROVIDER_URL
public static String CONNECTION_FACTORY_JNDI_NAME
public static String CONNECTION_FACTORY_TYPE
public static String DESTINATION_NAME
public static String DESTINATION_TYPE
public static final String DESTINATION_TYPE_QUEUE
public static final String DESTINATION_TYPE_TOPIC
public static String SESSION_TRANSACTED
public static String SESSION_ACK
public static String RECEIVER_TIMEOUT
public static String CONTENT_TYPE
public static String CONTENT_TYPE_PROPERTY
public static final String JMS_MAP_NS
public static final String JMS_MAP_ELEMENT_NAME
public static final String SET_ROLLBACK_ONLY
public static final QName JMS_MAP_QNAME
public static final String PROVIDER_URL
The value of this constant is "java.naming.provider.url".
public static final String DESTINATION_TYPE_GENERIC
public static final String NAMING_FACTORY_INITIAL
public static final String CONNECTION_STRING
public static final String PARAM_CACHE_LEVEL
public static final String JMS_MESSAGE_TYPE
public static final String JMS_COORELATION_ID
public static final String JMS_MAP_MESSAGE
JMS_MESSAGE_TYPE
public static final String PARAM_REPLY_DESTINATION
public static final String JMS_BYTE_MESSAGE
JMS_MESSAGE_TYPE
public static final String JMS_TEXT_MESSAGE
JMS_MESSAGE_TYPE
public static final String PARAM_JMS_USERNAME
public static final String PARAM_JMS_PASSWORD
public static final String PARAM_JMS_SPEC_VER
public static final String MAX_JMS_CONNECTIONS
public static final String MAX_JMS_SESSIONS
public static final String PARAM_SUB_DURABLE
public static final String PARAM_DURABLE_SUB_NAME
PARAM_SUB_DURABLE
public static final String PARAM_DURABLE_SUB_CLIENT_ID
public static final String PARAM_MSG_SELECTOR
public static final String PARAM_PUBSUB_NO_LOCAL
public static final int CACHE_NONE
public static final int CACHE_CONNECTION
public static final int CACHE_SESSION
public static final int CACHE_CONSUMER
public static final int CACHE_PRODUCER
public static final int CACHE_AUTO
public static final String JMSX_PREFIX
public static final String JMSX_GROUP_ID
public static final String JMS_DELIVERY_MODE
public static final String JMSX_GROUP_SEQ
public static final String JMS_EXPIRATION
public static final String JMS_MESSAGE_ID
public static final String JMS_PRIORITY
public static final String JMS_TIMESTAMP
public static final String PARAM_JMS_HYPHEN_MODE
public static final String HYPHEN_MODE_NONE
public static final String HYPHEN_MODE_REPLACE
public static final String HYPHEN_MODE_DELETE
public static final String HYPHEN_REPLACEMENT_STR
public static final String DEFAULT_HYPHEN_SUPPORT
public static final String JMS_RETRY_DURATION
public static final String PARAM_IS_SHARED_SUBSCRIPTION
public static final String DELIVERY_COUNT
public static final String JMS_SPEC_VERSION_1_0
public static final String JMS_SPEC_VERSION_1_1
public static final String JMS_SPEC_VERSION_2_0
Copyright © 2019 WSO2. All rights reserved.