com.ibm.websphere.sib.api.jms

Interface ApiJmsConstants


  1. public interface ApiJmsConstants
This file contains constants which can be used by applications as parameters to provider specific JMS extension methods.

It also contains some system constants which are required for trace and NLS support.


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
CHARSET_PROPERTY
Name of the character set property.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
CONNFACTORY_FACTORY_CLASS
This constant contains the name of the class which implements the JmsFactoryFactory interface.
  1. static
  2. java.lang.String
DELIVERY_MODE_APP
DeliveryMode constant for Destinations.
  1. static
  2. java.lang.String
DELIVERY_MODE_NONPERSISTENT
DeliveryMode constant for Destinations.
  1. static
  2. java.lang.String
DELIVERY_MODE_PERSISTENT
DeliveryMode constant for Destinations.
  1. static
  2. int
ENC_FLOAT_IEEE_NORMAL
NORMAL value of floating point encoding.
  1. static
  2. int
ENC_FLOAT_IEEE_REVERSED
REVERSED value of floating point encoding.
  1. static
  2. int
ENC_FLOAT_MASK
Mask for the float part of the JMS_IBM_Encoding field
  1. static
  2. int
ENC_FLOAT_S390
S390 value of floating point encoding.
  1. static
  2. int
ENC_FLOAT_UNDEFINED
UNDEFINED value of floating point encoding.
  1. static
  2. int
ENC_INTEGER_MASK
Mask for the integer part of the JMS_IBM_Encoding field
  1. static
  2. int
ENC_INTEGER_NORMAL
NORMAL value of integer encoding.
  1. static
  2. int
ENC_INTEGER_REVERSED
REVERSED value of integer encoding.
  1. static
  2. int
ENC_INTEGER_UNDEFINED
UNDEFINED value of integer encoding.
  1. static
  2. java.lang.String
ENCODING_PROPERTY
Name of the encoding property.
  1. static
  2. java.lang.String
EXCEPTION_MAXTHREADS_DEFAULT_INT
This constant defines the default number of threads which may be active concurrently, invoking JMS exception listeners.
  1. static
  2. java.lang.String
EXCEPTION_MAXTHREADS_NAME_INT
This constant defines name of a tuning parameter.
  1. static
  2. java.lang.String
EXCEPTION_MESSAGE
Name of the Exception Message property.
  1. static
  2. java.lang.String
EXCEPTION_PROBLEM_DESTINATION
Name of the exception problem destination property.
  1. static
  2. java.lang.String
EXCEPTION_PROBLEM_SUBSCRIPTION
Name of the exception problem subscription property.
  1. static
  2. java.lang.String
EXCEPTION_REASON
Name of the Exception Reason property.
  1. static
  2. java.lang.String
EXCEPTION_THREADPOOL_NAME_INT
This constant defines the name of the thread pool created to dispatch JMS Exceptions to applications.
  1. static
  2. java.lang.String
EXCEPTION_TIMESTAMP
Name of the Exception Timestamp property.
  1. static
  2. java.lang.String
FEEDBACK_PROPERTY
Name of the feedback property.
  1. static
  2. java.lang.String
FORMAT_PROPERTY
Name of the Format property.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
IBM_ARM_CORRELATOR
Constant for accessing the IBM ARM correlator property.
  1. static
  2. java.lang.String
JMS_IBM_MQMD_CORRELID
A constant for the JMS_IBM_MQMD_CorrelId property name.
  1. static
  2. java.lang.String
JMS_IBM_MQMD_MSGID
A constant for the JMS_IBM_MQMD_MsgId property name.
  1. static
  2. java.lang.String
JMS_IBM_MQMD_PERSISTENCE
A constant for the JMS_IBM_MQMD_Persistence property name.
  1. static
  2. java.lang.String
JMS_IBM_MQMD_REPLYTOQ
A constant for the JMS_IBM_MQMD_ReplyToQ property name.
  1. static
  2. java.lang.String
JMS_IBM_MQMD_REPLYTOQMGR
A constant for the JMS_IBM_MQMD_ReplyToQMgr property name.
  1. static
  2. java.lang.String
JMSX_APPID
A constant for the JMSXAppID property name.
  1. static
  2. java.lang.String
JMSX_DELIVERY_COUNT
A constant for the JMSXDeliveryCount property name.
  1. static
  2. java.lang.String
JMSX_GROUPID
A constant for the JMSXGroupID property name.
  1. static
  2. java.lang.String
JMSX_GROUPSEQ
A constant for the JMSXGroupSeq property name.
  1. static
  2. java.lang.String
JMSX_USERID
A constant for the JMSXUserID property name.
  1. static
  2. java.lang.String
LAST_MSG_IN_GROUP_PROPERTY
Name of the Last_Msg_In_Group property.
  1. static
  2. java.lang.String
MAPPING_AS_SIB_DESTINATION
Used to indicate that JMS messages should be sent with the default reliability configured on the SIB destination.
  1. static
  2. java.lang.String
MAPPING_ASSURED_PERSISTENT
Used to indicate that JMS messages should be sent with Reliability.ASSURED_PERSISTENT.
  1. static
  2. java.lang.String
MAPPING_BEST_EFFORT_NONPERSISTENT
Used to indicate that JMS messages should be sent with Reliability.BEST_EFFORT_NONPERSISTENT.
  1. static
  2. java.lang.String
MAPPING_EXPRESS_NONPERSISTENT
Used to indicate that JMS messages should be sent with Reliability.EXPRESS_NONPERSISTENT.
  1. static
  2. java.lang.String
