public interface CommonConstants extends JmsConstants
This interface defines all known constants. It is a superset of published v6 and v7 constants, and not a set of common constants.
The naming convention for property names is as follows: a) Destination property names use lower camel case, for e.g. lowerCamelCase. b) Other property names use upper case with XMSC_ prefix, for e.g. XMSC_UPPER_CASE. c) Words are separated using underscores, where appropriate.
If a property is applicable to both the Destination and the ConnectionFactory, then the Destination naming convention applies.
Please do not use this file directly in applications. Please use
WMQConstants instead.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INSERT_CHARACTER
Message insert key for a character.
|
static java.lang.String |
INSERT_COMMAND_LEVEL
Message insert key for the command level.
|
static java.lang.String |
INSERT_COMP_CODE
Message insert key for the completion code.
|
static java.lang.String |
INSERT_HEX_STRING
Message insert key for a hexadecimal string.
|
static java.lang.String |
INSERT_QUEUE_MANAGER
Message insert key for the queue manager name.
|
static java.lang.String |
INSERT_REASON
Message insert key for the reason code.
|
static java.lang.String |
INSERT_STRING
Message insert key for a string.
|
static java.lang.String |
IS_SUBSCRIPTION_MULTICAST
Consumer property name, real-time transport only.
|
static java.lang.String |
IS_SUBSCRIPTION_RELIABLE_MULTICAST
Consumer property name, real-time transport only.
|
static java.lang.String |
QUEUE_PREFIX
Prefix for a queue destination
|
static java.lang.String |
RTT_BROKER_PING_INTERVAL
RTT_BROKER_PING_INTERVAL property name.
|
static java.lang.String |
RTT_CONNECTION_PROTOCOL
ConnectionFactory property name.
|
static int |
RTT_DEFAULT_PORT
Deprecated.
|
static java.lang.String |
RTT_DIRECT_AUTH
ConnectionFactory property name.
|
static int |
RTT_DIRECT_AUTH_BASIC
RTT_DIRECT_AUTH property value.
|
static int |
RTT_DIRECT_AUTH_CERTIFICATE
RTT_DIRECT_AUTH property value.
|
static int |
RTT_DIRECT_AUTH_DEFAULT
RTT_DIRECT_AUTH property value.
|
static java.lang.String |
RTT_HOST_NAME
ConnectionFactory property name.
|
static java.lang.String |
RTT_LOCAL_ADDRESS
ConnectionFactory property name.
|
static java.lang.String |
RTT_MULTICAST
ConnectionFactory and Destination property name.
|
static int |
RTT_MULTICAST_ASCF
Deprecated.
|
static int |
RTT_MULTICAST_DEFAULT
Deprecated.
|
static int |
RTT_MULTICAST_DISABLED
Deprecated.
|
static int |
RTT_MULTICAST_ENABLED
Deprecated.
|
static int |
RTT_MULTICAST_NOT_RELIABLE
Deprecated.
|
static int |
RTT_MULTICAST_RELIABLE
Deprecated.
|
static java.lang.String |
RTT_PORT
ConnectionFactory property name.
|
static java.lang.String |
RTT_PROXY_HOSTNAME
ConnectionFactory property name.
|
static java.lang.String |
RTT_PROXY_PORT
ConnectionFactory property name.
|
static java.lang.String |
TOPIC_PREFIX
Prefix for a topic destination
|
static java.lang.String |
WMQ_APPLICATIONNAME
ConnectionFactory property name.
|
static java.lang.String |
WMQ_BROKER_CC_DUR_SUBQ
Destination (topics only) property name, v6 Publish/Subscribe only.
|
static java.lang.String |
WMQ_BROKER_CC_SUBQ
ConnectionFactory property name, v6 Publish/Subscribe only.
|
static java.lang.String |
WMQ_BROKER_CONTROLQ
ConnectionFactory property name, v6 Publish/Subscribe only.
|
static int |
WMQ_BROKER_DEFAULT
WMQ_BROKER_VERSION property value.
|
static java.lang.String |
WMQ_BROKER_DUR_SUBQ
Destination (topics only) property name, v6 Publish/Subscribe only.
|
static java.lang.String |
WMQ_BROKER_PUBQ
ConnectionFactory and destination (topics only) property name, v6 Publish/Subscribe only.
|
static java.lang.String |
WMQ_BROKER_PUBQ_QMGR
Destination (topics only) property name, v6 Publish/Subscribe only.
|
static java.lang.String |
WMQ_BROKER_QMGR
ConnectionFactory property name, v6 Publish/Subscribe only.
|
static java.lang.String |
WMQ_BROKER_SUBQ
ConnectionFactory property name, v6 Publish/Subscribe only.
|
static int |
WMQ_BROKER_UNSPECIFIED
WMQ_BROKER_VERSION property value.
|
static int |
WMQ_BROKER_V1
WMQ_BROKER_VERSION property value.
|
static int |
WMQ_BROKER_V2
WMQ_BROKER_VERSION property value.
|
static java.lang.String |
WMQ_BROKER_VERSION
ConnectionFactory and Destination (topics only) property name, v6 Publish/Subscribe only.
|
static java.lang.String |
WMQ_CC_DEF_D_SHARED_QUEUE
Default name for the JMS ConnectionConsumer durable subscriber queue.
|
static java.lang.String |
WMQ_CC_DEF_ND_SHARED_QUEUE
Default name for the JMS ConnectionConsumer non-durable subscriber queue.
|
static java.lang.String |
WMQ_CCDTURL
ConnectionFactory property name.
|
static java.lang.String |
WMQ_CCSID
Destination property name.
|
static java.lang.String |
WMQ_CF_DESCRIPTION
ConnectionFactory property name.
|
static java.lang.String |
WMQ_CHANNEL
ConnectionFactory property name.
|
static int |
WMQ_CLEANUP_AS_PROPERTY
WMQ_CLEANUP_LEVEL property value.
|
static int |
WMQ_CLEANUP_DEFAULT
WMQ_CLEANUP_LEVEL property value.
|
static int |
WMQ_CLEANUP_FORCE
WMQ_CLEANUP_LEVEL property value.
|
static java.lang.String |
WMQ_CLEANUP_INTERVAL
ConnectionFactory property name.
|
static java.lang.String |
WMQ_CLEANUP_LEVEL
ConnectionFactory property name, v6 only.
|
static int |
WMQ_CLEANUP_NONDUR
WMQ_CLEANUP_LEVEL property value.
|
static int |
WMQ_CLEANUP_NONE
WMQ_CLEANUP_LEVEL property value.
|
static int |
WMQ_CLEANUP_SAFE
WMQ_CLEANUP_LEVEL property value.
|
static int |
WMQ_CLEANUP_STRONG
WMQ_CLEANUP_LEVEL property value.
|
static int |
WMQ_CLIENT_JMS_COMPLIANT
WMQ_TARGET_CLIENT property value.
|
static int |
WMQ_CLIENT_NONJMS_MQ
WMQ_TARGET_CLIENT property value.
|
static int |
WMQ_CLIENT_RECONNECT
Reconnection options property.
|
static int |
WMQ_CLIENT_RECONNECT_AS_DEF
Reconnection options property.
|
static int |
WMQ_CLIENT_RECONNECT_DISABLED
Reconnection options property.
|
static java.lang.String |
WMQ_CLIENT_RECONNECT_OPTIONS
Reconnection property name.
|
static int |
WMQ_CLIENT_RECONNECT_Q_MGR
Reconnection options property.
|
static java.lang.String |
WMQ_CLIENT_RECONNECT_TIMEOUT
Reconnection property name.
|
static int |
WMQ_CLIENT_RECONNECT_TIMEOUT_DEFAULT
Reconnection property default.
|
static int |
WMQ_CM_BINDINGS
WMQ_CONNECTION_MODE property value.
|
static int |
WMQ_CM_BINDINGS_THEN_CLIENT
WMQ_CONNECTION_MODE property value.
|
static int |
WMQ_CM_CLIENT
WMQ_CONNECTION_MODE property value.
|
static int |
WMQ_CM_DIRECT_HTTP
WMQ_CONNECTION_MODE property value.
|
static int |
WMQ_CM_DIRECT_TCPIP
WMQ_CONNECTION_MODE property value.
|
static java.lang.String |
WMQ_COMMAND_LEVEL
This property will be populated with the CmdLevel of the queue manager after connection
|
static int |
WMQ_COMPHDR_DEFAULT
WMQ_HEADER_COMP property value.
|
static int |
WMQ_COMPHDR_NONE
WMQ_HEADER_COMP property value.
|
static int |
WMQ_COMPHDR_SYSTEM
WMQ_HEADER_COMP property value.
|
static int |
WMQ_COMPMSG_DEFAULT
WMQ_MSG_COMP property value.
|
static int |
WMQ_COMPMSG_NONE
WMQ_MSG_COMP property value.
|
static int |
WMQ_COMPMSG_RLE
WMQ_MSG_COMP property value.
|
static int |
WMQ_COMPMSG_ZLIBFAST
WMQ_MSG_COMP property value.
|
static int |
WMQ_COMPMSG_ZLIBHIGH
WMQ_MSG_COMP property value.
|
static java.lang.String |
WMQ_CONNECT_OPTIONS
ConnectionFactory property name.
|
static java.lang.String |
WMQ_CONNECTION_MODE
ConnectionFactory property name.
|
static java.lang.String |
WMQ_CONNECTION_NAME_LIST
Connection property name.
|
static java.lang.String |
WMQ_CONNECTION_TAG
ConnectionFactory property name.
|
static int |
WMQ_DEFAULT_CLIENT_PORT
WMQ_PORT property value.
|
static java.lang.String |
WMQ_DEST_DESCRIPTION
Destination property name.
|
static java.lang.String |
WMQ_DUR_SUBQ
Destination property name.
|
static java.lang.String |
WMQ_ENCODING
Destination property name.
|
static int |
WMQ_ENCODING_DECIMAL_NORMAL
WMQ_ENCODING or JMS_IBM_ENCODING property value.
|
static int |
WMQ_ENCODING_DECIMAL_REVERSED
WMQ_ENCODING or JMS_IBM_ENCODING property value.
|
static int |
WMQ_ENCODING_FLOAT_IEEE_NORMAL
WMQ_ENCODING or JMS_IBM_ENCODING property value.
|
static int |
WMQ_ENCODING_FLOAT_IEEE_REVERSED
WMQ_ENCODING or JMS_IBM_ENCODING property value.
|
static int |
WMQ_ENCODING_FLOAT_S390
WMQ_ENCODING or JMS_IBM_ENCODING property value.
|
static int |
WMQ_ENCODING_INTEGER_NORMAL
WMQ_ENCODING or JMS_IBM_ENCODING property value.
|
static int |
WMQ_ENCODING_INTEGER_REVERSED
WMQ_ENCODING or JMS_IBM_ENCODING property value.
|
static int |
WMQ_ENCODING_NATIVE
WMQ_ENCODING or JMS_IBM_ENCODING property value.
|
static int |
WMQ_EXP_APP
TIME_TO_LIVE property value.
|
static int |
WMQ_EXP_UNLIMITED
TIME_TO_LIVE property value.
|
static java.lang.String |
WMQ_EXPIRY
Destination property name.
|
static java.lang.String |
WMQ_FAIL_IF_QUIESCE
ConnectionFactory and Destination property name.
|
static int |
WMQ_FIQ_DEFAULT
FAIL_IF_QUIESCE property value.
|
static int |
WMQ_FIQ_NO
FAIL_IF_QUIESCE property value.
|
static int |
WMQ_FIQ_YES
FAIL_IF_QUIESCE property value.
|
static java.lang.String |
WMQ_HEADER_COMP
ConnectionFactory property name.
|
static java.lang.String |
WMQ_HOST_NAME
ConnectionFactory property name.
|
static java.lang.String |
WMQ_LOCAL_ADDRESS
ConnectionFactory property name.
|
static java.lang.String |
WMQ_MAP_NAME_STYLE
ConnectionFactory property name.
|
static boolean |
WMQ_MAP_NAME_STYLE_COMPATIBLE
WMQ_MAP_NAME_STYLE property value.
|
static boolean |
WMQ_MAP_NAME_STYLE_DEFAULT
WMQ_MAP_NAME_STYLE property value.
|
static boolean |
WMQ_MAP_NAME_STYLE_STANDARD
WMQ_MAP_NAME_STYLE property value.
|
static int |
WMQ_MDCTX_DEFAULT
WMQ_MQMD_MESSAGE_CONTEXT property value.
|
static int |
WMQ_MDCTX_SET_ALL_CONTEXT
WMQ_MQMD_MESSAGE_CONTEXT property value.
|
static int |
WMQ_MDCTX_SET_IDENTITY_CONTEXT
WMQ_MQMD_MESSAGE_CONTEXT property value.
|
static java.lang.String |
WMQ_MESSAGE_BODY
Destination property name.
|
static int |
WMQ_MESSAGE_BODY_JMS
WMQ_MESSAGE_BODY property value.
|
static int |
WMQ_MESSAGE_BODY_MQ
WMQ_MESSAGE_BODY property value.
|
static int |
WMQ_MESSAGE_BODY_UNSPECIFIED
WMQ_MESSAGE_BODY property value.
|
static java.lang.String |
WMQ_MESSAGE_RETENTION
ConnectionFactory property name.
|
static java.lang.String |
WMQ_MESSAGE_SELECTION
ConnectionFactory property name, Publish/Subscribe only.
|
static java.lang.String |
WMQ_MQMD_MESSAGE_CONTEXT
Destination property name.
|
static java.lang.String |
WMQ_MQMD_READ_ENABLED
Destination property name.
|
static java.lang.String |
WMQ_MQMD_WRITE_ENABLED
Destination property name.
|
static int |
WMQ_MRET_DEFAULT
WMQ_MESSAGE_RETENTION property value.
|
static int |
WMQ_MRET_NO
WMQ_MESSAGE_RETENTION property value.
|
static int |
WMQ_MRET_YES
WMQ_MESSAGE_RETENTION property value.
|
static int |
WMQ_MSEL_BROKER
WMQ_MESSAGE_SELECTION property value.
|
static int |
WMQ_MSEL_CLIENT
WMQ_MESSAGE_SELECTION property value.
|
static int |
WMQ_MSEL_DEFAULT
WMQ_MESSAGE_SELECTION property value.
|
static java.lang.String |
WMQ_MSG_BATCH_SIZE
ConnectionFactory property name, Async consumer.
|
static java.lang.String |
WMQ_MSG_COMP
ConnectionFactory property name.
|
static int |
WMQ_PER_APP
WMQ_PERSISTENCE property value.
|
static int |
WMQ_PER_NON
WMQ_PERSISTENCE property value.
|
static int |
WMQ_PER_NPHIGH
WMQ_PERSISTENCE property value.
|
static int |
WMQ_PER_PER
WMQ_PERSISTENCE property value.
|
static int |
WMQ_PER_QDEF
WMQ_PERSISTENCE property value.
|
static java.lang.String |
WMQ_PERSISTENCE
Destination property name.
|
static java.lang.String |
WMQ_POLLING_INTERVAL
ConnectionFactory property name, Async consumer.
|
static java.lang.String |
WMQ_PORT
ConnectionFactory property name.
|
static int |
WMQ_PRI_APP
PRIORITY property value.
|
static int |
WMQ_PRI_QDEF
PRIORITY property value.
|
static java.lang.String |
WMQ_PRIORITY
Destination property name.
|
static java.lang.String |
WMQ_PROVIDER_VERSION
ConnectionFactory property name.
|
static java.lang.String |
WMQ_PROVIDER_VERSION_DEFAULT
WMQ_PROVIDER_VERSION property value.
|
static java.lang.String |
WMQ_PS_CONTROL_QUEUE
Default name for the broker control queue.
|
static java.lang.String |
WMQ_PS_DEF_D_SHARED_QUEUE
Default name for the JMS durable subscriber queue.
|
static java.lang.String |
WMQ_PS_DEF_ND_SHARED_QUEUE
Default name for the JMS non-durable subscriber queue.
|
static java.lang.String |
WMQ_PS_DEFAULT_STREAM_QUEUE
Default name for the broker publication queue.
|
static java.lang.String |
WMQ_PUB_ACK_INTERVAL
ConnectionFactory property name, v6 Publish/Subscribe only.
|
static java.lang.String |
WMQ_PUT_ASYNC_ALLOWED
Destination property name, new in v7.
|
static int |
WMQ_PUT_ASYNC_ALLOWED_AS_DEST
WMQ_PUT_ASYNC_ALLOWED property value.
|
static int |
WMQ_PUT_ASYNC_ALLOWED_AS_Q_DEF
WMQ_PUT_ASYNC_ALLOWED property value.
|
static int |
WMQ_PUT_ASYNC_ALLOWED_AS_TOPIC_DEF
WMQ_PUT_ASYNC_ALLOWED property value.
|
static int |
WMQ_PUT_ASYNC_ALLOWED_DEFAULT
WMQ_PUT_ASYNC_ALLOWED property value.
|
static int |
WMQ_PUT_ASYNC_ALLOWED_DISABLED
WMQ_PUT_ASYNC_ALLOWED property value.
|
static int |
WMQ_PUT_ASYNC_ALLOWED_ENABLED
WMQ_PUT_ASYNC_ALLOWED property value.
|
static java.lang.String |
WMQ_QMGR_CCSID
ConnectionFactory property name.
|
static java.lang.String |
WMQ_QUEUE_MANAGER
ConnectionFactory property name.
|
static java.lang.String |
WMQ_READ_AHEAD_ALLOWED
Destination property name, new in v7.
|
static int |
WMQ_READ_AHEAD_ALLOWED_AS_DEST
WMQ_READ_AHEAD_ALLOWED property value.
|
static int |
WMQ_READ_AHEAD_ALLOWED_AS_Q_DEF
WMQ_READ_AHEAD_ALLOWED property value.
|
static int |
WMQ_READ_AHEAD_ALLOWED_AS_TOPIC_DEF
WMQ_READ_AHEAD_ALLOWED property value.
|
static int |
WMQ_READ_AHEAD_ALLOWED_DEFAULT
WMQ_READ_AHEAD_ALLOWED property value.
|
static int |
WMQ_READ_AHEAD_ALLOWED_DISABLED
WMQ_READ_AHEAD_ALLOWED property value.
|
static int |
WMQ_READ_AHEAD_ALLOWED_ENABLED
WMQ_READ_AHEAD_ALLOWED property value: Read-ahead is allowed.
|
static java.lang.String |
WMQ_READ_AHEAD_CLOSE_POLICY
Destination property name, new in v7.
|
static int |
WMQ_READ_AHEAD_DEFAULT
WMQ_READ_AHEAD_CLOSE_POLICY property value.
|
static int |
WMQ_READ_AHEAD_DELIVERALL
WMQ_READ_AHEAD_CLOSE_POLICY property value.
|
static int |
WMQ_READ_AHEAD_DELIVERCURRENT
WMQ_READ_AHEAD_CLOSE_POLICY property value: Deliver current messages before closing the
connection when using read-ahead.
|
static java.lang.String |
WMQ_RECEIVE_CCSID
Destination property name.
|
static int |
WMQ_RECEIVE_CCSID_JVM_DEFAULT
WMQ_RECEIVE_CCSID value
Use the default charset of the JVM - note that this will undergo conversion to the
corresponding WMQ CCSID value
|
static java.lang.String |
WMQ_RECEIVE_CONVERSION
Destination property name.
|
static int |
WMQ_RECEIVE_CONVERSION_CLIENT_MSG
WMQ_RECEIVE_CONVERSION value
Turns off the GMO_CONVERT functionality.
|
static int |
WMQ_RECEIVE_CONVERSION_QMGR
WMQ_RECEIVE_CONVERSION value
Turns on the GMO_CONVERT functionality.
|
static java.lang.String |
WMQ_RECEIVE_EXIT
ConnectionFactory property name.
|
static java.lang.String |
WMQ_RECEIVE_EXIT_INIT
ConnectionFactory property name.
|
static java.lang.String |
WMQ_REMOTE_QMGR_QSGNAME
Connection's remote QM QSG name
|
static java.lang.String |
WMQ_REPLYTO_STYLE
WMQ_REPLYTO_STYLE property value.
|
static int |
WMQ_REPLYTO_STYLE_DEFAULT
Default value for the WMQ_REPLYTO_STYLE property.
|
static int |
WMQ_REPLYTO_STYLE_MQMD_VALUES
WMQ_REPLYTO_STYLE property value.
|
static int |
WMQ_REPLYTO_STYLE_RFH2_VALUES
WMQ_REPLYTO_STYLE property value.
|
static java.lang.String |
WMQ_REPORT_QUEUE
Default name for the JMS report queue.
|
static java.lang.String |
WMQ_REQUIRED_QUEUE_MANAGER_ID
This property should be populated with the ID of the queue manager required
|
static java.lang.String |
WMQ_RESCAN_INTERVAL
ConnectionFactory property name.
|
static java.lang.String |
WMQ_RESOLVED_QUEUE_MANAGER
A property name that can used with the
JmsPropertyContext
interface on a connection object to obtain the name of the QueueManager that was connected to. |
static java.lang.String |
WMQ_RESOLVED_QUEUE_MANAGER_ID
This property will be populated with the ID of the queue manager after connection
|
static java.lang.String |
WMQ_SECURITY_EXIT
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SECURITY_EXIT_INIT
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SEND_CHECK_COUNT
ConnectionFactory property name, new in v7.
|
static int |
WMQ_SEND_CHECK_COUNT_DEFAULT
WMQ_SEND_CHECK_COUNT property value.
|
static java.lang.String |
WMQ_SEND_EXIT
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SEND_EXIT_INIT
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SHARE_CONV_ALLOWED
ConnectionFactory property name, new in v7.
|
static int |
WMQ_SHARE_CONV_ALLOWED_DEFAULT
WMQ_SHARE_CONV_ALLOWED property value.
|
static int |
WMQ_SHARE_CONV_ALLOWED_NO
WMQ_SHARE_CONV_ALLOWED property value.
|
static int |
WMQ_SHARE_CONV_ALLOWED_YES
WMQ_SHARE_CONV_ALLOWED property value.
|
static java.lang.String |
WMQ_SPARSE_SUBSCRIPTIONS
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_CERT_STORES_COL
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_CERT_STORES_STR
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_CIPHER_SPEC
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_CIPHER_SUITE
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_CRYPTO_HW
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_FIPS_REQUIRED
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_KEY_REPOSITORY
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_KEY_RESETCOUNT
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_PEER_NAME
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SSL_SOCKET_FACTORY
ConnectionFactory property name, new in v7.
|
static java.lang.String |
WMQ_STATUS_REFRESH_INTERVAL
ConnectionFactory property name.
|
static java.lang.String |
WMQ_SUBSCRIPTION_STORE
ConnectionFactory property name.
|
static int |
WMQ_SUBSTORE_BROKER
WMQ_SUBSCRIPTION_STORE property value.
|
static int |
WMQ_SUBSTORE_DEFAULT
WMQ_SUBSCRIPTION_STORE property value.
|
static int |
WMQ_SUBSTORE_MIGRATE
WMQ_SUBSCRIPTION_STORE property value.
|
static int |
WMQ_SUBSTORE_QUEUE
WMQ_SUBSCRIPTION_STORE property value.
|
static boolean |
WMQ_SYNCP_ALL_GETS_DEFAULT
WMQ_SYNCPOINT_ALL_GETS property value: The default value for syncpointed gets will be used.
|
static boolean |
WMQ_SYNCP_ALL_GETS_NO
WMQ_SYNCPOINT_ALL_GETS property value.
|
static boolean |
WMQ_SYNCP_ALL_GETS_YES
WMQ_SYNCPOINT_ALL_GETS property value.
|
static java.lang.String |
WMQ_SYNCPOINT_ALL_GETS
ConnectionFactory property name.
|
static java.lang.String |
WMQ_TARGET_CLIENT
Destination property name (Note: WMQ_TARGET_CLIENT_MATCHING is a ConnectionFactory property).
|
static java.lang.String |
WMQ_TARGET_CLIENT_MATCHING
ConnectionFactory property name (Note: WMQ_TARGET_CLIENT is a destination property).
|
static int |
WMQ_TARGET_DEST_DEFAULT
WMQ_TARGET_CLIENT property value.
|
static int |
WMQ_TARGET_DEST_JMS
WMQ_TARGET_CLIENT property value.
|
static int |
WMQ_TARGET_DEST_MQ
WMQ_TARGET_CLIENT property value.
|
static java.lang.String |
WMQ_TEMP_Q_PREFIX
ConnectionFactory property name, Point-to-Point only.
|
static java.lang.String |
WMQ_TEMP_TOPIC_PREFIX
ConnectionFactory property name, new in v7.
|
static java.lang.String |
WMQ_TEMPORARY_MODEL
ConnectionFactory property name, Point-to-Point only.
|
static java.lang.String |
WMQ_USE_CONNECTION_POOLING
ConnectionFactory property name.
|
static java.lang.String |
WMQ_USER_PROPERTIES
Destination property name.
|
static java.lang.String |
WMQ_VERSION
ConnectionFactory and Destination property name.
|
static int |
WMQ_WILDCARD_CHAR_ONLY
WMQ_WILDCARD_FORMAT property value.
|
static int |
WMQ_WILDCARD_DEFAULT
WMQ_WILDCARD_FORMAT property value.
|
static java.lang.String |
WMQ_WILDCARD_FORMAT
ConnectionFactory and Destination property name, new in v7.
|
static int |
WMQ_WILDCARD_TOPIC_ONLY
WMQ_WILDCARD_FORMAT property value.
|
static java.lang.String |
XMSC_CORRELATION_ID
CORRELATION_ID property name Log constant for CorrelationID String
|
static java.lang.String |
XMSC_MESSAGE_BUFFER
MESSAGE_BUFFER property name Log constant for message body byte array.
|
static java.lang.String |
XMSC_MESSAGE_BUFFER_POSITION
MESSAGE_BUFFER_POSITION property name Log constant for the position in the message body buffer
that was reached before a problem occurred.
|
static java.lang.String |
XMSC_MESSAGE_ID
MESSAGE_ID property name Log constant for messageID String
|
ACKNOWLEDGE_MODE, ADMIN_CONNECTION_FACTORY, ADMIN_CROSS_DOMAIN, ADMIN_DESTINATION, ADMIN_OBJECT_TYPE, ADMIN_QUEUE_DOMAIN, ADMIN_RRS, ADMIN_TEMPORARY, ADMIN_TOPIC_DOMAIN, ADMIN_XA, ASYNC_EXCEPTIONS, ASYNC_EXCEPTIONS_ALL, ASYNC_EXCEPTIONS_CONNECTIONBROKEN, ASYNC_EXCEPTIONS_DEFAULT, AUTO_ACKNOWLEDGE, BYTE_STREAM_READ_ONLY_AFTER_SEND, CAPABILITY_ASF, CAPABILITY_NATIVE_CICS_UNMANAGED, CAPABILITY_POINT_TO_POINT, CAPABILITY_PUBLISH_SUBSCRIBE, CAPABILITY_TRANSACTIONS_LOCAL, CAPABILITY_TRANSACTIONS_XA, CAPABILITY_USERNAME_PASSWORD, CCSID_UTF16, CCSID_UTF32, CCSID_UTF8, CLIENT_ACKNOWLEDGE, CLIENT_ID, CONNECTION_TYPE_NAME, CT_WMQ, DELIVERY_AS_APP, DELIVERY_AS_DEST, DELIVERY_DELAY, DELIVERY_MODE, DELIVERY_NOT_PERSISTENT, DELIVERY_PERSISTENT, DESTINATION_NAME, DISABLE_MSG_ID, DISABLE_MSG_TS, DUPS_OK_ACKNOWLEDGE, INSERT_BATCH_SIZE, INSERT_DATESTAMP, INSERT_DESTINATION_NAME, INSERT_EXCEPTION, INSERT_FIELD, INSERT_MESSAGE_ID, INSERT_METHOD, INSERT_NAME, INSERT_NEW_PROPERTY_VALUE, INSERT_OBJECT, INSERT_ORIGINAL__PROPERTY_VALUE, INSERT_OTHER_TYPE, INSERT_OVERRIDDEN_PROPERTY, INSERT_PROPERTY, INSERT_PROPERTY_OVERRIDE_LIST, INSERT_QUEUE_MANAGER_NAME, INSERT_SESSION, INSERT_TIMEOUT, INSERT_TIMESTAMP, INSERT_TYPE, INSERT_VALUE, JMS_CORRELATIONID, JMS_DELIVERY_MODE, JMS_DESTINATION, JMS_EXPIRATION, JMS_IBM_ARM_CORRELATOR, JMS_IBM_CHARACTER_SET, JMS_IBM_ENCODING, JMS_IBM_FEEDBACK, JMS_IBM_FORMAT, JMS_IBM_LAST_MSG_IN_GROUP, JMS_IBM_MQMD_ACCOUNTINGTOKEN, JMS_IBM_MQMD_APPLIDENTITYDATA, JMS_IBM_MQMD_APPLORIGINDATA, JMS_IBM_MQMD_BACKOUTCOUNT, JMS_IBM_MQMD_CODEDCHARSETID, JMS_IBM_MQMD_CORRELID, JMS_IBM_MQMD_ENCODING, JMS_IBM_MQMD_EXPIRY, JMS_IBM_MQMD_FEEDBACK, JMS_IBM_MQMD_FORMAT, JMS_IBM_MQMD_GROUPID, JMS_IBM_MQMD_MSGFLAGS, JMS_IBM_MQMD_MSGID, JMS_IBM_MQMD_MSGSEQNUMBER, JMS_IBM_MQMD_MSGTYPE, JMS_IBM_MQMD_OFFSET, JMS_IBM_MQMD_ORIGINALLENGTH, JMS_IBM_MQMD_PERSISTENCE, JMS_IBM_MQMD_PRIORITY, JMS_IBM_MQMD_PUTAPPLNAME, JMS_IBM_MQMD_PUTAPPLTYPE, JMS_IBM_MQMD_PUTDATE, JMS_IBM_MQMD_PUTTIME, JMS_IBM_MQMD_REPLYTOQ, JMS_IBM_MQMD_REPLYTOQMGR, JMS_IBM_MQMD_REPORT, JMS_IBM_MQMD_USERIDENTIFIER, JMS_IBM_MSGTYPE, JMS_IBM_PUTAPPLTYPE, JMS_IBM_PUTDATE, JMS_IBM_PUTTIME, JMS_IBM_REPORT_COA, JMS_IBM_REPORT_COD, JMS_IBM_REPORT_DISCARD_MSG, JMS_IBM_REPORT_EXCEPTION, JMS_IBM_REPORT_EXPIRATION, JMS_IBM_REPORT_NAN, JMS_IBM_REPORT_PAN, JMS_IBM_REPORT_PASS_CORREL_ID, JMS_IBM_REPORT_PASS_DISCARD_AND_EXPIRY, JMS_IBM_REPORT_PASS_MSG_ID, JMS_IBM_RETAIN, JMS_IBM_UNMAPPABLE_ACTION, JMS_IBM_UNMAPPABLE_REPLACEMENT, JMS_IBM_WAS_RM_CORRELATOR, JMS_MESSAGEID, JMS_PRIORITY, JMS_REDELIVERED, JMS_REPLYTO, JMS_TIMESTAMP, JMS_TOG_ARM_CORRELATOR, JMS_TYPE, JMSX_APPID, JMSX_CONSUMER_TXID, JMSX_DELIVERY_COUNT, JMSX_GROUPID, JMSX_GROUPSEQ, JMSX_PRODUCER_TXID, JMSX_RCV_TIMESTAMP, JMSX_STATE, JMSX_USERID, MQLIGHT_BLUEMIX_PROVIDER, NOLOCAL, OBJECT_IDENTITY, OVERRIDE_CF_FROM_PROPERTYSTORE, OVERRIDE_CF_PREFIX, PASSWORD, PRIORITY, PRIORITY_AS_APP, PRIORITY_AS_DEST, PROVIDER_NAME, PROVIDER_VRMF, RETAIN_PUBLICATION, SELECTOR_STRING, SESSION_TRANSACTED, SUBSCRIPTION_NAME, SUPPORT_MQ_EXTENSIONS, TIME_TO_LIVE, TIME_TO_LIVE_AS_APP, TIME_TO_LIVE_UNLIMITED, TRANSACTED, USER_AUTHENTICATION_MQCSP, USERID, WMQ_PROVIDERstatic final java.lang.String WMQ_APPLICATIONNAME
The Application name (applTag)
static final java.lang.String WMQ_BROKER_CC_DUR_SUBQ
The broker's queue name for durable connection consumers.
static final java.lang.String WMQ_BROKER_CC_SUBQ
The broker's queue name for nondurable connection consumers.
static final java.lang.String WMQ_BROKER_CONTROLQ
The broker's control queue name.
static final java.lang.String WMQ_BROKER_DUR_SUBQ
The broker's queue name for durable subscribers.
static final java.lang.String WMQ_BROKER_PUBQ
The broker's publish queue name.
static final java.lang.String WMQ_BROKER_PUBQ_QMGR
The broker's publish queue manager's name.
static final java.lang.String WMQ_BROKER_QMGR
The name of the broker's queue manager.
static final java.lang.String WMQ_BROKER_SUBQ
The broker's queue name for nondurable subscribers.
static final java.lang.String WMQ_BROKER_VERSION
The version number of the broker.
static final java.lang.String WMQ_CCSID
The character set of the queue manager.
static final java.lang.String WMQ_CCDTURL
The URL for the client channel definition table.
static final java.lang.String WMQ_RECEIVE_CCSID
CCSID to be used when receiving messages. Valid values are a positive integer or
WMQ_RECEIVE_CCSID_JVM_DEFAULT
static final java.lang.String WMQ_RECEIVE_CONVERSION
Where should any conversion of message data take place. Valid values are
WMQ_RECEIVE_CONVERSION_CLIENT_MSG or
WMQ_RECEIVE_CONVERSION_QMGR
static final int WMQ_RECEIVE_CCSID_JVM_DEFAULT
Use the default charset of the JVM - note that this will undergo conversion to the corresponding WMQ CCSID value
static final int WMQ_RECEIVE_CONVERSION_CLIENT_MSG
Turns off the GMO_CONVERT functionality. Standard JMS Conversion takes place on message payload and message properties
static final int WMQ_RECEIVE_CONVERSION_QMGR
Turns on the GMO_CONVERT functionality.
static final java.lang.String WMQ_CF_DESCRIPTION
The connection factory description.
static final java.lang.String WMQ_CHANNEL
The name of the channel in use.
static final java.lang.String WMQ_CLEANUP_INTERVAL
The cleanup interval.
static final java.lang.String WMQ_CLEANUP_LEVEL
The cleanup level.
static final java.lang.String WMQ_CONNECT_OPTIONS
The connection options set for the queue manager.
static final java.lang.String WMQ_CONNECTION_MODE
The connection mode used when making a connection. See WMQ_CM_* for possible values.
static final java.lang.String WMQ_CONNECTION_TAG
Gets the value of the queue manager connection tag. It is used by the queue manager to serialize access to the affected resources. This tag is only used when connecting to a z/OS queue manager. On other platforms it will have the value MQCT_NONE - its default value.
static final java.lang.String WMQ_DEST_DESCRIPTION
The description of the destination object.
static final java.lang.String WMQ_DUR_SUBQ
The broker's queue name for durable subscribers.
static final java.lang.String WMQ_ENCODING
The encoding that is used for this destination.
static final java.lang.String WMQ_EXPIRY
The value of the expiry for this destination (in milliseconds).
static final java.lang.String WMQ_FAIL_IF_QUIESCE
Whether fail-on-quiesce is enabled.
static final java.lang.String WMQ_HEADER_COMP
The list of header compression techniques.
static final java.lang.String WMQ_HOST_NAME
The name of the host. This only applies for client connections or real-time TCP/IP connections to WebSphere MQ.
static final java.lang.String WMQ_LOCAL_ADDRESS
The local address.
static final java.lang.String WMQ_MAP_NAME_STYLE
The style to be used for MapMessage element names.
static final java.lang.String WMQ_MESSAGE_RETENTION
Indicates what happens to unwanted messages.
static final java.lang.String WMQ_MESSAGE_SELECTION
Indicates whether the client or the broker performs message selection.
static final java.lang.String WMQ_MSG_BATCH_SIZE
The maximum number of messages to be taken at once when using asynchronous delivery.
static final java.lang.String WMQ_MSG_COMP
The list of message compression techniques that have been set.
static final java.lang.String WMQ_MQMD_MESSAGE_CONTEXT
Indicates the message context options to be used. It is applicable when sending messages to a destination; and not applicable when receiving messages from a destination.
static final java.lang.String WMQ_MQMD_READ_ENABLED
Whether read from MQMD fields is enabled. It is applicable when sending messages to a destination; and applicable when receiving messages from a destination.
static final java.lang.String WMQ_MQMD_WRITE_ENABLED
Whether write to MQMD fields is enabled. It is applicable when sending messages to a destination; and not applicable when receiving messages from a destination.
static final java.lang.String WMQ_MESSAGE_BODY
Indicates the message body type for sent and/or received messages. It is applicable when sending messages to a destination; and applicable when receiving messages from a destination.
static final java.lang.String WMQ_PERSISTENCE
The value of the persistence of all messages sent to this destination.
static final java.lang.String WMQ_POLLING_INTERVAL
The interval between scans of all receivers during asynchronous message delivery.
static final java.lang.String WMQ_PORT
The port number. Applies to client connections or real-time TCP/IP connection to a broker.
static final java.lang.String WMQ_PRIORITY
The override priority value.
static final java.lang.String WMQ_PROVIDER_VERSION
Indicates whether normal mode or migration mode are being used when connecting to a queue manager.
static final java.lang.String WMQ_PUB_ACK_INTERVAL
The number of messages that can be published before requiring acknowledgement from the broker.
static final java.lang.String WMQ_PUT_ASYNC_ALLOWED
Indicates whether asynchronous puts are allowed.
static final java.lang.String WMQ_QMGR_CCSID
The character set of the queue manager.
static final java.lang.String WMQ_QUEUE_MANAGER
The name of the queue manager.
static final java.lang.String WMQ_RESOLVED_QUEUE_MANAGER
JmsPropertyContext
interface on a connection object to obtain the name of the QueueManager that was connected to.
When used with a CCDT, this may well be different from the QueueManager name specified on the Connection Factory.
static final java.lang.String WMQ_RESOLVED_QUEUE_MANAGER_ID
static final java.lang.String WMQ_COMMAND_LEVEL
static final java.lang.String WMQ_REQUIRED_QUEUE_MANAGER_ID
static final java.lang.String WMQ_READ_AHEAD_ALLOWED
Indicates whether read-ahead is allowed.
static final java.lang.String WMQ_READ_AHEAD_CLOSE_POLICY
Determines the policy that will be followed when closing a connection with read-ahead allowed.
static final java.lang.String WMQ_RECEIVE_EXIT
The description of the receive exit.
static final java.lang.String WMQ_RECEIVE_EXIT_INIT
The initialization string for the receive exit.
static final java.lang.String WMQ_RESCAN_INTERVAL
The interval between browse scans of a queue. The scan looks for messages that have not been returned by the previous browse scan.
static final java.lang.String WMQ_SECURITY_EXIT
The description of the security exit.
static final java.lang.String WMQ_SECURITY_EXIT_INIT
The initialization string for the security exit.
static final java.lang.String WMQ_SEND_CHECK_COUNT
The number of messages sent between checks.
static final java.lang.String WMQ_SEND_EXIT
The description of the send exit.
static final java.lang.String WMQ_SEND_EXIT_INIT
The initialization string for the send exit.
static final java.lang.String WMQ_SHARE_CONV_ALLOWED
Indicates whether sharing of conversations will be allowed.
static final java.lang.String WMQ_SPARSE_SUBSCRIPTIONS
The sparse subscriptions attribute. A sparse subscription is one that receives infrequent matching messages. If the attribute is true the application must be able to open the consumer queue for browsing messages.
static final java.lang.String WMQ_SSL_CERT_STORES_COL
SSL-certificate-stores as collection.
static final java.lang.String WMQ_SSL_CERT_STORES_STR
SSL-certificate-stores as string.
static final java.lang.String WMQ_SSL_CIPHER_SPEC
The CipherSpec used for SSL encryption.
static final java.lang.String WMQ_SSL_CIPHER_SUITE
The CipherSuite used for SSL encryption.
static final java.lang.String WMQ_SSL_CRYPTO_HW
static final java.lang.String WMQ_SSL_FIPS_REQUIRED
Indicates whether sslFips (FIPS) is required.
static final java.lang.String WMQ_SSL_KEY_REPOSITORY
The SSL key repository.
static final java.lang.String WMQ_SSL_KEY_RESETCOUNT
The reset count of the SSL key.
static final java.lang.String WMQ_SSL_PEER_NAME
The SSL peer name.
static final java.lang.String WMQ_SSL_SOCKET_FACTORY
The SSL socket factory.
static final java.lang.String WMQ_STATUS_REFRESH_INTERVAL
The time between transactions to refresh publish/subscribe status (in milliseconds).
static final java.lang.String WMQ_SUBSCRIPTION_STORE
The substore property.
static final java.lang.String WMQ_SYNCPOINT_ALL_GETS
Indicates how syncpoint is used for GET operations.
static final java.lang.String WMQ_TARGET_CLIENT
A flag indicating whether the remote application supports JMS.
static final java.lang.String WMQ_TARGET_CLIENT_MATCHING
Indicates whether target client matching is enabled
static final java.lang.String WMQ_TEMP_Q_PREFIX
The prefix to be used to form the name of a WebSphere(R) MQ dynamic queue.
static final java.lang.String WMQ_TEMP_TOPIC_PREFIX
The prefix to be used to form the name of a WebSphere(R) MQ dynamic topic.
static final java.lang.String WMQ_TEMPORARY_MODEL
The name of a model queue for creating temporary destinations.
static final java.lang.String WMQ_USE_CONNECTION_POOLING
Chooses whether to use connection pooling. If you set this to true, JMS enables connection pooling for the lifetime of any connections created through the ConnectionFactory. This also affects connections created with usePooling set to false; to disable connection pooling throughout a JVM, ensure that all ConnectionFactories used within the JVM have usePooling set to false.
static final java.lang.String WMQ_USER_PROPERTIES
User-defined properties on the destination.
static final java.lang.String WMQ_VERSION
The version number of the class.
static final java.lang.String WMQ_WILDCARD_FORMAT
The format of wildcards to be used.
static final java.lang.String IS_SUBSCRIPTION_MULTICAST
static final java.lang.String IS_SUBSCRIPTION_RELIABLE_MULTICAST
static final java.lang.String RTT_BROKER_PING_INTERVAL
static final java.lang.String RTT_CONNECTION_PROTOCOL
static final java.lang.String RTT_DIRECT_AUTH
static final java.lang.String RTT_HOST_NAME
static final java.lang.String RTT_LOCAL_ADDRESS
static final java.lang.String RTT_MULTICAST
static final java.lang.String RTT_PORT
static final java.lang.String RTT_PROXY_HOSTNAME
static final java.lang.String RTT_PROXY_PORT
static final java.lang.String WMQ_REMOTE_QMGR_QSGNAME
static final int RTT_DIRECT_AUTH_BASIC
ConnectionFactory property value.
static final int RTT_DIRECT_AUTH_CERTIFICATE
ConnectionFactory property value.
static final int RTT_DIRECT_AUTH_DEFAULT
ConnectionFactory property value.
static final int WMQ_BROKER_UNSPECIFIED
ConnectionFactory property value.
This value indicates that the broker version is no longer relevant. This should be used when using the WebSphere MQ QueueManager v7 for Publish/Subscribe, or when the connection factory is being used solely for the purpose of point-to-point messaging. This is the default value of the broker version property in a connection factory.
static final int WMQ_BROKER_V1
ConnectionFactory and Destination property value, v6 Publish/Subscribe only.
This broker version value is required when using the WebSphere MQ Publish/Subscribe v6 or WebSphere Business Integration Message Broker in compatibility mode. If the WebSphere MQ queue manager being connected to is at version 7, it is necessary to set the connection factory's PROVIDERVERSION property to "6.0.0.0".
static final int WMQ_BROKER_V2
ConnectionFactory and Destination property value, v6 Publish/Subscribe only.
This broker version value is available when using a broker of WebSphere MQ Integrator, WebSphere MQ Event Broker, WebSphere Business Integration Event Broker or WebSphere Business Integration Message Broker in native mode.
static final int WMQ_BROKER_DEFAULT
ConnectionFactory and Destination property value, v6 Publish/Subscribe only.
static final int WMQ_CLEANUP_AS_PROPERTY
com.ibm.mq.jms.cleanup, which is queried at JVM startup. This property
can be set on the Java command line using the -D option, to NONE, SAFE, or STRONG. Any other
value will cause an exception to be thrown.
If not set, the property defaults to SAFE. This allows easy JVM-wide changes to the cleanup level without updating every TopicConnectionFactory used by the system.
ConnectionFactory property value, v6 only.
static final int WMQ_CLEANUP_NONE
ConnectionFactory property value, v6 only.
static final int WMQ_CLEANUP_SAFE
ConnectionFactory property value, v6 only.
static final int WMQ_CLEANUP_STRONG
If multiple JMS applications are using the same queue manager, but using different versions of WebSphere MQ JMS, only clients using the most recent version of WebSphere MQ JMS should use this option.
ConnectionFactory property value, v6 only.
static final int WMQ_CLEANUP_FORCE
This cleanup level cannot be used when running the cleanup utility with a cleanup interval specified, that is, it can only be used to run cleanup once, not as a repeating task.
ConnectionFactory property value, v6 only.
static final int WMQ_CLEANUP_NONDUR
This cleanup level cannot be used when running the cleanup utility with a cleanup interval specified, that is, it can only be used to run cleanup once, not as a repeating task.
ConnectionFactory property value, v6 only.
static final int WMQ_CLEANUP_DEFAULT
ConnectionFactory property value, v6 only.
static final int WMQ_CM_BINDINGS
ConnectionFactory property value.
static final int WMQ_CM_CLIENT
ConnectionFactory property value.
static final int WMQ_CM_DIRECT_HTTP
ConnectionFactory property value.
static final int WMQ_CM_DIRECT_TCPIP
ConnectionFactory property value.
static final int WMQ_CM_BINDINGS_THEN_CLIENT
For use within the JCA RA only.
ConnectionFactory property value.
static final int WMQ_COMPHDR_NONE
ConnectionFactory property value.
static final int WMQ_COMPHDR_SYSTEM
ConnectionFactory property value.
static final int WMQ_COMPHDR_DEFAULT
ConnectionFactory property value.
static final int WMQ_DEFAULT_CLIENT_PORT
ConnectionFactory property value.
static final int WMQ_ENCODING_INTEGER_NORMAL
static final int WMQ_ENCODING_INTEGER_REVERSED
static final int WMQ_ENCODING_DECIMAL_NORMAL
static final int WMQ_ENCODING_DECIMAL_REVERSED
static final int WMQ_ENCODING_FLOAT_IEEE_NORMAL
static final int WMQ_ENCODING_FLOAT_IEEE_REVERSED
static final int WMQ_ENCODING_FLOAT_S390
static final int WMQ_ENCODING_NATIVE
static final int WMQ_EXP_APP
Maps to TIME_TO_LIVE_AS_APP.
static final int WMQ_EXP_UNLIMITED
Maps to TIME_TO_LIVE_UNLIMITED.
static final int WMQ_FIQ_NO
ConnectionFactory and Destination property value.
static final int WMQ_FIQ_YES
ConnectionFactory and Destination property value.
static final int WMQ_FIQ_DEFAULT
ConnectionFactory and Destination property value.
static final boolean WMQ_MAP_NAME_STYLE_STANDARD
ConnectionFactory property value.
static final boolean WMQ_MAP_NAME_STYLE_COMPATIBLE
This is only needed if Map messages are being sent to WebSphere MQ JMS Clients older than version 5.3.
ConnectionFactory property value.
static final boolean WMQ_MAP_NAME_STYLE_DEFAULT
ConnectionFactory property value.
static final int WMQ_MRET_NO
ConnectionFactory property value.
static final int WMQ_MRET_YES
ConnectionFactory property value.
static final int WMQ_MRET_DEFAULT
ConnectionFactory property value.
static final int WMQ_MSEL_BROKER
ConnectionFactory property value, Publish/Subscribe only.
static final int WMQ_MSEL_CLIENT
ConnectionFactory property value, Publish/Subscribe only.
static final int WMQ_MSEL_DEFAULT
ConnectionFactory property value, Publish/Subscribe only.
static final int WMQ_MDCTX_DEFAULT
Destination property value.
static final int WMQ_MDCTX_SET_IDENTITY_CONTEXT
Destination property value.
static final int WMQ_MDCTX_SET_ALL_CONTEXT
Destination property value.
static final int WMQ_MESSAGE_BODY_JMS
Destination property value.
static final int WMQ_MESSAGE_BODY_MQ
Destination property value.
static final int WMQ_MESSAGE_BODY_UNSPECIFIED
Destination property value.
static final int WMQ_COMPMSG_NONE
ConnectionFactory property value.
static final int WMQ_COMPMSG_RLE
ConnectionFactory property value.
static final int WMQ_COMPMSG_ZLIBFAST
ConnectionFactory property value.
static final int WMQ_COMPMSG_ZLIBHIGH
ConnectionFactory property value.
static final int WMQ_COMPMSG_DEFAULT
ConnectionFactory property value.
static final int WMQ_PRI_APP
Maps to PRIORITY_AS_APP.
static final int WMQ_PRI_QDEF
Maps to PRIORITY_AS_DEST.
static final int WMQ_PER_APP
Maps to DELIVERY_AS_APP.
static final int WMQ_PER_QDEF
Maps to DELIVERY_AS_DEST.
static final int WMQ_PER_NON
Maps to DELIVERY_NOT_PERSISTENT.
static final int WMQ_PER_PER
Maps to DELIVERY_PERSISTENT.
static final int WMQ_PER_NPHIGH
static final java.lang.String WMQ_PS_CONTROL_QUEUE
v6 Publish/Subscribe only.
static final java.lang.String WMQ_PS_DEFAULT_STREAM_QUEUE
v6 Publish/Subscribe only.
static final java.lang.String WMQ_PS_DEF_D_SHARED_QUEUE
v6 Publish/Subscribe only.
static final java.lang.String WMQ_PS_DEF_ND_SHARED_QUEUE
v6 Publish/Subscribe only.
static final java.lang.String WMQ_CC_DEF_D_SHARED_QUEUE
v6 Publish/Subscribe only.
static final java.lang.String WMQ_CC_DEF_ND_SHARED_QUEUE
v6 Publish/Subscribe only.
static final java.lang.String WMQ_PROVIDER_VERSION_DEFAULT
ConnectionFactory property value.
static final int WMQ_PUT_ASYNC_ALLOWED_AS_DEST
If set on a destination which is used with an unidentified producer then the behaviour will be as WMQ_PUT_ASYNC_ALLOWED_ENABLED for messages sent in a transacted session and WMQ_PUT_ASYNC_ALLOWED_DISABLED for all other cases.
Destination property value, new in v7.
static final int WMQ_PUT_ASYNC_ALLOWED_AS_Q_DEF
If set on a queue which is used with an unidentified producer then the behaviour will be as WMQ_PUT_ASYNC_ALLOWED_ENABLED for messages sent in a transacted session and WMQ_PUT_ASYNC_ALLOWED_DISABLED for all other cases.
Destination property value, new in v7.
static final int WMQ_PUT_ASYNC_ALLOWED_AS_TOPIC_DEF
If set on a topic which is used with an unidentified producer then the behaviour will be as WMQ_PUT_ASYNC_ALLOWED_ENABLED for messages sent in a transacted session and WMQ_PUT_ASYNC_ALLOWED_DISABLED for all other cases.
Destination property value, new in v7.
static final int WMQ_PUT_ASYNC_ALLOWED_DEFAULT
Destination property value, new in v7.
static final int WMQ_PUT_ASYNC_ALLOWED_DISABLED
Destination property value, new in v7.
static final int WMQ_PUT_ASYNC_ALLOWED_ENABLED
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_ALLOWED_AS_DEST
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_ALLOWED_AS_Q_DEF
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_ALLOWED_AS_TOPIC_DEF
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_ALLOWED_DEFAULT
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_ALLOWED_DISABLED
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_ALLOWED_ENABLED
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_DELIVERALL
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_DELIVERCURRENT
Destination property value, new in v7.
static final int WMQ_READ_AHEAD_DEFAULT
Destination property value, new in v7.
static final java.lang.String WMQ_REPORT_QUEUE
static final int WMQ_SEND_CHECK_COUNT_DEFAULT
ConnectionFactory property value. new in v7.
static final java.lang.String WMQ_REPLYTO_STYLE
Destination Property.
static final int WMQ_REPLYTO_STYLE_DEFAULT
static final int WMQ_REPLYTO_STYLE_MQMD_VALUES
static final int WMQ_REPLYTO_STYLE_RFH2_VALUES
static final int WMQ_SHARE_CONV_ALLOWED_NO
ConnectionFactory property value, new in v7.
static final int WMQ_SHARE_CONV_ALLOWED_YES
ConnectionFactory property value, new in v7.
static final int WMQ_SHARE_CONV_ALLOWED_DEFAULT
ConnectionFactory property value, new in v7.
static final int WMQ_SUBSTORE_QUEUE
ConnectionFactory property value.
static final int WMQ_SUBSTORE_BROKER
ConnectionFactory property value.
static final int WMQ_SUBSTORE_MIGRATE
ConnectionFactory property value.
static final int WMQ_SUBSTORE_DEFAULT
ConnectionFactory property value.
static final boolean WMQ_SYNCP_ALL_GETS_NO
ConnectionFactory property value.
static final boolean WMQ_SYNCP_ALL_GETS_YES
ConnectionFactory property value.
static final boolean WMQ_SYNCP_ALL_GETS_DEFAULT
ConnectionFactory property value.
static final int WMQ_TARGET_DEST_JMS
Destination property value.
Messages sent to the destination contain MQRFH2 header.
static final int WMQ_TARGET_DEST_MQ
Destination property value.
Messages sent to the destination do not contain MQRFH2 header.
static final int WMQ_TARGET_DEST_DEFAULT
Destination property value.
Messages sent to the destination contain MQRFH2 header.
static final int WMQ_CLIENT_JMS_COMPLIANT
Maps to WMQ_TARGET_DEST_JMS.
static final int WMQ_CLIENT_NONJMS_MQ
Maps to WMQ_TARGET_DEST_MQ.
static final int WMQ_CLIENT_RECONNECT
static final int WMQ_CLIENT_RECONNECT_AS_DEF
static final int WMQ_CLIENT_RECONNECT_DISABLED
static final java.lang.String WMQ_CLIENT_RECONNECT_OPTIONS
static final java.lang.String WMQ_CLIENT_RECONNECT_TIMEOUT
static final int WMQ_CLIENT_RECONNECT_TIMEOUT_DEFAULT
static final int WMQ_CLIENT_RECONNECT_Q_MGR
static final java.lang.String WMQ_CONNECTION_NAME_LIST
static final int WMQ_WILDCARD_TOPIC_ONLY
ConnectionFactory and Destination property value, new in v7.
static final int WMQ_WILDCARD_CHAR_ONLY
ConnectionFactory and Destination property value, new in v7.
static final int WMQ_WILDCARD_DEFAULT
ConnectionFactory and Destination property value, new in v7.
static final int RTT_DEFAULT_PORT
ConnectionFactory property value.
static final int RTT_MULTICAST_ASCF
ConnectionFactory and Destination property value.
static final int RTT_MULTICAST_DISABLED
ConnectionFactory and Destination property value.
static final int RTT_MULTICAST_ENABLED
ConnectionFactory and Destination property value.
static final int RTT_MULTICAST_NOT_RELIABLE
ConnectionFactory and Destination property value.
static final int RTT_MULTICAST_RELIABLE
ConnectionFactory and Destination property value.
static final int RTT_MULTICAST_DEFAULT
ConnectionFactory and Destination property value.
static final java.lang.String QUEUE_PREFIX
static final java.lang.String TOPIC_PREFIX
static final java.lang.String INSERT_REASON
Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.
static final java.lang.String INSERT_COMP_CODE
Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.
static final java.lang.String INSERT_QUEUE_MANAGER
Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.
static final java.lang.String INSERT_COMMAND_LEVEL
Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.
static final java.lang.String INSERT_CHARACTER
Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.
static final java.lang.String INSERT_HEX_STRING
Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.
static final java.lang.String INSERT_STRING
Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.
static final java.lang.String XMSC_MESSAGE_ID
static final java.lang.String XMSC_CORRELATION_ID
static final java.lang.String XMSC_MESSAGE_BUFFER
static final java.lang.String XMSC_MESSAGE_BUFFER_POSITION