com.ibm.websphere.sib.api.jms
Interface ApiJmsConstants
- public interface ApiJmsConstants
It also contains some system constants which are required for trace and NLS support.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CHARSET_PROPERTY
Name of the character set property.
|
|
CONNECTION_PROXIMITY_BUS
Default value for the connectionProximity property of a JmsConnectionFactory that
indicates that the application wishes to connect to any messaging engine
in the specified bus.
|
|
CONNECTION_PROXIMITY_CLUSTER
Value for the connectionProximity property of a JmsConnectionFactory that
indicates that the application wishes to connect to any messaging engine
on the same cluster as the client application.
|
|
CONNECTION_PROXIMITY_HOST
Value for the connectionProximity property of a JmsConnectionFactory that
indicates that the application wishes to connect to any messaging engine
on the same host as the client application.
|
|
CONNECTION_PROXIMITY_SERVER
Value for the connectionProximity property of a JmsConnectionFactory that
indicates that the application wishes to connect to any messaging engine
in the same server process.
|
|
CONNFACTORY_FACTORY_CLASS
This constant contains the name of the class which implements the
JmsFactoryFactory interface.
|
|
DELIVERY_MODE_APP
DeliveryMode constant for Destinations.
|
|
DELIVERY_MODE_NONPERSISTENT
DeliveryMode constant for Destinations.
|
|
DELIVERY_MODE_PERSISTENT
DeliveryMode constant for Destinations.
|
|
ENC_FLOAT_IEEE_NORMAL
NORMAL value of floating point encoding.
|
|
ENC_FLOAT_IEEE_REVERSED
REVERSED value of floating point encoding.
|
|
ENC_FLOAT_MASK
Mask for the float part of the JMS_IBM_Encoding field
|
|
ENC_FLOAT_S390
S390 value of floating point encoding.
|
|
ENC_FLOAT_UNDEFINED
UNDEFINED value of floating point encoding.
|
|
ENC_INTEGER_MASK
Mask for the integer part of the JMS_IBM_Encoding field
|
|
ENC_INTEGER_NORMAL
NORMAL value of integer encoding.
|
|
ENC_INTEGER_REVERSED
REVERSED value of integer encoding.
|
|
ENC_INTEGER_UNDEFINED
UNDEFINED value of integer encoding.
|
|
ENCODING_PROPERTY
Name of the encoding property.
|
|
EXCEPTION_MAXTHREADS_DEFAULT_INT
This constant defines the default number of threads which may
be active concurrently, invoking JMS exception listeners.
|
|
EXCEPTION_MAXTHREADS_NAME_INT
This constant defines name of a tuning parameter.
|
|
EXCEPTION_MESSAGE
Name of the Exception Message property.
|
|
EXCEPTION_PROBLEM_DESTINATION
Name of the exception problem destination property.
|
|
EXCEPTION_PROBLEM_SUBSCRIPTION
Name of the exception problem subscription property.
|
|
EXCEPTION_REASON
Name of the Exception Reason property.
|
|
EXCEPTION_THREADPOOL_NAME_INT
This constant defines the name of the thread pool created to dispatch
JMS Exceptions to applications.
|
|
EXCEPTION_TIMESTAMP
Name of the Exception Timestamp property.
|
|
FEEDBACK_PROPERTY
Name of the feedback property.
|
|
FORMAT_PROPERTY
Name of the Format property.
|
|
GATHER_MESSAGES_OFF
Constant used to indicate that only messages on the local queue point (hosted by
the messaging engine to which the application is connected) of the SIB
destination are visible to MessageConsumers and QueueBrowsers.
|
|
GATHER_MESSAGES_ON
Constant used to indicate that messages on all queue points of the SIB destination
referenced by the JMS Queue are visible to MessageConsumers and QueueBrowsers.
|
|
IBM_ARM_CORRELATOR
Constant for accessing the IBM ARM correlator property.
|
|
JMS_IBM_MQMD_CORRELID
A constant for the JMS_IBM_MQMD_CorrelId property name.
|
|
JMS_IBM_MQMD_MSGID
A constant for the JMS_IBM_MQMD_MsgId property name.
|
|
JMS_IBM_MQMD_PERSISTENCE
A constant for the JMS_IBM_MQMD_Persistence property name.
|
|
JMS_IBM_MQMD_REPLYTOQ
A constant for the JMS_IBM_MQMD_ReplyToQ property name.
|
|
JMS_IBM_MQMD_REPLYTOQMGR
A constant for the JMS_IBM_MQMD_ReplyToQMgr property name.
|
|
JMSX_APPID
A constant for the JMSXAppID property name.
|
|
JMSX_DELIVERY_COUNT
A constant for the JMSXDeliveryCount property name.
|
|
JMSX_GROUPID
A constant for the JMSXGroupID property name.
|
|
JMSX_GROUPSEQ
A constant for the JMSXGroupSeq property name.
|
|
JMSX_USERID
A constant for the JMSXUserID property name.
|
|
LAST_MSG_IN_GROUP_PROPERTY
Name of the Last_Msg_In_Group property.
|
|
MAPPING_AS_SIB_DESTINATION
Used to indicate that JMS messages should be sent with
the default reliability configured on the SIB destination.
|
|
MAPPING_ASSURED_PERSISTENT
Used to indicate that JMS messages should be sent with
Reliability.ASSURED_PERSISTENT.
|
|
MAPPING_BEST_EFFORT_NONPERSISTENT
Used to indicate that JMS messages should be sent with
Reliability.BEST_EFFORT_NONPERSISTENT.
|
|
MAPPING_EXPRESS_NONPERSISTENT
Used to indicate that JMS messages should be sent with
Reliability.EXPRESS_NONPERSISTENT.
|
|
MAPPING_NONE
Used to indicate that JMS messages should be sent with
the default reliability configured on the SIB destination.
|
|
MAPPING_RELIABLE_NONPERSISTENT
Used to indicate that JMS messages should be sent with
Reliability.RELIABLE_NONPERSISTENT.
|
|
MAPPING_RELIABLE_PERSISTENT
Used to indicate that JMS messages should be sent with
Reliability.RELIABLE_PERSISTENT.
|
|
MAX_TIME_TO_LIVE
The maximum permitted value for timeToLive.
|
|
MIGHT_MODIFY_PAYLOAD
Constant - one of the possible values of the ConnectionFactory properties:
producerDoesNotModifyPayloadAfterSet
consumerDoesNotModifyPayloadAfterGet
|
|
MQFB_APPL_CANNOT_BE_STARTED
Value used with FEEDBACK_PROPERTY.
|
|
MQFB_APPL_FIRST
Value used with FEEDBACK_PROPERTY to indicate the first value in the
range reserved for application use.
|
|
MQFB_APPL_LAST
Value used with FEEDBACK_PROPERTY to indicate the last value in the
range reserved for application use.
|
|
MQFB_APPL_TYPE_ERROR
Value used with FEEDBACK_PROPERTY.
|
|
MQFB_CHANNEL_COMPLETED
Value used with FEEDBACK_PROPERTY.
|
|
MQFB_CHANNEL_FAIL
Value used with FEEDBACK_PROPERTY.
|
|
MQFB_CHANNEL_FAIL_RETRY
Value used with FEEDBACK_PROPERTY.
|
|
MQFB_COA
Value used with FEEDBACK_PROPERTY to indicate that a message arrived at
its destination.
|
|
MQFB_COD
Value used with FEEDBACK_PROPERTY to indicate that a message was delivered
to an application.
|
|
MQFB_EXPIRATION
Value used with FEEDBACK_PROPERTY to indicate that a message expired.
|
|
MQFB_NAN
Value used with FEEDBACK_PROPERTY to indicate an application specific
negative acknowledge report.
|
|
MQFB_NONE
Value used with FEEDBACK_PROPERTY to indicate no feedback.
|
|
MQFB_PAN
Value used with FEEDBACK_PROPERTY to indicate an application specific
positive acknowledge report.
|
|
MQFB_QUIT
Value used with FEEDBACK_PROPERTY to request the application to finish.
|
|
MQFB_STOPPED_BY_MSG_EXIT
Value used with FEEDBACK_PROPERTY.
|
|
MQFB_SYSTEM_FIRST
Value used with FEEDBACK_PROPERTY to indicate the first value in the
range reserved for system use.
|
|
MQFB_SYSTEM_LAST
Value used with FEEDBACK_PROPERTY to indicate the last value in the
range reserved for system use.
|
|
MQFB_TM_ERROR
Value used with FEEDBACK_PROPERTY.
|
|
MQFB_XMIT_Q_MSG_ERROR
Value used with FEEDBACK_PROPERTY.
|
|
MQMT_APPL_FIRST
Value used with MSG_TYPE_PROPERTY to indicate the first value in
the range reserved for applications.
|
|
MQMT_APPL_LAST
Value used with MSG_TYPE_PROPERTY to indicate the last value in
the range reserved for applications.
|
|
MQMT_DATAGRAM
Value used with MSG_TYPE_PROPERTY to indicate a datagram message.
|
|
MQMT_REPORT
Value used with MSG_TYPE_PROPERTY to indicate a report message.
|
|
MQMT_REQUEST
Value used with MSG_TYPE_PROPERTY to indicate a request message.
|
|
MQRO_COA
Value used with REPORT_COA_PROPERTY to indicate that a report message without
data is required.
|
|
MQRO_COA_WITH_DATA
Value used with REPORT_COA_PROPERTY to indicate that a report message with partial
data is required.
|
|
MQRO_COA_WITH_FULL_DATA
Value used with REPORT_COA_PROPERTY to indicate that a report message with full
data is required.
|
|
MQRO_COD
Value used with REPORT_COD_PROPERTY to indicate that a report message without
data is required.
|
|
MQRO_COD_WITH_DATA
Value used with REPORT_COD_PROPERTY to indicate that a report message with partial
data is required.
|
|
MQRO_COD_WITH_FULL_DATA
Value used with REPORT_COD_PROPERTY to indicate that a report message with full
data is required.
|
|
MQRO_COPY_MSG_ID_TO_CORREL_ID
Value used with REPORT_CORRELID_PROPERTY to indicate that the messageID of
the request message should be copied to the correlationID of the report.
|
|
MQRO_DEAD_LETTER_Q
Value used with the REPORT_DISCARD_PROPERTY to indicate that the request
message should be placed on an exception destination if it can not be
delivered to its original destination.
|
|
MQRO_DISCARD_MSG
Value used with the REPORT_DISCARD_PROPERTY to indicate that the request
message should be discarded if it can not be delivered to its original
destination.
|
|
MQRO_EXCEPTION
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message without data
is required.
|
|
MQRO_EXCEPTION_WITH_DATA
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message with partial
data is required.
|
|
MQRO_EXCEPTION_WITH_FULL_DATA
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message with full
data is required.
|
|
MQRO_EXPIRATION
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message without data
is required.
|
|
MQRO_EXPIRATION_WITH_DATA
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message with partial
data is required.
|
|
MQRO_EXPIRATION_WITH_FULL_DATA
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message with full
data is required.
|
|
MQRO_NAN
Value used with the REPORT_NAN_PROPERTY to request an application specific
negative acknowledge report.
|
|
MQRO_NEW_MSG_ID
Value used with the REPORT_MSGID_PROPERTY to indicate that a new messageID
should be generated for the report message.
|
|
MQRO_NONE
Value used with the REPORT properties to indicate that no options
are required.
|
|
MQRO_PAN
Value used with the REPORT_PAN_PROPERTY to request an application specific
positive acknowledge report.
|
|
MQRO_PASS_CORREL_ID
Value used with REPORT_CORRELID_PROPERTY to indicate that the correlationID of
the request message should be copied to the correlationID of the report.
|
|
MQRO_PASS_MSG_ID
Value used with the REPORT_MSGID_PROPERTY to indicate that the messageID of
the request message should be passed as the messageID of the report message.
|
|
MSG_BUNDLE_EXT
This constant defines the NLS message file used for messages which occur in
response to the public JMS specification.
|
|
MSG_BUNDLE_INT
This constant defines the NLS message file used for messages which occur in
response to provider specific events.
|
|
MSG_GROUP_EXT
This constant defines the message group used when tracing methods which form
part of the public JMS specification.
|
|
MSG_GROUP_INT
This constant defines the message group used when tracing methods which are
implementation internal or defined on the provider specific extensions to the
JMS objects.
|
|
MSG_TYPE_PROPERTY
Name of the message type property.
|
|
MULTICAST_INTERFACE_NONE
Value for multicastInterface
None mode.
|
|
OFF
Common constant to ensure consistency between multiple "On" value properties.
|
|
ON
Common constant to ensure consistency between multiple "On" value properties.
|
|
PRODUCER_BIND_OFF
Constant used to indicate that a MessageProducer using a JMS Queue with this
property set should not bind to a single queue point, but instead allow different
messages to be sent to different queue points.
|
|
PRODUCER_BIND_ON
Constant used to indicate that a MessageProducer using a JMS Queue with this
property set should bind to a single queue point and send all messages to it.
|
|
PRODUCER_PREFER_LOCAL_OFF
Constant used to indicate that a MessageProducer using a JMS Queue with this
property does not have a preference for local queue points of the destination.
|
|
PRODUCER_PREFER_LOCAL_ON
Constant used to indicate that a MessageProducer using a JMS Queue with this
property set should prefer a locally connected queue point of the queue
destination over any other queue points.
|
|
PUT_APPL_TYPE_PROPERTY
Name of the PutApplType property.
|
|
PUT_DATE_PROPERTY
Name of the PutDate property.
|
|
PUT_TIME_PROPERTY
Name of the PutTime property.
|
|
READ_AHEAD_AS_CONNECTION
Default value for the ReadAhead property of a JmsDestination which defines that
the consumers created using this Destination should inherit their readAhead
behaviour from the value in effect on the ConnectionFactory at the time
that the Connection was created.
|
|
READ_AHEAD_DEFAULT
Default value for the ReadAhead property of a JmsConnectionFactory.
|
|
READ_AHEAD_OFF
Value for the ReadAhead property of a JmsConnectionFactory and JmsDestination
which defines that all consumers created using this object will have
ReadAhead turned off.
|
|
READ_AHEAD_ON
Value for the ReadAhead property of a JmsConnectionFactory and JmsDestination
which defines that all consumers created using this object will have
ReadAhead turned on.
|
|
REPORT_COA_PROPERTY
Name of the Report_COA property.
|
|
REPORT_COD_PROPERTY
Name of the Report_COD property.
|
|
REPORT_CORRELID_PROPERTY
Name of the Report_Pass_Correl_ID property.
|
|
REPORT_DISCARD_PROPERTY
Name of the Report_Discard_Msg property.
|
|
REPORT_EXCEPTION_PROPERTY
Name of the Report_Exception property.
|
|
REPORT_EXPIRATION_PROPERTY
Name of the Report_Expiration property.
|
|
REPORT_MSGID_PROPERTY
Name of the Report_Pass_Msg_ID property.
|
|
REPORT_NAN_PROPERTY
Name of the Report_NAN property.
|
|
REPORT_PAN_PROPERTY
Name of the Report_PAN property.
|
|
SCOPE_TO_LOCAL_QP_OFF
Constant used with a JMS queue to indicate that the SIB queue destination
identified by the JMS Queue is not scoped to a single queue point - the system
will choose which of the available queue points of the SIB destination to use,
which may include work load balancing of requests across different queue points.
|
|
SCOPE_TO_LOCAL_QP_ON
Constant used with a JMS queue to indicate that the SIB queue destination
identified by the JMSQueue is dynamically scoped to a single queue point
if one exists on the messaging engine that the application is connected to.
|
|
SHARED_DSUBS_ALWAYS
Constant that can be used as a parameter for the shareDurableSubscriptions
property of a JmsConnectionFactory object.
|
|
SHARED_DSUBS_IN_CLUSTER
Constant that represents the default value for the shareDurableSubscriptions
property of a JmsConnectionFactory object.
|
|
SHARED_DSUBS_NEVER
Constant that can be used as a parameter for the shareDurableSubscriptions
property of a JmsConnectionFactory object.
|
|
SUBSCRIPTION_PROTOCOL_MULTICAST
Value for
Multicast mode.
|
|
SUBSCRIPTION_PROTOCOL_UNICAST
Value for
Unicast mode.
|
|
SUBSCRIPTION_PROTOCOL_UNICAST_AND_MULTICAST
Value for
UnicastAndMulticast mode.
|
|
SYSTEM_MESSAGEID_PROPERTY
Name of the system messageID property.
|
|
TARGET_SIGNIFICANCE_PREFERRED
Value for the targetSignificance property of a JmsConnectionFactory
that indicates that it is preferred that the selected messaging engine be
in the targetGroup.
|
|
TARGET_SIGNIFICANCE_REQUIRED
Value for the targetSignificance property of a JmsConnectionFactory
that indicates that selected messaging engine must be in the targetGroup.
|
|
TARGET_TYPE_BUSMEMBER
Value for the targetType property of a JmsConnectionFactory that
indicates that the information specified in the targetGroup is
the name of a bus.
|
|
TARGET_TYPE_CUSTOM
Value for the targetType property of a JmsConnectionFactory that
indicates that the information specified in the targetGroup is
a user specified group name.
|
|
TARGET_TYPE_ME
Value for the targetType property of a JmsConnectionFactory that
indicates that the information specified in the targetGroup is
the name of a messaging engine.
|
|
TOG_ARM_CORRELATOR
Constant for accessing the The Open Group (TOG) ARM correlator property.
|
|
WILL_NOT_MODIFY_PAYLOAD
Constant - one of the possible values of the ConnectionFactory properties:
producerDoesNotModifyPayloadAfterSet
consumerDoesNotModifyPayloadAfterGet
|
Field Detail
MSG_GROUP_EXT
- static final java.lang.String MSG_GROUP_EXT
MSG_BUNDLE_EXT
- static final java.lang.String MSG_BUNDLE_EXT
This is not intended for use by customer applications.
MSG_GROUP_INT
- static final java.lang.String MSG_GROUP_INT
This is not intended for use by customer applications.
MSG_BUNDLE_INT
- static final java.lang.String MSG_BUNDLE_INT
This is not intended for use by customer applications.
EXCEPTION_THREADPOOL_NAME_INT
- static final java.lang.String EXCEPTION_THREADPOOL_NAME_INT
This is not intended for use by customer applications.
EXCEPTION_MAXTHREADS_NAME_INT
- static final java.lang.String EXCEPTION_MAXTHREADS_NAME_INT
This tuning parameter specifies how many threads may be active concurrently, invoking application provided JMS exception listeners on different connections. A maximum of one thread is ever active per connection.
This is not intended for use by customer applications.
EXCEPTION_MAXTHREADS_DEFAULT_INT
- static final java.lang.String EXCEPTION_MAXTHREADS_DEFAULT_INT
This is not intended for use by customer applications.
CONNFACTORY_FACTORY_CLASS
- static final java.lang.String CONNFACTORY_FACTORY_CLASS
MAPPING_BEST_EFFORT_NONPERSISTENT
- static final java.lang.String MAPPING_BEST_EFFORT_NONPERSISTENT
MAPPING_EXPRESS_NONPERSISTENT
- static final java.lang.String MAPPING_EXPRESS_NONPERSISTENT
This is the default value for the nonPersistentMapping property.
MAPPING_RELIABLE_NONPERSISTENT
- static final java.lang.String MAPPING_RELIABLE_NONPERSISTENT
MAPPING_RELIABLE_PERSISTENT
- static final java.lang.String MAPPING_RELIABLE_PERSISTENT
MAPPING_ASSURED_PERSISTENT
- static final java.lang.String MAPPING_ASSURED_PERSISTENT
MAPPING_AS_SIB_DESTINATION
- static final java.lang.String MAPPING_AS_SIB_DESTINATION
MAPPING_NONE
- static final java.lang.String MAPPING_NONE
CONNECTION_PROXIMITY_SERVER
- static final java.lang.String CONNECTION_PROXIMITY_SERVER
CONNECTION_PROXIMITY_HOST
- static final java.lang.String CONNECTION_PROXIMITY_HOST
CONNECTION_PROXIMITY_BUS
- static final java.lang.String CONNECTION_PROXIMITY_BUS
CONNECTION_PROXIMITY_CLUSTER
- static final java.lang.String CONNECTION_PROXIMITY_CLUSTER
TARGET_TYPE_BUSMEMBER
- static final java.lang.String TARGET_TYPE_BUSMEMBER
The messaging engine chosen to connect to should be a member of this bus.
TARGET_TYPE_CUSTOM
- static final java.lang.String TARGET_TYPE_CUSTOM
The messaging engine chosen to connect to should be a member of this user specified group.
TARGET_TYPE_ME
- static final java.lang.String TARGET_TYPE_ME
TARGET_SIGNIFICANCE_REQUIRED
- static final java.lang.String TARGET_SIGNIFICANCE_REQUIRED
TARGET_SIGNIFICANCE_PREFERRED
- static final java.lang.String TARGET_SIGNIFICANCE_PREFERRED
SUBSCRIPTION_PROTOCOL_UNICAST
- static final java.lang.String SUBSCRIPTION_PROTOCOL_UNICAST
Unicast
mode.
Unicast protocol is used for subscriptions.
SUBSCRIPTION_PROTOCOL_MULTICAST
- static final java.lang.String SUBSCRIPTION_PROTOCOL_MULTICAST
Multicast
mode.
Multicast protocol is used for subscriptions.
SUBSCRIPTION_PROTOCOL_UNICAST_AND_MULTICAST
- static final java.lang.String SUBSCRIPTION_PROTOCOL_UNICAST_AND_MULTICAST
UnicastAndMulticast
mode.
Means both unicast and multicast protocols may be used for subscriptions.
MULTICAST_INTERFACE_NONE
- static final java.lang.String MULTICAST_INTERFACE_NONE
None
mode.
Means use the default local IP address.
READ_AHEAD_DEFAULT
- static final java.lang.String READ_AHEAD_DEFAULT
The behaviour controlled by ReadAhead is described in the documentation
for JmsConnectionFactory.setReadAhead(String)
.
The defaults applied by specifying this value are;
Situation | ReadAhead |
Consumers attached to a queue type destination (point-to-point) | false |
Non-durable consumers of a topic type destination (publish and subscribe) | true |
Durable subscribers in a non-cloned environment | true |
Durable subscribers in a cloned environment | false |
Deviation from this default behaviour should be carefully considered.
READ_AHEAD_ON
- static final java.lang.String READ_AHEAD_ON
Please see JmsConnectionFactory.setReadAhead(String)
for information
on the effect of the ReadAhead property.
Note that specifying this value on a JmsDestination object will override
the value specified on the ConnectionFactory.
READ_AHEAD_OFF
- static final java.lang.String READ_AHEAD_OFF
Please see JmsConnectionFactory.setReadAhead(String)
for information
on the effect of the ReadAhead property.
Note that specifying this value on a JmsDestination object will override
the value specified on the ConnectionFactory.
READ_AHEAD_AS_CONNECTION
- static final java.lang.String READ_AHEAD_AS_CONNECTION
Please see JmsConnectionFactory.setReadAhead(String)
for information
on the effect of the ReadAhead property.
SHARED_DSUBS_IN_CLUSTER
- static final java.lang.String SHARED_DSUBS_IN_CLUSTER
Applications running in a non-cloned environment will be subject to the JMS specification requirement that there be at most one active consumer for a durable subscription. Non-cloned environments include both non-cloned application servers and remote client (J2EE AppClient) cases.
Applications running in a cloned application server will be automatically detected, and access to any durable subscriptions will be shared across any applications supplying the same clientID and subscription name (ie the clones of the application).
SHARED_DSUBS_ALWAYS
- static final java.lang.String SHARED_DSUBS_ALWAYS
Applications using this value will always connect to durable subscriptions in a non-exclusive way regardless of the environment in which they are exceuted. This allows multiple active consumers for the durable subscription.
Note that use of this property should be carefully considered since the default
SHARED_DSUBS_IN_CLUSTER
option
provides sensible behaviour in most environments.
SHARED_DSUBS_NEVER
- static final java.lang.String SHARED_DSUBS_NEVER
Applications using this value will never connect to durable subscriptions in a non-exclusive way regardless of the environment in which they are exceuted. This ensures that at most one consumer instance may be active for a durable subscription at any time.
Note that use of this property should be carefully considered since the default
SHARED_DSUBS_IN_CLUSTER
option
provides sensible behaviour in most environments. For example if there are
multiple instances of an EJB running with this option then only one of them
will be able to access the durable subscription.
Applications wishing to have independent access to durable subscriptions from many cloned application instances may be better served by deploying a ConnectionFactory object at the server scope with different clientID than share a single ConnectionFactory object with this option enabled.
ON
- static final java.lang.String ON
OFF
- static final java.lang.String OFF
SCOPE_TO_LOCAL_QP_ON
- static final java.lang.String SCOPE_TO_LOCAL_QP_ON
SCOPE_TO_LOCAL_QP_OFF
- static final java.lang.String SCOPE_TO_LOCAL_QP_OFF
PRODUCER_PREFER_LOCAL_ON
- static final java.lang.String PRODUCER_PREFER_LOCAL_ON
PRODUCER_PREFER_LOCAL_OFF
- static final java.lang.String PRODUCER_PREFER_LOCAL_OFF
PRODUCER_BIND_ON
- static final java.lang.String PRODUCER_BIND_ON
PRODUCER_BIND_OFF
- static final java.lang.String PRODUCER_BIND_OFF
GATHER_MESSAGES_ON
- static final java.lang.String GATHER_MESSAGES_ON
GATHER_MESSAGES_OFF
- static final java.lang.String GATHER_MESSAGES_OFF
FORMAT_PROPERTY
- static final java.lang.String FORMAT_PROPERTY
MSG_TYPE_PROPERTY
- static final java.lang.String MSG_TYPE_PROPERTY
FEEDBACK_PROPERTY
- static final java.lang.String FEEDBACK_PROPERTY
PUT_APPL_TYPE_PROPERTY
- static final java.lang.String PUT_APPL_TYPE_PROPERTY
REPORT_EXCEPTION_PROPERTY
- static final java.lang.String REPORT_EXCEPTION_PROPERTY
REPORT_EXPIRATION_PROPERTY
- static final java.lang.String REPORT_EXPIRATION_PROPERTY
REPORT_COA_PROPERTY
- static final java.lang.String REPORT_COA_PROPERTY
REPORT_COD_PROPERTY
- static final java.lang.String REPORT_COD_PROPERTY
REPORT_PAN_PROPERTY
- static final java.lang.String REPORT_PAN_PROPERTY
REPORT_NAN_PROPERTY
- static final java.lang.String REPORT_NAN_PROPERTY
REPORT_MSGID_PROPERTY
- static final java.lang.String REPORT_MSGID_PROPERTY
REPORT_CORRELID_PROPERTY
- static final java.lang.String REPORT_CORRELID_PROPERTY
REPORT_DISCARD_PROPERTY
- static final java.lang.String REPORT_DISCARD_PROPERTY
MQRO_EXCEPTION
- static final int MQRO_EXCEPTION
MQRO_EXCEPTION_WITH_DATA
- static final int MQRO_EXCEPTION_WITH_DATA
MQRO_EXCEPTION_WITH_FULL_DATA
- static final int MQRO_EXCEPTION_WITH_FULL_DATA
MQRO_EXPIRATION
- static final int MQRO_EXPIRATION
MQRO_EXPIRATION_WITH_DATA
- static final int MQRO_EXPIRATION_WITH_DATA
MQRO_EXPIRATION_WITH_FULL_DATA
- static final int MQRO_EXPIRATION_WITH_FULL_DATA
MQRO_COA
- static final int MQRO_COA
MQRO_COA_WITH_DATA
- static final int MQRO_COA_WITH_DATA
MQRO_COA_WITH_FULL_DATA
- static final int MQRO_COA_WITH_FULL_DATA
MQRO_COD
- static final int MQRO_COD
MQRO_COD_WITH_DATA
- static final int MQRO_COD_WITH_DATA
MQRO_COD_WITH_FULL_DATA
- static final int MQRO_COD_WITH_FULL_DATA
MQRO_COPY_MSG_ID_TO_CORREL_ID
- static final int MQRO_COPY_MSG_ID_TO_CORREL_ID
MQRO_PASS_CORREL_ID
- static final int MQRO_PASS_CORREL_ID
MQRO_NEW_MSG_ID
- static final int MQRO_NEW_MSG_ID
MQRO_PASS_MSG_ID
- static final int MQRO_PASS_MSG_ID
MQRO_DEAD_LETTER_Q
- static final int MQRO_DEAD_LETTER_Q
MQRO_DISCARD_MSG
- static final int MQRO_DISCARD_MSG
MQRO_NONE
- static final int MQRO_NONE
MQRO_NAN
- static final int MQRO_NAN
MQRO_PAN
- static final int MQRO_PAN
MQFB_NONE
- static final int MQFB_NONE
MQFB_SYSTEM_FIRST
- static final int MQFB_SYSTEM_FIRST
MQFB_QUIT
- static final int MQFB_QUIT
MQFB_EXPIRATION
- static final int MQFB_EXPIRATION
MQFB_COA
- static final int MQFB_COA
MQFB_COD
- static final int MQFB_COD
MQFB_CHANNEL_COMPLETED
- static final int MQFB_CHANNEL_COMPLETED
MQFB_CHANNEL_FAIL_RETRY
- static final int MQFB_CHANNEL_FAIL_RETRY
MQFB_CHANNEL_FAIL
- static final int MQFB_CHANNEL_FAIL
MQFB_APPL_CANNOT_BE_STARTED
- static final int MQFB_APPL_CANNOT_BE_STARTED
MQFB_TM_ERROR
- static final int MQFB_TM_ERROR
MQFB_APPL_TYPE_ERROR
- static final int MQFB_APPL_TYPE_ERROR
MQFB_STOPPED_BY_MSG_EXIT
- static final int MQFB_STOPPED_BY_MSG_EXIT
MQFB_XMIT_Q_MSG_ERROR
- static final int MQFB_XMIT_Q_MSG_ERROR
MQFB_PAN
- static final int MQFB_PAN
MQFB_NAN
- static final int MQFB_NAN
MQFB_SYSTEM_LAST
- static final int MQFB_SYSTEM_LAST
MQFB_APPL_FIRST
- static final int MQFB_APPL_FIRST
MQFB_APPL_LAST
- static final int MQFB_APPL_LAST
MQMT_REQUEST
- static final int MQMT_REQUEST
MQMT_REPORT
- static final int MQMT_REPORT
MQMT_DATAGRAM
- static final int MQMT_DATAGRAM
MQMT_APPL_FIRST
- static final int MQMT_APPL_FIRST
MQMT_APPL_LAST
- static final int MQMT_APPL_LAST
LAST_MSG_IN_GROUP_PROPERTY
- static final java.lang.String LAST_MSG_IN_GROUP_PROPERTY
PUT_DATE_PROPERTY
- static final java.lang.String PUT_DATE_PROPERTY
PUT_TIME_PROPERTY
- static final java.lang.String PUT_TIME_PROPERTY
ENCODING_PROPERTY
- static final java.lang.String ENCODING_PROPERTY
CHARSET_PROPERTY
- static final java.lang.String CHARSET_PROPERTY
EXCEPTION_MESSAGE
- static final java.lang.String EXCEPTION_MESSAGE
EXCEPTION_TIMESTAMP
- static final java.lang.String EXCEPTION_TIMESTAMP
EXCEPTION_REASON
- static final java.lang.String EXCEPTION_REASON
SYSTEM_MESSAGEID_PROPERTY
- static final java.lang.String SYSTEM_MESSAGEID_PROPERTY
EXCEPTION_PROBLEM_DESTINATION
- static final java.lang.String EXCEPTION_PROBLEM_DESTINATION
EXCEPTION_PROBLEM_SUBSCRIPTION
- static final java.lang.String EXCEPTION_PROBLEM_SUBSCRIPTION
IBM_ARM_CORRELATOR
- static final java.lang.String IBM_ARM_CORRELATOR
TOG_ARM_CORRELATOR
- static final java.lang.String TOG_ARM_CORRELATOR
DELIVERY_MODE_APP
- static final java.lang.String DELIVERY_MODE_APP
DELIVERY_MODE_PERSISTENT
- static final java.lang.String DELIVERY_MODE_PERSISTENT
DELIVERY_MODE_NONPERSISTENT
- static final java.lang.String DELIVERY_MODE_NONPERSISTENT
MAX_TIME_TO_LIVE
- static final long MAX_TIME_TO_LIVE
ENC_INTEGER_MASK
- static final int ENC_INTEGER_MASK
ENC_FLOAT_MASK
- static final int ENC_FLOAT_MASK
ENC_INTEGER_UNDEFINED
- static final int ENC_INTEGER_UNDEFINED
ENC_INTEGER_NORMAL
- static final int ENC_INTEGER_NORMAL
ENC_INTEGER_REVERSED
- static final int ENC_INTEGER_REVERSED
ENC_FLOAT_UNDEFINED
- static final int ENC_FLOAT_UNDEFINED
ENC_FLOAT_IEEE_NORMAL
- static final int ENC_FLOAT_IEEE_NORMAL
ENC_FLOAT_IEEE_REVERSED
- static final int ENC_FLOAT_IEEE_REVERSED
ENC_FLOAT_S390
- static final int ENC_FLOAT_S390
JMSX_USERID
- static final java.lang.String JMSX_USERID
JMSX_DELIVERY_COUNT
- static final java.lang.String JMSX_DELIVERY_COUNT
JMSX_APPID
- static final java.lang.String JMSX_APPID
JMSX_GROUPID
- static final java.lang.String JMSX_GROUPID
JMSX_GROUPSEQ
- static final java.lang.String JMSX_GROUPSEQ
JMS_IBM_MQMD_PERSISTENCE
- static final java.lang.String JMS_IBM_MQMD_PERSISTENCE
JMS_IBM_MQMD_MSGID
- static final java.lang.String JMS_IBM_MQMD_MSGID
JMS_IBM_MQMD_CORRELID
- static final java.lang.String JMS_IBM_MQMD_CORRELID
JMS_IBM_MQMD_REPLYTOQ
- static final java.lang.String JMS_IBM_MQMD_REPLYTOQ
JMS_IBM_MQMD_REPLYTOQMGR
- static final java.lang.String JMS_IBM_MQMD_REPLYTOQMGR
MIGHT_MODIFY_PAYLOAD
- static final java.lang.String MIGHT_MODIFY_PAYLOAD
- producerDoesNotModifyPayloadAfterSet
- consumerDoesNotModifyPayloadAfterGet
WILL_NOT_MODIFY_PAYLOAD
- static final java.lang.String WILL_NOT_MODIFY_PAYLOAD
- producerDoesNotModifyPayloadAfterSet
- consumerDoesNotModifyPayloadAfterGet
There is a separate message group for methods which are implementation internal or defined on the provider specific extensions to the JMS objects.
This is not intended for use by customer applications.