MAPPING_NONE
Used to indicate that JMS messages should be sent with the default reliability configured on the SIB destination.
  1. static
  2. java.lang.String
MAPPING_RELIABLE_NONPERSISTENT
Used to indicate that JMS messages should be sent with Reliability.RELIABLE_NONPERSISTENT.
  1. static
  2. java.lang.String
MAPPING_RELIABLE_PERSISTENT
Used to indicate that JMS messages should be sent with Reliability.RELIABLE_PERSISTENT.
  1. static
  2. long
MAX_TIME_TO_LIVE
The maximum permitted value for timeToLive.
  1. static
  2. java.lang.String
MIGHT_MODIFY_PAYLOAD
Constant - one of the possible values of the ConnectionFactory properties: producerDoesNotModifyPayloadAfterSet consumerDoesNotModifyPayloadAfterGet
  1. static
  2. int
MQFB_APPL_CANNOT_BE_STARTED
Value used with FEEDBACK_PROPERTY.
  1. static
  2. int
MQFB_APPL_FIRST
Value used with FEEDBACK_PROPERTY to indicate the first value in the range reserved for application use.
  1. static
  2. int
MQFB_APPL_LAST
Value used with FEEDBACK_PROPERTY to indicate the last value in the range reserved for application use.
  1. static
  2. int
MQFB_APPL_TYPE_ERROR
Value used with FEEDBACK_PROPERTY.
  1. static
  2. int
MQFB_CHANNEL_COMPLETED
Value used with FEEDBACK_PROPERTY.
  1. static
  2. int
MQFB_CHANNEL_FAIL
Value used with FEEDBACK_PROPERTY.
  1. static
  2. int
MQFB_CHANNEL_FAIL_RETRY
Value used with FEEDBACK_PROPERTY.
  1. static
  2. int
MQFB_COA
Value used with FEEDBACK_PROPERTY to indicate that a message arrived at its destination.
  1. static
  2. int
MQFB_COD
Value used with FEEDBACK_PROPERTY to indicate that a message was delivered to an application.
  1. static
  2. int
MQFB_EXPIRATION
Value used with FEEDBACK_PROPERTY to indicate that a message expired.
  1. static
  2. int
MQFB_NAN
Value used with FEEDBACK_PROPERTY to indicate an application specific negative acknowledge report.
  1. static
  2. int
MQFB_NONE
Value used with FEEDBACK_PROPERTY to indicate no feedback.
  1. static
  2. int
MQFB_PAN
Value used with FEEDBACK_PROPERTY to indicate an application specific positive acknowledge report.
  1. static
  2. int
MQFB_QUIT
Value used with FEEDBACK_PROPERTY to request the application to finish.
  1. static
  2. int
MQFB_STOPPED_BY_MSG_EXIT
Value used with FEEDBACK_PROPERTY.
  1. static
  2. int
MQFB_SYSTEM_FIRST
Value used with FEEDBACK_PROPERTY to indicate the first value in the range reserved for system use.
  1. static
  2. int
MQFB_SYSTEM_LAST
Value used with FEEDBACK_PROPERTY to indicate the last value in the range reserved for system use.
  1. static
  2. int
MQFB_TM_ERROR
Value used with FEEDBACK_PROPERTY.
  1. static
  2. int
MQFB_XMIT_Q_MSG_ERROR
Value used with FEEDBACK_PROPERTY.
  1. static
  2. int
MQMT_APPL_FIRST
Value used with MSG_TYPE_PROPERTY to indicate the first value in the range reserved for applications.
  1. static
  2. int
MQMT_APPL_LAST
Value used with MSG_TYPE_PROPERTY to indicate the last value in the range reserved for applications.
  1. static
  2. int
MQMT_DATAGRAM
Value used with MSG_TYPE_PROPERTY to indicate a datagram message.
  1. static
  2. int
MQMT_REPORT
Value used with MSG_TYPE_PROPERTY to indicate a report message.
  1. static
  2. int
MQMT_REQUEST
Value used with MSG_TYPE_PROPERTY to indicate a request message.
  1. static
  2. int
MQRO_COA
Value used with REPORT_COA_PROPERTY to indicate that a report message without data is required.
  1. static
  2. int
MQRO_COA_WITH_DATA
Value used with REPORT_COA_PROPERTY to indicate that a report message with partial data is required.
  1. static
  2. int
MQRO_COA_WITH_FULL_DATA
Value used with REPORT_COA_PROPERTY to indicate that a report message with full data is required.
  1. static
  2. int
MQRO_COD
Value used with REPORT_COD_PROPERTY to indicate that a report message without data is required.
  1. static
  2. int
MQRO_COD_WITH_DATA
Value used with REPORT_COD_PROPERTY to indicate that a report message with partial data is required.
  1. static
  2. int
MQRO_COD_WITH_FULL_DATA
Value used with REPORT_COD_PROPERTY to indicate that a report message with full data is required.
  1. static
  2. int
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.
  1. static
  2. int
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.
  1. static
  2. int
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.
  1. static
  2. int
MQRO_EXCEPTION
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message without data is required.
  1. static
  2. int
MQRO_EXCEPTION_WITH_DATA
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message with partial data is required.
  1. static
  2. int
MQRO_EXCEPTION_WITH_FULL_DATA
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message with full data is required.
  1. static
  2. int
MQRO_EXPIRATION
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message without data is required.
  1. static
  2. int
MQRO_EXPIRATION_WITH_DATA
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message with partial data is required.
  1. static
  2. int
MQRO_EXPIRATION_WITH_FULL_DATA
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message with full data is required.
  1. static
  2. int
MQRO_NAN
Value used with the REPORT_NAN_PROPERTY to request an application specific negative acknowledge report.
  1. static
  2. int
MQRO_NEW_MSG_ID
Value used with the REPORT_MSGID_PROPERTY to indicate that a new messageID should be generated for the report message.
  1. static
  2. int
MQRO_NONE
Value used with the REPORT properties to indicate that no options are required.
  1. static
  2. int
MQRO_PAN
Value used with the REPORT_PAN_PROPERTY to request an application specific positive acknowledge report.
  1. static
  2. int
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.
  1. static
  2. int
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.
  1. static
  2. java.lang.String
MSG_BUNDLE_EXT
This constant defines the NLS message file used for messages which occur in response to the public JMS specification.
  1. static
  2. java.lang.String
MSG_BUNDLE_INT
This constant defines the NLS message file used for messages which occur in response to provider specific events.
  1. static
  2. java.lang.String
MSG_GROUP_EXT
This constant defines the message group used when tracing methods which form part of the public JMS specification.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
MSG_TYPE_PROPERTY
Name of the message type property.
  1. static
  2. java.lang.String
MULTICAST_INTERFACE_NONE
Value for multicastInterface None mode.
  1. static
  2. java.lang.String
OFF
Common constant to ensure consistency between multiple "On" value properties.
  1. static
  2. java.lang.String
ON
Common constant to ensure consistency between multiple "On" value properties.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
PUT_APPL_TYPE_PROPERTY
Name of the PutApplType property.
  1. static
  2. java.lang.String
PUT_DATE_PROPERTY
Name of the PutDate property.
  1. static
  2. java.lang.String
PUT_TIME_PROPERTY
Name of the PutTime property.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
READ_AHEAD_DEFAULT
Default value for the ReadAhead property of a JmsConnectionFactory.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
REPORT_COA_PROPERTY
Name of the Report_COA property.
  1. static
  2. java.lang.String
REPORT_COD_PROPERTY
Name of the Report_COD property.
  1. static
  2. java.lang.String
REPORT_CORRELID_PROPERTY
Name of the Report_Pass_Correl_ID property.
  1. static
  2. java.lang.String
REPORT_DISCARD_PROPERTY
Name of the Report_Discard_Msg property.
  1. static
  2. java.lang.String
REPORT_EXCEPTION_PROPERTY
Name of the Report_Exception property.
  1. static
  2. java.lang.String
REPORT_EXPIRATION_PROPERTY
Name of the Report_Expiration property.
  1. static
  2. java.lang.String
REPORT_MSGID_PROPERTY
Name of the Report_Pass_Msg_ID property.
  1. static
  2. java.lang.String
REPORT_NAN_PROPERTY
Name of the Report_NAN property.
  1. static
  2. java.lang.String
REPORT_PAN_PROPERTY
Name of the Report_PAN property.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
SHARED_DSUBS_ALWAYS
Constant that can be used as a parameter for the shareDurableSubscriptions property of a JmsConnectionFactory object.
  1. static
  2. java.lang.String
SHARED_DSUBS_IN_CLUSTER
Constant that represents the default value for the shareDurableSubscriptions property of a JmsConnectionFactory object.
  1. static
  2. java.lang.String
SHARED_DSUBS_NEVER
Constant that can be used as a parameter for the shareDurableSubscriptions property of a JmsConnectionFactory object.
  1. static
  2. java.lang.String
SUBSCRIPTION_PROTOCOL_MULTICAST
Value for Multicast mode.
  1. static
  2. java.lang.String
SUBSCRIPTION_PROTOCOL_UNICAST
Value for Unicast mode.
  1. static
  2. java.lang.String
SUBSCRIPTION_PROTOCOL_UNICAST_AND_MULTICAST
Value for UnicastAndMulticast mode.
  1. static
  2. java.lang.String
SYSTEM_MESSAGEID_PROPERTY
Name of the system messageID property.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
TARGET_SIGNIFICANCE_REQUIRED
Value for the targetSignificance property of a JmsConnectionFactory that indicates that selected messaging engine must be in the targetGroup.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
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.
  1. static
  2. java.lang.String
TOG_ARM_CORRELATOR
Constant for accessing the The Open Group (TOG) ARM correlator property.
  1. static
  2. java.lang.String
WILL_NOT_MODIFY_PAYLOAD
Constant - one of the possible values of the ConnectionFactory properties: producerDoesNotModifyPayloadAfterSet consumerDoesNotModifyPayloadAfterGet

Field Detail

MSG_GROUP_EXT

  1. static final java.lang.String MSG_GROUP_EXT
This constant defines the message group used when tracing methods which form part of the public JMS specification.

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.

See Also:

MSG_BUNDLE_EXT

  1. static final java.lang.String MSG_BUNDLE_EXT
This constant defines the NLS message file used for messages which occur in response to the public JMS specification.

This is not intended for use by customer applications.

See Also:

MSG_GROUP_INT

  1. static final java.lang.String 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.

This is not intended for use by customer applications.

See Also:

MSG_BUNDLE_INT

  1. static final java.lang.String MSG_BUNDLE_INT
This constant defines the NLS message file used for messages which occur in response to provider specific events.

This is not intended for use by customer applications.

See Also:

EXCEPTION_THREADPOOL_NAME_INT

  1. static final java.lang.String EXCEPTION_THREADPOOL_NAME_INT
This constant defines the name of the thread pool created to dispatch JMS Exceptions to applications.

This is not intended for use by customer applications.

See Also:

EXCEPTION_MAXTHREADS_NAME_INT

  1. static final java.lang.String EXCEPTION_MAXTHREADS_NAME_INT
This constant defines name of a tuning parameter.
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.

See Also:

EXCEPTION_MAXTHREADS_DEFAULT_INT

  1. static final java.lang.String EXCEPTION_MAXTHREADS_DEFAULT_INT
This constant defines the default number of threads which may be active concurrently, invoking JMS exception listeners.

This is not intended for use by customer applications.

See Also:

CONNFACTORY_FACTORY_CLASS

  1. static final java.lang.String CONNFACTORY_FACTORY_CLASS
This constant contains the name of the class which implements the JmsFactoryFactory interface. This constant is used to dynamically instantiate the implementation class in order to provide separation between component interfaces and implementation. This is not intended for use by customer applications.
See Also:

MAPPING_BEST_EFFORT_NONPERSISTENT

  1. static final java.lang.String MAPPING_BEST_EFFORT_NONPERSISTENT
Used to indicate that JMS messages should be sent with Reliability.BEST_EFFORT_NONPERSISTENT.

See Also:

MAPPING_EXPRESS_NONPERSISTENT

  1. static final java.lang.String MAPPING_EXPRESS_NONPERSISTENT
Used to indicate that JMS messages should be sent with Reliability.EXPRESS_NONPERSISTENT.

This is the default value for the nonPersistentMapping property.

See Also:

MAPPING_RELIABLE_NONPERSISTENT

  1. static final java.lang.String MAPPING_RELIABLE_NONPERSISTENT
Used to indicate that JMS messages should be sent with Reliability.RELIABLE_NONPERSISTENT.

See Also:

MAPPING_RELIABLE_PERSISTENT

  1. static final java.lang.String MAPPING_RELIABLE_PERSISTENT
Used to indicate that JMS messages should be sent with Reliability.RELIABLE_PERSISTENT.

See Also:

MAPPING_ASSURED_PERSISTENT

  1. static final java.lang.String MAPPING_ASSURED_PERSISTENT
Used to indicate that JMS messages should be sent with Reliability.ASSURED_PERSISTENT.

See Also:

MAPPING_AS_SIB_DESTINATION

  1. static final java.lang.String MAPPING_AS_SIB_DESTINATION
Used to indicate that JMS messages should be sent with the default reliability configured on the SIB destination. This is a synonym for MAPPING_NONE.
See Also:

MAPPING_NONE

  1. static final java.lang.String MAPPING_NONE
Used to indicate that JMS messages should be sent with the default reliability configured on the SIB destination. This is a synonym for MAPPING_AS_SIB_DESTINATION
See Also:

CONNECTION_PROXIMITY_SERVER

  1. static final java.lang.String 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.

See Also:

CONNECTION_PROXIMITY_HOST

  1. static final java.lang.String 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.

See Also:

CONNECTION_PROXIMITY_BUS

  1. static final java.lang.String 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.

See Also:

CONNECTION_PROXIMITY_CLUSTER

  1. static final java.lang.String 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.

See Also:

TARGET_TYPE_BUSMEMBER

  1. static final java.lang.String 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.

The messaging engine chosen to connect to should be a member of this bus.

See Also:

TARGET_TYPE_CUSTOM

  1. static final java.lang.String 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.

The messaging engine chosen to connect to should be a member of this user specified group.

See Also:

TARGET_TYPE_ME

  1. static final java.lang.String 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.

See Also:

TARGET_SIGNIFICANCE_REQUIRED

  1. static final java.lang.String TARGET_SIGNIFICANCE_REQUIRED
Value for the targetSignificance property of a JmsConnectionFactory that indicates that selected messaging engine must be in the targetGroup.
See Also:

TARGET_SIGNIFICANCE_PREFERRED

  1. static final java.lang.String 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.
See Also:

SUBSCRIPTION_PROTOCOL_UNICAST

  1. static final java.lang.String SUBSCRIPTION_PROTOCOL_UNICAST
Value for Unicast mode. Unicast protocol is used for subscriptions.
See Also:

SUBSCRIPTION_PROTOCOL_MULTICAST

  1. static final java.lang.String SUBSCRIPTION_PROTOCOL_MULTICAST
Value for Multicast mode. Multicast protocol is used for subscriptions.
See Also:

SUBSCRIPTION_PROTOCOL_UNICAST_AND_MULTICAST

  1. static final java.lang.String SUBSCRIPTION_PROTOCOL_UNICAST_AND_MULTICAST
Value for UnicastAndMulticast mode. Means both unicast and multicast protocols may be used for subscriptions.
See Also:

MULTICAST_INTERFACE_NONE

  1. static final java.lang.String MULTICAST_INTERFACE_NONE
Value for multicastInterface None mode. Means use the default local IP address.
See Also:

READ_AHEAD_DEFAULT

  1. static final java.lang.String READ_AHEAD_DEFAULT
Default value for the ReadAhead property of a JmsConnectionFactory.

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.
See Also:

READ_AHEAD_ON

  1. static final java.lang.String 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.

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.

See Also:

READ_AHEAD_OFF

  1. static final java.lang.String 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.

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.

See Also:

READ_AHEAD_AS_CONNECTION

  1. static final java.lang.String 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.

Please see JmsConnectionFactory.setReadAhead(String) for information on the effect of the ReadAhead property.

See Also:

SHARED_DSUBS_IN_CLUSTER

  1. static final java.lang.String SHARED_DSUBS_IN_CLUSTER
Constant that represents the default value for the shareDurableSubscriptions property of a JmsConnectionFactory object.

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).

See Also:

SHARED_DSUBS_ALWAYS

  1. static final java.lang.String SHARED_DSUBS_ALWAYS
Constant that can be used as a parameter for the shareDurableSubscriptions property of a JmsConnectionFactory object.

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.

See Also:

SHARED_DSUBS_NEVER

  1. static final java.lang.String SHARED_DSUBS_NEVER
Constant that can be used as a parameter for the shareDurableSubscriptions property of a JmsConnectionFactory object.

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.

See Also:

ON

  1. static final java.lang.String ON
Common constant to ensure consistency between multiple "On" value properties.
See Also:

OFF

  1. static final java.lang.String OFF
Common constant to ensure consistency between multiple "On" value properties.
See Also:

SCOPE_TO_LOCAL_QP_ON

  1. static final java.lang.String 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.
Since:
V7.0
See Also:

SCOPE_TO_LOCAL_QP_OFF

  1. static final java.lang.String 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. This is the default value for this property.
Since:
V7.0
See Also:

PRODUCER_PREFER_LOCAL_ON

  1. static final java.lang.String 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. This is the default value for this property.
Since:
V7.0
See Also:

PRODUCER_PREFER_LOCAL_OFF

  1. static final java.lang.String 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.
Since:
V7.0
See Also:

PRODUCER_BIND_ON

  1. static final java.lang.String 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.
Since:
V7.0
See Also:

PRODUCER_BIND_OFF

  1. static final java.lang.String 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. This is the default for this property.
Since:
V7.0
See Also:

GATHER_MESSAGES_ON

  1. static final java.lang.String 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.
Since:
V7.0
See Also:

GATHER_MESSAGES_OFF

  1. static final java.lang.String 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. This is the default for this property.
Since:
V7.0
See Also:

FORMAT_PROPERTY

  1. static final java.lang.String FORMAT_PROPERTY
Name of the Format property. For use with MQ Interoperability, this property reflects the MQMD.format field of incoming messages and can be used to provide a value for outgoing messages.
See Also:

MSG_TYPE_PROPERTY

  1. static final java.lang.String MSG_TYPE_PROPERTY
Name of the message type property. For use with MQ interoperability, this property reflects the MQMD.MsgType field of incoming messages and can be used to provide a value for outgoing messages.
See Also:

FEEDBACK_PROPERTY

  1. static final java.lang.String FEEDBACK_PROPERTY
Name of the feedback property. With MQ interoperability, this maps to the MQMD.Feedback field. Natively generated report messages also use this field to indicate the reason the report was generated.
See Also:

PUT_APPL_TYPE_PROPERTY

  1. static final java.lang.String PUT_APPL_TYPE_PROPERTY
Name of the PutApplType property. With MQ interoperability, this reflects the MQMD.PutApplType field for incoming messages. It is ignored on sent messages.
See Also:

REPORT_EXCEPTION_PROPERTY

  1. static final java.lang.String REPORT_EXCEPTION_PROPERTY
Name of the Report_Exception property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages. It is also used to control the generation of native report messages.
See Also:

REPORT_EXPIRATION_PROPERTY

  1. static final java.lang.String REPORT_EXPIRATION_PROPERTY
Name of the Report_Expiration property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages. It is also used to control the generation of native report messages.
See Also:

REPORT_COA_PROPERTY

  1. static final java.lang.String REPORT_COA_PROPERTY
Name of the Report_COA property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages. It is also used to control the generation of native report messages.
See Also:

REPORT_COD_PROPERTY

  1. static final java.lang.String REPORT_COD_PROPERTY
Name of the Report_COD property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages. It is also used to control the generation of native report messages.
See Also:

REPORT_PAN_PROPERTY

  1. static final java.lang.String REPORT_PAN_PROPERTY
Name of the Report_PAN property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages. This field is used to indicate desired behaviour of the receiving application, and doesn't impact the behaviour of the messaging transport.
See Also:

REPORT_NAN_PROPERTY

  1. static final java.lang.String REPORT_NAN_PROPERTY
Name of the Report_NAN property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages. This field is used to indicate desired behaviour of the receiving application, and doesn't impact the behaviour of the messaging transport.
See Also:

REPORT_MSGID_PROPERTY

  1. static final java.lang.String REPORT_MSGID_PROPERTY
Name of the Report_Pass_Msg_ID property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages.
See Also:

REPORT_CORRELID_PROPERTY

  1. static final java.lang.String REPORT_CORRELID_PROPERTY
Name of the Report_Pass_Correl_ID property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages.
See Also:

REPORT_DISCARD_PROPERTY

  1. static final java.lang.String REPORT_DISCARD_PROPERTY
Name of the Report_Discard_Msg property. With MQ interoperability, this field reflects the relevent bits of the MQMD.report field on incoming messages, and can be used to influence the value of outgoing messages.
See Also:

MQRO_EXCEPTION

  1. static final int MQRO_EXCEPTION
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message without data is required.
See Also:

MQRO_EXCEPTION_WITH_DATA

  1. static final int MQRO_EXCEPTION_WITH_DATA
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message with partial data is required.
See Also:

MQRO_EXCEPTION_WITH_FULL_DATA

  1. static final int MQRO_EXCEPTION_WITH_FULL_DATA
Value used with REPORT_EXCEPTION_PROPERTY to indicate that a report message with full data is required.
See Also:

MQRO_EXPIRATION

  1. static final int MQRO_EXPIRATION
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message without data is required.
See Also:

MQRO_EXPIRATION_WITH_DATA

  1. static final int MQRO_EXPIRATION_WITH_DATA
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message with partial data is required.
See Also:

MQRO_EXPIRATION_WITH_FULL_DATA

  1. static final int MQRO_EXPIRATION_WITH_FULL_DATA
Value used with REPORT_EXPIRATION_PROPERTY to indicate that a report message with full data is required.
See Also:

MQRO_COA

  1. static final int MQRO_COA
Value used with REPORT_COA_PROPERTY to indicate that a report message without data is required.
See Also:

MQRO_COA_WITH_DATA

  1. static final int MQRO_COA_WITH_DATA
Value used with REPORT_COA_PROPERTY to indicate that a report message with partial data is required.
See Also:

MQRO_COA_WITH_FULL_DATA

  1. static final int MQRO_COA_WITH_FULL_DATA
Value used with REPORT_COA_PROPERTY to indicate that a report message with full data is required.
See Also:

MQRO_COD

  1. static final int MQRO_COD
Value used with REPORT_COD_PROPERTY to indicate that a report message without data is required.
See Also:

MQRO_COD_WITH_DATA

  1. static final int MQRO_COD_WITH_DATA
Value used with REPORT_COD_PROPERTY to indicate that a report message with partial data is required.
See Also:

MQRO_COD_WITH_FULL_DATA

  1. static final int MQRO_COD_WITH_FULL_DATA
Value used with REPORT_COD_PROPERTY to indicate that a report message with full data is required.
See Also:

MQRO_COPY_MSG_ID_TO_CORREL_ID

  1. static final int 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.
See Also:

MQRO_PASS_CORREL_ID

  1. static final int 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.
See Also:

MQRO_NEW_MSG_ID

  1. static final int MQRO_NEW_MSG_ID
Value used with the REPORT_MSGID_PROPERTY to indicate that a new messageID should be generated for the report message.
See Also:

MQRO_PASS_MSG_ID

  1. static final int 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.
See Also:

MQRO_DEAD_LETTER_Q

  1. static final int 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.
See Also:

MQRO_DISCARD_MSG

  1. static final int 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.
See Also:

MQRO_NONE

  1. static final int MQRO_NONE
Value used with the REPORT properties to indicate that no options are required. Equivalent to not setting the property.
See Also:

MQRO_NAN

  1. static final int MQRO_NAN
Value used with the REPORT_NAN_PROPERTY to request an application specific negative acknowledge report.
See Also:

MQRO_PAN

  1. static final int MQRO_PAN
Value used with the REPORT_PAN_PROPERTY to request an application specific positive acknowledge report.
See Also:

MQFB_NONE

  1. static final int MQFB_NONE
Value used with FEEDBACK_PROPERTY to indicate no feedback.
See Also:

MQFB_SYSTEM_FIRST

  1. static final int MQFB_SYSTEM_FIRST
Value used with FEEDBACK_PROPERTY to indicate the first value in the range reserved for system use.
See Also:

MQFB_QUIT

  1. static final int MQFB_QUIT
Value used with FEEDBACK_PROPERTY to request the application to finish.
See Also:

MQFB_EXPIRATION

  1. static final int MQFB_EXPIRATION
Value used with FEEDBACK_PROPERTY to indicate that a message expired.
See Also:

MQFB_COA

  1. static final int MQFB_COA
Value used with FEEDBACK_PROPERTY to indicate that a message arrived at its destination.
See Also:

MQFB_COD

  1. static final int MQFB_COD
Value used with FEEDBACK_PROPERTY to indicate that a message was delivered to an application.
See Also:

MQFB_CHANNEL_COMPLETED

  1. static final int MQFB_CHANNEL_COMPLETED
Value used with FEEDBACK_PROPERTY.
See Also:

MQFB_CHANNEL_FAIL_RETRY

  1. static final int MQFB_CHANNEL_FAIL_RETRY
Value used with FEEDBACK_PROPERTY.
See Also:

MQFB_CHANNEL_FAIL

  1. static final int MQFB_CHANNEL_FAIL
Value used with FEEDBACK_PROPERTY.
See Also:

MQFB_APPL_CANNOT_BE_STARTED

  1. static final int MQFB_APPL_CANNOT_BE_STARTED
Value used with FEEDBACK_PROPERTY.
See Also:

MQFB_TM_ERROR

  1. static final int MQFB_TM_ERROR
Value used with FEEDBACK_PROPERTY.
See Also:

MQFB_APPL_TYPE_ERROR

  1. static final int MQFB_APPL_TYPE_ERROR
Value used with FEEDBACK_PROPERTY.
See Also:

MQFB_STOPPED_BY_MSG_EXIT

  1. static final int MQFB_STOPPED_BY_MSG_EXIT
Value used with FEEDBACK_PROPERTY.
See Also:

MQFB_XMIT_Q_MSG_ERROR

  1. static final int MQFB_XMIT_Q_MSG_ERROR
Value used with FEEDBACK_PROPERTY.
See Also:

MQFB_PAN

  1. static final int MQFB_PAN
Value used with FEEDBACK_PROPERTY to indicate an application specific positive acknowledge report.
See Also:

MQFB_NAN

  1. static final int MQFB_NAN
Value used with FEEDBACK_PROPERTY to indicate an application specific negative acknowledge report.
See Also:

MQFB_SYSTEM_LAST

  1. static final int MQFB_SYSTEM_LAST
Value used with FEEDBACK_PROPERTY to indicate the last value in the range reserved for system use.
See Also:

MQFB_APPL_FIRST

  1. static final int MQFB_APPL_FIRST
Value used with FEEDBACK_PROPERTY to indicate the first value in the range reserved for application use.
See Also:

MQFB_APPL_LAST

  1. static final int MQFB_APPL_LAST
Value used with FEEDBACK_PROPERTY to indicate the last value in the range reserved for application use.
See Also:

MQMT_REQUEST

  1. static final int MQMT_REQUEST
Value used with MSG_TYPE_PROPERTY to indicate a request message.
See Also:

MQMT_REPORT

  1. static final int MQMT_REPORT
Value used with MSG_TYPE_PROPERTY to indicate a report message.
See Also:

MQMT_DATAGRAM

  1. static final int MQMT_DATAGRAM
Value used with MSG_TYPE_PROPERTY to indicate a datagram message.
See Also:

MQMT_APPL_FIRST

  1. static final int MQMT_APPL_FIRST
Value used with MSG_TYPE_PROPERTY to indicate the first value in the range reserved for applications.
See Also:

MQMT_APPL_LAST

  1. static final int MQMT_APPL_LAST
Value used with MSG_TYPE_PROPERTY to indicate the last value in the range reserved for applications.
See Also:

LAST_MSG_IN_GROUP_PROPERTY

  1. static final java.lang.String LAST_MSG_IN_GROUP_PROPERTY
Name of the Last_Msg_In_Group property. This property is used in conjunction with the JMSXGroupID and JMSXGroupSeq properties, and when set to true indicates that the message is the last of a group of messages. When used with MQ interoperability, this property reflects/influences the appropriate bit of the MQMD.MsgFlags field.
See Also:

PUT_DATE_PROPERTY

  1. static final java.lang.String PUT_DATE_PROPERTY
Name of the PutDate property. With MQ interoperability, this reflects the value of the MQMD.PutDate field for incoming messages. It is ignored on outgoing messages.
See Also:

PUT_TIME_PROPERTY

  1. static final java.lang.String PUT_TIME_PROPERTY
Name of the PutTime property. With MQ interoperability, this reflects the value of the MQMD.PutTime field for incoming messages. It is ignored on outgoing messages.
See Also:

ENCODING_PROPERTY

  1. static final java.lang.String ENCODING_PROPERTY
Name of the encoding property. This is used with BytesMessages to control the representation of numeric fields. With MQ interoperability, this reflects the value of the MQMD.Encoding field for incoming messages, and can be used to set the value on outgoing messages.
See Also:

CHARSET_PROPERTY

  1. static final java.lang.String CHARSET_PROPERTY
Name of the character set property. With MQ interoperability, this reflects the value of the MQMD.CodedCharSetId field on incoming messages.
See Also:

EXCEPTION_MESSAGE

  1. static final java.lang.String EXCEPTION_MESSAGE
Name of the Exception Message property. Generated when a message cannot be delivered to its final destination and is instead rerouted to an exception destination.
See Also:

EXCEPTION_TIMESTAMP

  1. static final java.lang.String EXCEPTION_TIMESTAMP
Name of the Exception Timestamp property. Generated when a message cannot be delivered to its final destination and is instead rerouted to an exception destination.
See Also:

EXCEPTION_REASON

  1. static final java.lang.String EXCEPTION_REASON
Name of the Exception Reason property. Generated when a message cannot be delivered to its final destination and is instead rerouted to an exception destination.
See Also:

SYSTEM_MESSAGEID_PROPERTY

  1. static final java.lang.String SYSTEM_MESSAGEID_PROPERTY
Name of the system messageID property.
See Also:

EXCEPTION_PROBLEM_DESTINATION

  1. static final java.lang.String EXCEPTION_PROBLEM_DESTINATION
Name of the exception problem destination property.
See Also:

EXCEPTION_PROBLEM_SUBSCRIPTION

  1. static final java.lang.String EXCEPTION_PROBLEM_SUBSCRIPTION
Name of the exception problem subscription property.
See Also:

IBM_ARM_CORRELATOR

  1. static final java.lang.String IBM_ARM_CORRELATOR
Constant for accessing the IBM ARM correlator property. Note that this IBM defined property is a synonym of the TOG ARM correlator. Setting one property will change the value of the other. This is a String-type property.
See Also:

TOG_ARM_CORRELATOR

  1. static final java.lang.String TOG_ARM_CORRELATOR
Constant for accessing the The Open Group (TOG) ARM correlator property. Note that this property is a synonym of the IBM ARM correlator. Setting one property will change the value of the other. This is a String-type property.
See Also:

DELIVERY_MODE_APP

  1. static final java.lang.String DELIVERY_MODE_APP
DeliveryMode constant for Destinations. If the destination contains this value for DeliveryMode, then the deliveryMode of sent messages is determined by the application.
See Also:

DELIVERY_MODE_PERSISTENT

  1. static final java.lang.String DELIVERY_MODE_PERSISTENT
DeliveryMode constant for Destinations. This value will override all messages sent using the Destination to be persistent.
See Also:

DELIVERY_MODE_NONPERSISTENT

  1. static final java.lang.String DELIVERY_MODE_NONPERSISTENT
DeliveryMode constant for Destinations. This value will override all messages sent using the Destination to be non-persistent.
See Also:

MAX_TIME_TO_LIVE

  1. static final long MAX_TIME_TO_LIVE
The maximum permitted value for timeToLive. This is equivalent to approximately 291 million years. The imposition of such a limit may appear arbitrary, but it prevents poorly defined behaviour which occurs if we permit values up to Long.MAX_VALUE.
See Also:

ENC_INTEGER_MASK

  1. static final int ENC_INTEGER_MASK
Mask for the integer part of the JMS_IBM_Encoding field
See Also:

ENC_FLOAT_MASK

  1. static final int ENC_FLOAT_MASK
Mask for the float part of the JMS_IBM_Encoding field
See Also:

ENC_INTEGER_UNDEFINED

  1. static final int ENC_INTEGER_UNDEFINED
UNDEFINED value of integer encoding.
See Also:

ENC_INTEGER_NORMAL

  1. static final int ENC_INTEGER_NORMAL
NORMAL value of integer encoding. When sending a JMS BytesMessage, integer fields will be sent using high byte first order when ENC_INTEGER_NORMAL is set in the JMS_IBM_Encoding field. This is also the default order used when JMS_IBM_Encoding is not set.
See Also:

ENC_INTEGER_REVERSED

  1. static final int ENC_INTEGER_REVERSED
REVERSED value of integer encoding. When sending a JMS BytesMessage, integer fields will be sent using low byte first order when ENC_INTEGER_REVERSED is set in the JMS_IBM_Encoding field.
See Also:

ENC_FLOAT_UNDEFINED

  1. static final int ENC_FLOAT_UNDEFINED
UNDEFINED value of floating point encoding.
See Also:

ENC_FLOAT_IEEE_NORMAL

  1. static final int ENC_FLOAT_IEEE_NORMAL
NORMAL value of floating point encoding. When sending a JMS BytesMessage, floating point fields will be sent using IEEE encoding in high byte first order when ENC_FLOAT_IEEE_NORMAL is set in the JMS_IBM_Encoding field. This is also the default order used when JMS_IBM_Encoding is not set.
See Also:

ENC_FLOAT_IEEE_REVERSED

  1. static final int ENC_FLOAT_IEEE_REVERSED
REVERSED value of floating point encoding. When sending a JMS BytesMessage, floating point fields will be sent using IEEE encoding in low byte first order when ENC_FLOAT_IEEE_REVERSED is set in the JMS_IBM_Encoding field.
See Also:

ENC_FLOAT_S390

  1. static final int ENC_FLOAT_S390
S390 value of floating point encoding. When sending a JMS BytesMessage, floating point fields will be sent using a S390 specific format when ENC_FLOAT_IEEE_NORMAL is set in the JMS_IBM_Encoding field.
See Also:

JMSX_USERID

  1. static final java.lang.String JMSX_USERID
A constant for the JMSXUserID property name.
See Also:

JMSX_DELIVERY_COUNT

  1. static final java.lang.String JMSX_DELIVERY_COUNT
A constant for the JMSXDeliveryCount property name.
See Also:

JMSX_APPID

  1. static final java.lang.String JMSX_APPID
A constant for the JMSXAppID property name.
See Also:

JMSX_GROUPID

  1. static final java.lang.String JMSX_GROUPID
A constant for the JMSXGroupID property name.
See Also:

JMSX_GROUPSEQ

  1. static final java.lang.String JMSX_GROUPSEQ
A constant for the JMSXGroupSeq property name.
See Also:

JMS_IBM_MQMD_PERSISTENCE

  1. static final java.lang.String JMS_IBM_MQMD_PERSISTENCE
A constant for the JMS_IBM_MQMD_Persistence property name.
See Also:

JMS_IBM_MQMD_MSGID

  1. static final java.lang.String JMS_IBM_MQMD_MSGID
A constant for the JMS_IBM_MQMD_MsgId property name.
See Also:

JMS_IBM_MQMD_CORRELID

  1. static final java.lang.String JMS_IBM_MQMD_CORRELID
A constant for the JMS_IBM_MQMD_CorrelId property name.
See Also:

JMS_IBM_MQMD_REPLYTOQ

  1. static final java.lang.String JMS_IBM_MQMD_REPLYTOQ
A constant for the JMS_IBM_MQMD_ReplyToQ property name.
See Also:

JMS_IBM_MQMD_REPLYTOQMGR

  1. static final java.lang.String JMS_IBM_MQMD_REPLYTOQMGR
A constant for the JMS_IBM_MQMD_ReplyToQMgr property name.
See Also:

MIGHT_MODIFY_PAYLOAD

  1. static final java.lang.String MIGHT_MODIFY_PAYLOAD
Constant - one of the possible values of the ConnectionFactory properties:
  • producerDoesNotModifyPayloadAfterSet
  • consumerDoesNotModifyPayloadAfterGet
See Also:

WILL_NOT_MODIFY_PAYLOAD

  1. static final java.lang.String WILL_NOT_MODIFY_PAYLOAD
Constant - one of the possible values of the ConnectionFactory properties:
  • producerDoesNotModifyPayloadAfterSet
  • consumerDoesNotModifyPayloadAfterGet
See Also: