com.ibm.msg.client.wmq.common

Interface CommonConstants

  • All Superinterfaces:
    JmsConstants
    All Known Subinterfaces:
    WMQConstants


    public interface CommonConstants
    extends JmsConstants
    All published WMQ constants.

    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.

    • Field Detail

      • WMQ_APPLICATIONNAME

        static final java.lang.String WMQ_APPLICATIONNAME
        ConnectionFactory property name.

        The Application name (applTag)

        See Also:
        Constant Field Values
      • WMQ_BROKER_CC_DUR_SUBQ

        static final java.lang.String WMQ_BROKER_CC_DUR_SUBQ
        Destination (topics only) property name, v6 Publish/Subscribe only.

        The broker's queue name for durable connection consumers.

        See Also:
        Constant Field Values
      • WMQ_BROKER_CC_SUBQ

        static final java.lang.String WMQ_BROKER_CC_SUBQ
        ConnectionFactory property name, v6 Publish/Subscribe only.

        The broker's queue name for nondurable connection consumers.

        See Also:
        Constant Field Values
      • WMQ_BROKER_CONTROLQ

        static final java.lang.String WMQ_BROKER_CONTROLQ
        ConnectionFactory property name, v6 Publish/Subscribe only.

        The broker's control queue name.

        See Also:
        Constant Field Values
      • WMQ_BROKER_DUR_SUBQ

        static final java.lang.String WMQ_BROKER_DUR_SUBQ
        Destination (topics only) property name, v6 Publish/Subscribe only.

        The broker's queue name for durable subscribers.

        See Also:
        Constant Field Values
      • WMQ_BROKER_PUBQ

        static final java.lang.String WMQ_BROKER_PUBQ
        ConnectionFactory and destination (topics only) property name, v6 Publish/Subscribe only.

        The broker's publish queue name.

        See Also:
        Constant Field Values
      • WMQ_BROKER_PUBQ_QMGR

        static final java.lang.String WMQ_BROKER_PUBQ_QMGR
        Destination (topics only) property name, v6 Publish/Subscribe only.

        The broker's publish queue manager's name.

        See Also:
        Constant Field Values
      • WMQ_BROKER_QMGR

        static final java.lang.String WMQ_BROKER_QMGR
        ConnectionFactory property name, v6 Publish/Subscribe only.

        The name of the broker's queue manager.

        See Also:
        Constant Field Values
      • WMQ_BROKER_SUBQ

        static final java.lang.String WMQ_BROKER_SUBQ
        ConnectionFactory property name, v6 Publish/Subscribe only.

        The broker's queue name for nondurable subscribers.

        See Also:
        Constant Field Values
      • WMQ_BROKER_VERSION

        static final java.lang.String WMQ_BROKER_VERSION
        ConnectionFactory and Destination (topics only) property name, v6 Publish/Subscribe only.

        The version number of the broker.

        See Also:
        Constant Field Values
      • WMQ_CCSID

        static final java.lang.String WMQ_CCSID
        Destination property name. Also see JMS_IBM_CHARACTER_SET, which when set on a message, overrides the value set by this property.

        The character set of the queue manager.

        See Also:
        Constant Field Values
      • WMQ_CCDTURL

        static final java.lang.String WMQ_CCDTURL
        ConnectionFactory property name.

        The URL for the client channel definition table.

        See Also:
        Constant Field Values
      • WMQ_RECEIVE_CCSID_JVM_DEFAULT

        static final 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

        See Also:
        Constant Field Values
      • WMQ_RECEIVE_CONVERSION_CLIENT_MSG

        static final int WMQ_RECEIVE_CONVERSION_CLIENT_MSG
        WMQ_RECEIVE_CONVERSION value

        Turns off the GMO_CONVERT functionality. Standard JMS Conversion takes place on message payload and message properties

        See Also:
        Constant Field Values
      • WMQ_RECEIVE_CONVERSION_QMGR

        static final int WMQ_RECEIVE_CONVERSION_QMGR
        WMQ_RECEIVE_CONVERSION value

        Turns on the GMO_CONVERT functionality.

        See Also:
        Constant Field Values
      • WMQ_CF_DESCRIPTION

        static final java.lang.String WMQ_CF_DESCRIPTION
        ConnectionFactory property name.

        The connection factory description.

        See Also:
        Constant Field Values
      • WMQ_CHANNEL

        static final java.lang.String WMQ_CHANNEL
        ConnectionFactory property name.

        The name of the channel in use.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_INTERVAL

        static final java.lang.String WMQ_CLEANUP_INTERVAL
        ConnectionFactory property name.

        The cleanup interval.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_LEVEL

        static final java.lang.String WMQ_CLEANUP_LEVEL
        ConnectionFactory property name, v6 only.

        The cleanup level.

        See Also:
        Constant Field Values
      • WMQ_CONNECT_OPTIONS

        static final java.lang.String WMQ_CONNECT_OPTIONS
        ConnectionFactory property name.

        The connection options set for the queue manager.

        See Also:
        Constant Field Values
      • WMQ_CONNECTION_MODE

        static final java.lang.String WMQ_CONNECTION_MODE
        ConnectionFactory property name.

        The connection mode used when making a connection. See WMQ_CM_* for possible values.

        See Also:
        Constant Field Values
      • WMQ_CONNECTION_TAG

        static final java.lang.String WMQ_CONNECTION_TAG
        ConnectionFactory property name.

        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.

        See Also:
        Constant Field Values
      • WMQ_DEST_DESCRIPTION

        static final java.lang.String WMQ_DEST_DESCRIPTION
        Destination property name.

        The description of the destination object.

        See Also:
        Constant Field Values
      • WMQ_DUR_SUBQ

        static final java.lang.String WMQ_DUR_SUBQ
        Destination property name.

        The broker's queue name for durable subscribers.

        See Also:
        Constant Field Values
      • WMQ_ENCODING

        static final java.lang.String WMQ_ENCODING
        Destination property name. Also see JMS_IBM_ENCODING, which when set on a message, overrides the value set by this property.

        The encoding that is used for this destination.

        See Also:
        Constant Field Values
      • WMQ_EXPIRY

        static final java.lang.String WMQ_EXPIRY
        Destination property name.

        The value of the expiry for this destination (in milliseconds).

        See Also:
        Constant Field Values
      • WMQ_FAIL_IF_QUIESCE

        static final java.lang.String WMQ_FAIL_IF_QUIESCE
        ConnectionFactory and Destination property name.

        Whether fail-on-quiesce is enabled.

        See Also:
        Constant Field Values
      • WMQ_HEADER_COMP

        static final java.lang.String WMQ_HEADER_COMP
        ConnectionFactory property name.

        The list of header compression techniques.

        See Also:
        Constant Field Values
      • WMQ_HOST_NAME

        static final java.lang.String WMQ_HOST_NAME
        ConnectionFactory property name.

        The name of the host. This only applies for client connections or real-time TCP/IP connections to WebSphere MQ.

        See Also:
        Constant Field Values
      • WMQ_LOCAL_ADDRESS

        static final java.lang.String WMQ_LOCAL_ADDRESS
        ConnectionFactory property name.

        The local address.

        See Also:
        Constant Field Values
      • WMQ_MAP_NAME_STYLE

        static final java.lang.String WMQ_MAP_NAME_STYLE
        ConnectionFactory property name.

        The style to be used for MapMessage element names.

        See Also:
        Constant Field Values
      • WMQ_MESSAGE_RETENTION

        static final java.lang.String WMQ_MESSAGE_RETENTION
        ConnectionFactory property name.

        Indicates what happens to unwanted messages.

        See Also:
        Constant Field Values
      • WMQ_MESSAGE_SELECTION

        static final java.lang.String WMQ_MESSAGE_SELECTION
        ConnectionFactory property name, Publish/Subscribe only.

        Indicates whether the client or the broker performs message selection.

        See Also:
        Constant Field Values
      • WMQ_MSG_BATCH_SIZE

        static final java.lang.String WMQ_MSG_BATCH_SIZE
        ConnectionFactory property name, Async consumer.

        The maximum number of messages to be taken at once when using asynchronous delivery.

        See Also:
        Constant Field Values
      • WMQ_MSG_COMP

        static final java.lang.String WMQ_MSG_COMP
        ConnectionFactory property name.

        The list of message compression techniques that have been set.

        See Also:
        Constant Field Values
      • WMQ_MQMD_MESSAGE_CONTEXT

        static final java.lang.String WMQ_MQMD_MESSAGE_CONTEXT
        Destination property name.

        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.

        See Also:
        Constant Field Values
      • WMQ_MQMD_READ_ENABLED

        static final java.lang.String WMQ_MQMD_READ_ENABLED
        Destination property name.

        Whether read from MQMD fields is enabled. It is applicable when sending messages to a destination; and applicable when receiving messages from a destination.

        See Also:
        Constant Field Values
      • WMQ_MQMD_WRITE_ENABLED

        static final java.lang.String WMQ_MQMD_WRITE_ENABLED
        Destination property name.

        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.

        See Also:
        Constant Field Values
      • WMQ_MESSAGE_BODY

        static final java.lang.String WMQ_MESSAGE_BODY
        Destination property name.

        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.

        See Also:
        Constant Field Values
      • WMQ_PERSISTENCE

        static final java.lang.String WMQ_PERSISTENCE
        Destination property name.

        The value of the persistence of all messages sent to this destination.

        See Also:
        Constant Field Values
      • WMQ_POLLING_INTERVAL

        static final java.lang.String WMQ_POLLING_INTERVAL
        ConnectionFactory property name, Async consumer.

        The interval between scans of all receivers during asynchronous message delivery.

        See Also:
        Constant Field Values
      • WMQ_PORT

        static final java.lang.String WMQ_PORT
        ConnectionFactory property name.

        The port number. Applies to client connections or real-time TCP/IP connection to a broker.

        See Also:
        Constant Field Values
      • WMQ_PRIORITY

        static final java.lang.String WMQ_PRIORITY
        Destination property name. Alias for JmsConstants.PRIORITY, which is a MessageProducer and Destination property name.

        The override priority value.

        See Also:
        Constant Field Values
      • WMQ_PROVIDER_VERSION

        static final java.lang.String WMQ_PROVIDER_VERSION
        ConnectionFactory property name.

        Indicates whether normal mode or migration mode are being used when connecting to a queue manager.

        See Also:
        Constant Field Values
      • WMQ_PUB_ACK_INTERVAL

        static final java.lang.String WMQ_PUB_ACK_INTERVAL
        ConnectionFactory property name, v6 Publish/Subscribe only.

        The number of messages that can be published before requiring acknowledgement from the broker.

        See Also:
        Constant Field Values
      • WMQ_PUT_ASYNC_ALLOWED

        static final java.lang.String WMQ_PUT_ASYNC_ALLOWED
        Destination property name, new in v7.

        Indicates whether asynchronous puts are allowed.

        See Also:
        Constant Field Values
      • WMQ_QMGR_CCSID

        static final java.lang.String WMQ_QMGR_CCSID
        ConnectionFactory property name.

        The character set of the queue manager.

        See Also:
        Constant Field Values
      • WMQ_QUEUE_MANAGER

        static final java.lang.String WMQ_QUEUE_MANAGER
        ConnectionFactory property name.

        The name of the queue manager.

        See Also:
        Constant Field Values
      • WMQ_RESOLVED_QUEUE_MANAGER

        static final 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.

        When used with a CCDT, this may well be different from the QueueManager name specified on the Connection Factory.

        See Also:
        Constant Field Values
      • WMQ_RESOLVED_QUEUE_MANAGER_ID

        static final java.lang.String WMQ_RESOLVED_QUEUE_MANAGER_ID
        This property will be populated with the ID of the queue manager after connection
        See Also:
        Constant Field Values
      • WMQ_COMMAND_LEVEL

        static final java.lang.String WMQ_COMMAND_LEVEL
        This property will be populated with the CmdLevel of the queue manager after connection
        See Also:
        Constant Field Values
      • WMQ_REQUIRED_QUEUE_MANAGER_ID

        static final java.lang.String WMQ_REQUIRED_QUEUE_MANAGER_ID
        This property should be populated with the ID of the queue manager required
        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_ALLOWED

        static final java.lang.String WMQ_READ_AHEAD_ALLOWED
        Destination property name, new in v7.

        Indicates whether read-ahead is allowed.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_CLOSE_POLICY

        static final java.lang.String WMQ_READ_AHEAD_CLOSE_POLICY
        Destination property name, new in v7.

        Determines the policy that will be followed when closing a connection with read-ahead allowed.

        See Also:
        Constant Field Values
      • WMQ_RECEIVE_EXIT

        static final java.lang.String WMQ_RECEIVE_EXIT
        ConnectionFactory property name.

        The description of the receive exit.

        See Also:
        Constant Field Values
      • WMQ_RECEIVE_EXIT_INIT

        static final java.lang.String WMQ_RECEIVE_EXIT_INIT
        ConnectionFactory property name.

        The initialization string for the receive exit.

        See Also:
        Constant Field Values
      • WMQ_RESCAN_INTERVAL

        static final java.lang.String WMQ_RESCAN_INTERVAL
        ConnectionFactory property name.

        The interval between browse scans of a queue. The scan looks for messages that have not been returned by the previous browse scan.

        See Also:
        Constant Field Values
      • WMQ_SECURITY_EXIT

        static final java.lang.String WMQ_SECURITY_EXIT
        ConnectionFactory property name.

        The description of the security exit.

        See Also:
        Constant Field Values
      • WMQ_SECURITY_EXIT_INIT

        static final java.lang.String WMQ_SECURITY_EXIT_INIT
        ConnectionFactory property name.

        The initialization string for the security exit.

        See Also:
        Constant Field Values
      • WMQ_SEND_CHECK_COUNT

        static final java.lang.String WMQ_SEND_CHECK_COUNT
        ConnectionFactory property name, new in v7.

        The number of messages sent between checks.

        See Also:
        Constant Field Values
      • WMQ_SEND_EXIT

        static final java.lang.String WMQ_SEND_EXIT
        ConnectionFactory property name.

        The description of the send exit.

        See Also:
        Constant Field Values
      • WMQ_SEND_EXIT_INIT

        static final java.lang.String WMQ_SEND_EXIT_INIT
        ConnectionFactory property name.

        The initialization string for the send exit.

        See Also:
        Constant Field Values
      • WMQ_SHARE_CONV_ALLOWED

        static final java.lang.String WMQ_SHARE_CONV_ALLOWED
        ConnectionFactory property name, new in v7.

        Indicates whether sharing of conversations will be allowed.

        See Also:
        Constant Field Values
      • WMQ_SPARSE_SUBSCRIPTIONS

        static final java.lang.String WMQ_SPARSE_SUBSCRIPTIONS
        ConnectionFactory property name.

        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.

        See Also:
        Constant Field Values
      • WMQ_SSL_CERT_STORES_COL

        static final java.lang.String WMQ_SSL_CERT_STORES_COL
        ConnectionFactory property name.

        SSL-certificate-stores as collection.

        See Also:
        Constant Field Values
      • WMQ_SSL_CERT_STORES_STR

        static final java.lang.String WMQ_SSL_CERT_STORES_STR
        ConnectionFactory property name.

        SSL-certificate-stores as string.

        See Also:
        Constant Field Values
      • WMQ_SSL_CIPHER_SPEC

        static final java.lang.String WMQ_SSL_CIPHER_SPEC
        ConnectionFactory property name.

        The CipherSpec used for SSL encryption.

        See Also:
        Constant Field Values
      • WMQ_SSL_CIPHER_SUITE

        static final java.lang.String WMQ_SSL_CIPHER_SUITE
        ConnectionFactory property name.

        The CipherSuite used for SSL encryption.

        See Also:
        Constant Field Values
      • WMQ_SSL_CRYPTO_HW

        static final java.lang.String WMQ_SSL_CRYPTO_HW
        ConnectionFactory property name. SSL cryptographic hardware set as a String property.
        See Also:
        Constant Field Values
      • WMQ_SSL_FIPS_REQUIRED

        static final java.lang.String WMQ_SSL_FIPS_REQUIRED
        ConnectionFactory property name.

        Indicates whether sslFips (FIPS) is required.

        See Also:
        Constant Field Values
      • WMQ_SSL_KEY_REPOSITORY

        static final java.lang.String WMQ_SSL_KEY_REPOSITORY
        ConnectionFactory property name.

        The SSL key repository.

        See Also:
        Constant Field Values
      • WMQ_SSL_KEY_RESETCOUNT

        static final java.lang.String WMQ_SSL_KEY_RESETCOUNT
        ConnectionFactory property name.

        The reset count of the SSL key.

        See Also:
        Constant Field Values
      • WMQ_SSL_PEER_NAME

        static final java.lang.String WMQ_SSL_PEER_NAME
        ConnectionFactory property name.

        The SSL peer name.

        See Also:
        Constant Field Values
      • WMQ_SSL_SOCKET_FACTORY

        static final java.lang.String WMQ_SSL_SOCKET_FACTORY
        ConnectionFactory property name, new in v7.

        The SSL socket factory.

        See Also:
        Constant Field Values
      • WMQ_STATUS_REFRESH_INTERVAL

        static final java.lang.String WMQ_STATUS_REFRESH_INTERVAL
        ConnectionFactory property name.

        The time between transactions to refresh publish/subscribe status (in milliseconds).

        See Also:
        Constant Field Values
      • WMQ_SUBSCRIPTION_STORE

        static final java.lang.String WMQ_SUBSCRIPTION_STORE
        ConnectionFactory property name.

        The substore property.

        See Also:
        Constant Field Values
      • WMQ_SYNCPOINT_ALL_GETS

        static final java.lang.String WMQ_SYNCPOINT_ALL_GETS
        ConnectionFactory property name.

        Indicates how syncpoint is used for GET operations.

        See Also:
        Constant Field Values
      • WMQ_TARGET_CLIENT

        static final java.lang.String WMQ_TARGET_CLIENT
        Destination property name (Note: WMQ_TARGET_CLIENT_MATCHING is a ConnectionFactory property).

        A flag indicating whether the remote application supports JMS.

        See Also:
        Constant Field Values
      • WMQ_TARGET_CLIENT_MATCHING

        static final java.lang.String WMQ_TARGET_CLIENT_MATCHING
        ConnectionFactory property name (Note: WMQ_TARGET_CLIENT is a destination property).

        Indicates whether target client matching is enabled

        See Also:
        Constant Field Values
      • WMQ_TEMP_Q_PREFIX

        static final java.lang.String WMQ_TEMP_Q_PREFIX
        ConnectionFactory property name, Point-to-Point only.

        The prefix to be used to form the name of a WebSphere(R) MQ dynamic queue.

        See Also:
        Constant Field Values
      • WMQ_TEMP_TOPIC_PREFIX

        static final java.lang.String WMQ_TEMP_TOPIC_PREFIX
        ConnectionFactory property name, new in v7.

        The prefix to be used to form the name of a WebSphere(R) MQ dynamic topic.

        See Also:
        Constant Field Values
      • WMQ_TEMPORARY_MODEL

        static final java.lang.String WMQ_TEMPORARY_MODEL
        ConnectionFactory property name, Point-to-Point only.

        The name of a model queue for creating temporary destinations.

        See Also:
        Constant Field Values
      • WMQ_USE_CONNECTION_POOLING

        static final java.lang.String WMQ_USE_CONNECTION_POOLING
        ConnectionFactory property name.

        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.

        See Also:
        Constant Field Values
      • WMQ_USER_PROPERTIES

        static final java.lang.String WMQ_USER_PROPERTIES
        Destination property name.

        User-defined properties on the destination.

        See Also:
        Constant Field Values
      • WMQ_VERSION

        static final java.lang.String WMQ_VERSION
        ConnectionFactory and Destination property name.

        The version number of the class.

        See Also:
        Constant Field Values
      • WMQ_WILDCARD_FORMAT

        static final java.lang.String WMQ_WILDCARD_FORMAT
        ConnectionFactory and Destination property name, new in v7.

        The format of wildcards to be used.

        See Also:
        Constant Field Values
      • IS_SUBSCRIPTION_MULTICAST

        static final java.lang.String IS_SUBSCRIPTION_MULTICAST
        Consumer property name, real-time transport only.
        See Also:
        Constant Field Values
      • IS_SUBSCRIPTION_RELIABLE_MULTICAST

        static final java.lang.String IS_SUBSCRIPTION_RELIABLE_MULTICAST
        Consumer property name, real-time transport only.
        See Also:
        Constant Field Values
      • RTT_BROKER_PING_INTERVAL

        static final java.lang.String RTT_BROKER_PING_INTERVAL
        RTT_BROKER_PING_INTERVAL property name.
        See Also:
        Constant Field Values
      • RTT_CONNECTION_PROTOCOL

        static final java.lang.String RTT_CONNECTION_PROTOCOL
        ConnectionFactory property name.
        See Also:
        Constant Field Values
      • RTT_DIRECT_AUTH

        static final java.lang.String RTT_DIRECT_AUTH
        ConnectionFactory property name.
        See Also:
        Constant Field Values
      • RTT_HOST_NAME

        static final java.lang.String RTT_HOST_NAME
        ConnectionFactory property name.
        See Also:
        Constant Field Values
      • RTT_LOCAL_ADDRESS

        static final java.lang.String RTT_LOCAL_ADDRESS
        ConnectionFactory property name.
        See Also:
        Constant Field Values
      • RTT_MULTICAST

        static final java.lang.String RTT_MULTICAST
        ConnectionFactory and Destination property name.
        See Also:
        Constant Field Values
      • RTT_PORT

        static final java.lang.String RTT_PORT
        ConnectionFactory property name.
        See Also:
        Constant Field Values
      • RTT_PROXY_HOSTNAME

        static final java.lang.String RTT_PROXY_HOSTNAME
        ConnectionFactory property name.
        See Also:
        Constant Field Values
      • RTT_PROXY_PORT

        static final java.lang.String RTT_PROXY_PORT
        ConnectionFactory property name.
        See Also:
        Constant Field Values
      • WMQ_REMOTE_QMGR_QSGNAME

        static final java.lang.String WMQ_REMOTE_QMGR_QSGNAME
        Connection's remote QM QSG name
        See Also:
        Constant Field Values
      • RTT_DIRECT_AUTH_BASIC

        static final int RTT_DIRECT_AUTH_BASIC
        RTT_DIRECT_AUTH property value. Either no authentication or basic user name and password authentication will be used for real-time transport.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • RTT_DIRECT_AUTH_CERTIFICATE

        static final int RTT_DIRECT_AUTH_CERTIFICATE
        RTT_DIRECT_AUTH property value. Public key certificate authentication will be used for real-time transport.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • RTT_DIRECT_AUTH_DEFAULT

        static final int RTT_DIRECT_AUTH_DEFAULT
        RTT_DIRECT_AUTH property value. Default authentication will be used for real-time transport.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_BROKER_UNSPECIFIED

        static final int WMQ_BROKER_UNSPECIFIED
        WMQ_BROKER_VERSION property value.

        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.

        See Also:
        Constant Field Values
      • WMQ_BROKER_V1

        static final int WMQ_BROKER_V1
        WMQ_BROKER_VERSION property value. Messages published to a broker will use RFH1 message headers.

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

        See Also:
        Constant Field Values
      • WMQ_BROKER_V2

        static final int WMQ_BROKER_V2
        WMQ_BROKER_VERSION property value. Messages published to a broker will use RFH2 message headers.

        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.

        See Also:
        Constant Field Values
      • WMQ_BROKER_DEFAULT

        static final int WMQ_BROKER_DEFAULT
        WMQ_BROKER_VERSION property value. Messages published to a broker will use the default message headers.

        ConnectionFactory and Destination property value, v6 Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_AS_PROPERTY

        static final int WMQ_CLEANUP_AS_PROPERTY
        WMQ_CLEANUP_LEVEL property value. The style of cleanup to use will be determined by the system 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.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_NONE

        static final int WMQ_CLEANUP_NONE
        WMQ_CLEANUP_LEVEL property value. Cleanup will be disabled. In this mode, no cleanup is performed, and no cleanup publish/subscribe thread exists. Additionally, if the application is using the single queue approach, unconsumed messages can be left on the queue. This option can be useful if the application is distant from the queue manager, and especially if it only publishes rather than subscribes.

        ConnectionFactory property value, v6 only.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_SAFE

        static final int WMQ_CLEANUP_SAFE
        WMQ_CLEANUP_LEVEL property value. Safe cleanup will be used. The cleanup thread tries to remove unconsumed subscription messages or temporary queues for failed subscriptions. This mode of cleanup does not interfere with the operation of other JMS applications.

        ConnectionFactory property value, v6 only.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_STRONG

        static final int WMQ_CLEANUP_STRONG
        WMQ_CLEANUP_LEVEL property value. Strong cleanup will be used. The cleanup thread performs as WMQ_CLEANUP_SAFE, but also clears the SYSTEM.JMS.REPORT.QUEUE of any unrecognized messages. This mode of cleanup can interfere with the operation of JMS applications running with later versions of WebSphere MQ JMS.

        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.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_FORCE

        static final int WMQ_CLEANUP_FORCE
        WMQ_CLEANUP_LEVEL property value. Forced cleanup will be used. This option behaves like WMQ_CLEANUP_STRONG except that, instead of leaving messages that cannot be processed on SYSTEM.JMS.REPORT.QUEUE, all messages are removed even if an error is encountered during processing.

        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.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_NONDUR

        static final int WMQ_CLEANUP_NONDUR
        WMQ_CLEANUP_LEVEL property value. Nondurable cleanup will be used. This option behaves like WMQ_CLEANUP_FORCE. After clearing the SYSTEM.JMS.REPORT.QUEUE, it attempts to remove any remaining unconsumed messages sent to nondurable subscribers. If the queue manager's command server is running on any queue beginning SYSTEM.JMS.ND.*, messages are cleared and the queue itself might be deleted. Otherwise, only SYSTEM.JMS.ND.SUBSCRIBER.QUEUE and SYSTEM.JMS.ND.CC.SUBSCRIBER.QUEUE are cleared of messages.

        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.

        See Also:
        Constant Field Values
      • WMQ_CLEANUP_DEFAULT

        static final int WMQ_CLEANUP_DEFAULT
        WMQ_CLEANUP_LEVEL property value. The default value for cleanup will be used.

        ConnectionFactory property value, v6 only.

        See Also:
        Constant Field Values
      • WMQ_CM_BINDINGS

        static final int WMQ_CM_BINDINGS
        WMQ_CONNECTION_MODE property value. The connection will be made using the bindings transport type.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_CM_CLIENT

        static final int WMQ_CM_CLIENT
        WMQ_CONNECTION_MODE property value. The connection will be made using the client transport type.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_CM_DIRECT_HTTP

        static final int WMQ_CM_DIRECT_HTTP
        WMQ_CONNECTION_MODE property value. The connection will be made using the real-time HTTP transport type.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_CM_DIRECT_TCPIP

        static final int WMQ_CM_DIRECT_TCPIP
        WMQ_CONNECTION_MODE property value. The connection will be made using the real-time TCP/IP transport type.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_CM_BINDINGS_THEN_CLIENT

        static final int WMQ_CM_BINDINGS_THEN_CLIENT
        WMQ_CONNECTION_MODE property value. The connection will first be attempted using the bindings transport type. If that fails, the client transport type will be automatically tried.

        For use within the JCA RA only.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_COMPHDR_NONE

        static final int WMQ_COMPHDR_NONE
        WMQ_HEADER_COMP property value. No message header compression used.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_COMPHDR_SYSTEM

        static final int WMQ_COMPHDR_SYSTEM
        WMQ_HEADER_COMP property value. Header compression is performed.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_COMPHDR_DEFAULT

        static final int WMQ_COMPHDR_DEFAULT
        WMQ_HEADER_COMP property value. The default header compression setting is used.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_DEFAULT_CLIENT_PORT

        static final int WMQ_DEFAULT_CLIENT_PORT
        WMQ_PORT property value. The default TCP/IP port used to connect to the queue manager in the client transport type.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_ENCODING_INTEGER_NORMAL

        static final int WMQ_ENCODING_INTEGER_NORMAL
        WMQ_ENCODING or JMS_IBM_ENCODING property value.
        See Also:
        Constant Field Values
      • WMQ_ENCODING_INTEGER_REVERSED

        static final int WMQ_ENCODING_INTEGER_REVERSED
        WMQ_ENCODING or JMS_IBM_ENCODING property value.
        See Also:
        Constant Field Values
      • WMQ_ENCODING_DECIMAL_NORMAL

        static final int WMQ_ENCODING_DECIMAL_NORMAL
        WMQ_ENCODING or JMS_IBM_ENCODING property value.
        See Also:
        Constant Field Values
      • WMQ_ENCODING_DECIMAL_REVERSED

        static final int WMQ_ENCODING_DECIMAL_REVERSED
        WMQ_ENCODING or JMS_IBM_ENCODING property value.
        See Also:
        Constant Field Values
      • WMQ_ENCODING_FLOAT_IEEE_NORMAL

        static final int WMQ_ENCODING_FLOAT_IEEE_NORMAL
        WMQ_ENCODING or JMS_IBM_ENCODING property value.
        See Also:
        Constant Field Values
      • WMQ_ENCODING_FLOAT_IEEE_REVERSED

        static final int WMQ_ENCODING_FLOAT_IEEE_REVERSED
        WMQ_ENCODING or JMS_IBM_ENCODING property value.
        See Also:
        Constant Field Values
      • WMQ_ENCODING_FLOAT_S390

        static final int WMQ_ENCODING_FLOAT_S390
        WMQ_ENCODING or JMS_IBM_ENCODING property value.
        See Also:
        Constant Field Values
      • WMQ_ENCODING_NATIVE

        static final int WMQ_ENCODING_NATIVE
        WMQ_ENCODING or JMS_IBM_ENCODING property value.
        See Also:
        Constant Field Values
      • WMQ_EXP_APP

        static final int WMQ_EXP_APP
        TIME_TO_LIVE property value. Time to live is set to be application-defined.

        Maps to TIME_TO_LIVE_AS_APP.

        See Also:
        Constant Field Values
      • WMQ_EXP_UNLIMITED

        static final int WMQ_EXP_UNLIMITED
        TIME_TO_LIVE property value. Time to live is set to be unlimited.

        Maps to TIME_TO_LIVE_UNLIMITED.

        See Also:
        Constant Field Values
      • WMQ_FIQ_NO

        static final int WMQ_FIQ_NO
        FAIL_IF_QUIESCE property value. Fail-if-quiesce is disabled.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • WMQ_FIQ_YES

        static final int WMQ_FIQ_YES
        FAIL_IF_QUIESCE property value. Fail-if-quiesce is enabled.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • WMQ_FIQ_DEFAULT

        static final int WMQ_FIQ_DEFAULT
        FAIL_IF_QUIESCE property value. The default setting is used for fail-if-quiesce.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • WMQ_MAP_NAME_STYLE_STANDARD

        static final boolean WMQ_MAP_NAME_STYLE_STANDARD
        WMQ_MAP_NAME_STYLE property value. Standard element naming format will be used.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_MAP_NAME_STYLE_COMPATIBLE

        static final boolean WMQ_MAP_NAME_STYLE_COMPATIBLE
        WMQ_MAP_NAME_STYLE property value. Legacy element naming format will be used.

        This is only needed if Map messages are being sent to WebSphere MQ JMS Clients older than version 5.3.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_MAP_NAME_STYLE_DEFAULT

        static final boolean WMQ_MAP_NAME_STYLE_DEFAULT
        WMQ_MAP_NAME_STYLE property value. The default naming format will be used.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_MRET_NO

        static final int WMQ_MRET_NO
        WMQ_MESSAGE_RETENTION property value. Unwanted messages will be dealt with according to their disposition options.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_MRET_YES

        static final int WMQ_MRET_YES
        WMQ_MESSAGE_RETENTION property value. Unwanted messages will remain on the input queue.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_MRET_DEFAULT

        static final int WMQ_MRET_DEFAULT
        WMQ_MESSAGE_RETENTION property value. The default setting will be used when dealing with unwanted messages.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_MSEL_BROKER

        static final int WMQ_MSEL_BROKER
        WMQ_MESSAGE_SELECTION property value. Message selection will be performed server-side.

        ConnectionFactory property value, Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_MSEL_CLIENT

        static final int WMQ_MSEL_CLIENT
        WMQ_MESSAGE_SELECTION property value. Message selection will be performed client-side.

        ConnectionFactory property value, Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_MSEL_DEFAULT

        static final int WMQ_MSEL_DEFAULT
        WMQ_MESSAGE_SELECTION property value. The default value for message selection will be used.

        ConnectionFactory property value, Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_MDCTX_DEFAULT

        static final int WMQ_MDCTX_DEFAULT
        WMQ_MQMD_MESSAGE_CONTEXT property value. Indicates no message context options are set.

        Destination property value.

        See Also:
        Constant Field Values
      • WMQ_MDCTX_SET_IDENTITY_CONTEXT

        static final int WMQ_MDCTX_SET_IDENTITY_CONTEXT
        WMQ_MQMD_MESSAGE_CONTEXT property value. Indicates setting of message identity context options.

        Destination property value.

        See Also:
        Constant Field Values
      • WMQ_MDCTX_SET_ALL_CONTEXT

        static final int WMQ_MDCTX_SET_ALL_CONTEXT
        WMQ_MQMD_MESSAGE_CONTEXT property value. Indicates setting of all message context options.

        Destination property value.

        See Also:
        Constant Field Values
      • WMQ_MESSAGE_BODY_JMS

        static final int WMQ_MESSAGE_BODY_JMS
        WMQ_MESSAGE_BODY property value. Indicates JMS message body for sent and/or received messages.

        Destination property value.

        See Also:
        Constant Field Values
      • WMQ_MESSAGE_BODY_MQ

        static final int WMQ_MESSAGE_BODY_MQ
        WMQ_MESSAGE_BODY property value. Indicates MQ message body for sent and/or received messages.

        Destination property value.

        See Also:
        Constant Field Values
      • WMQ_MESSAGE_BODY_UNSPECIFIED

        static final int WMQ_MESSAGE_BODY_UNSPECIFIED
        WMQ_MESSAGE_BODY property value. The message body type will be automatically determined.

        Destination property value.

        See Also:
        Constant Field Values
      • WMQ_COMPMSG_NONE

        static final int WMQ_COMPMSG_NONE
        WMQ_MSG_COMP property value. No message compression performed.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_COMPMSG_RLE

        static final int WMQ_COMPMSG_RLE
        WMQ_MSG_COMP property value. Message data compression is to be performed using run-length encoding (RLE) compression.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_COMPMSG_ZLIBFAST

        static final int WMQ_COMPMSG_ZLIBFAST
        WMQ_MSG_COMP property value. Message data compression is to be performed using ZLIB encoding and with speed of compression taking priority over degree of compression.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_COMPMSG_ZLIBHIGH

        static final int WMQ_COMPMSG_ZLIBHIGH
        WMQ_MSG_COMP property value. Message data compression is to be performed using ZLIB encoding and with degree of compression taking priority over speed of compression.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_COMPMSG_DEFAULT

        static final int WMQ_COMPMSG_DEFAULT
        WMQ_MSG_COMP property value. The default message data compression technique will be used.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_PRI_APP

        static final int WMQ_PRI_APP
        PRIORITY property value. The message priority will be determined by the application.

        Maps to PRIORITY_AS_APP.

        See Also:
        Constant Field Values
      • WMQ_PRI_QDEF

        static final int WMQ_PRI_QDEF
        PRIORITY property value. The message priority will be determined by the destination object.

        Maps to PRIORITY_AS_DEST.

        See Also:
        Constant Field Values
      • WMQ_PER_APP

        static final int WMQ_PER_APP
        WMQ_PERSISTENCE property value. The message persistence will be determined by the application.

        Maps to DELIVERY_AS_APP.

        See Also:
        Constant Field Values
      • WMQ_PER_QDEF

        static final int WMQ_PER_QDEF
        WMQ_PERSISTENCE property value. The message persistence will be determined by the destination object.

        Maps to DELIVERY_AS_DEST.

        See Also:
        Constant Field Values
      • WMQ_PER_NON

        static final int WMQ_PER_NON
        WMQ_PERSISTENCE property value. Messages will be delivered as non-persistent.

        Maps to DELIVERY_NOT_PERSISTENT.

        See Also:
        Constant Field Values
      • WMQ_PER_PER

        static final int WMQ_PER_PER
        WMQ_PERSISTENCE property value. Messages will be delivered as persistent.

        Maps to DELIVERY_PERSISTENT.

        See Also:
        Constant Field Values
      • WMQ_PER_NPHIGH

        static final int WMQ_PER_NPHIGH
        WMQ_PERSISTENCE property value. Setting this property means that non-persistent messages will survive queue manager re-start.
        See Also:
        Constant Field Values
      • WMQ_PS_CONTROL_QUEUE

        static final java.lang.String WMQ_PS_CONTROL_QUEUE
        Default name for the broker control queue.

        v6 Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_PS_DEFAULT_STREAM_QUEUE

        static final java.lang.String WMQ_PS_DEFAULT_STREAM_QUEUE
        Default name for the broker publication queue.

        v6 Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_PS_DEF_D_SHARED_QUEUE

        static final java.lang.String WMQ_PS_DEF_D_SHARED_QUEUE
        Default name for the JMS durable subscriber queue.

        v6 Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_PS_DEF_ND_SHARED_QUEUE

        static final java.lang.String WMQ_PS_DEF_ND_SHARED_QUEUE
        Default name for the JMS non-durable subscriber queue.

        v6 Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_CC_DEF_D_SHARED_QUEUE

        static final java.lang.String WMQ_CC_DEF_D_SHARED_QUEUE
        Default name for the JMS ConnectionConsumer durable subscriber queue.

        v6 Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_CC_DEF_ND_SHARED_QUEUE

        static final java.lang.String WMQ_CC_DEF_ND_SHARED_QUEUE
        Default name for the JMS ConnectionConsumer non-durable subscriber queue.

        v6 Publish/Subscribe only.

        See Also:
        Constant Field Values
      • WMQ_PROVIDER_VERSION_DEFAULT

        static final java.lang.String WMQ_PROVIDER_VERSION_DEFAULT
        WMQ_PROVIDER_VERSION property value. The default provider version value.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_PUT_ASYNC_ALLOWED_AS_DEST

        static final int WMQ_PUT_ASYNC_ALLOWED_AS_DEST
        WMQ_PUT_ASYNC_ALLOWED property value. Asynchronous puts are allowed if the destination definition allows them.

        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.

        See Also:
        Constant Field Values
      • WMQ_PUT_ASYNC_ALLOWED_AS_Q_DEF

        static final int WMQ_PUT_ASYNC_ALLOWED_AS_Q_DEF
        WMQ_PUT_ASYNC_ALLOWED property value. Asynchronous puts are allowed if the queue definition allows them.

        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.

        See Also:
        Constant Field Values
      • WMQ_PUT_ASYNC_ALLOWED_AS_TOPIC_DEF

        static final int WMQ_PUT_ASYNC_ALLOWED_AS_TOPIC_DEF
        WMQ_PUT_ASYNC_ALLOWED property value. Asynchronous puts are allowed if the topic definition allows them.

        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.

        See Also:
        Constant Field Values
      • WMQ_PUT_ASYNC_ALLOWED_DEFAULT

        static final int WMQ_PUT_ASYNC_ALLOWED_DEFAULT
        WMQ_PUT_ASYNC_ALLOWED property value. The default value for whether asynchronous puts are allowed.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_PUT_ASYNC_ALLOWED_DISABLED

        static final int WMQ_PUT_ASYNC_ALLOWED_DISABLED
        WMQ_PUT_ASYNC_ALLOWED property value. Asynchronous puts are not allowed.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_PUT_ASYNC_ALLOWED_ENABLED

        static final int WMQ_PUT_ASYNC_ALLOWED_ENABLED
        WMQ_PUT_ASYNC_ALLOWED property value. Asynchronous puts are allowed.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_ALLOWED_AS_DEST

        static final int WMQ_READ_AHEAD_ALLOWED_AS_DEST
        WMQ_READ_AHEAD_ALLOWED property value. Read-ahead is allowed if the destination definition permits it.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_ALLOWED_AS_Q_DEF

        static final int WMQ_READ_AHEAD_ALLOWED_AS_Q_DEF
        WMQ_READ_AHEAD_ALLOWED property value. Read-ahead is allowed if the queue definition permits it.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_ALLOWED_AS_TOPIC_DEF

        static final int WMQ_READ_AHEAD_ALLOWED_AS_TOPIC_DEF
        WMQ_READ_AHEAD_ALLOWED property value. Read-ahead is allowed if the topic definition permits it.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_ALLOWED_DEFAULT

        static final int WMQ_READ_AHEAD_ALLOWED_DEFAULT
        WMQ_READ_AHEAD_ALLOWED property value. The default value for allowing read-ahead.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_ALLOWED_DISABLED

        static final int WMQ_READ_AHEAD_ALLOWED_DISABLED
        WMQ_READ_AHEAD_ALLOWED property value. Read-ahead is not allowed.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_ALLOWED_ENABLED

        static final int WMQ_READ_AHEAD_ALLOWED_ENABLED
        WMQ_READ_AHEAD_ALLOWED property value: Read-ahead is allowed.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_DELIVERALL

        static final int WMQ_READ_AHEAD_DELIVERALL
        WMQ_READ_AHEAD_CLOSE_POLICY property value. Deliver all messages before closing the connection when using read-ahead.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_DELIVERCURRENT

        static final int WMQ_READ_AHEAD_DELIVERCURRENT
        WMQ_READ_AHEAD_CLOSE_POLICY property value: Deliver current messages before closing the connection when using read-ahead.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_READ_AHEAD_DEFAULT

        static final int WMQ_READ_AHEAD_DEFAULT
        WMQ_READ_AHEAD_CLOSE_POLICY property value. The default value to determine what the close policy is.

        Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_REPORT_QUEUE

        static final java.lang.String WMQ_REPORT_QUEUE
        Default name for the JMS report queue.
        See Also:
        Constant Field Values
      • WMQ_SEND_CHECK_COUNT_DEFAULT

        static final int WMQ_SEND_CHECK_COUNT_DEFAULT
        WMQ_SEND_CHECK_COUNT property value. The default value for send check count.

        ConnectionFactory property value. new in v7.

        See Also:
        Constant Field Values
      • WMQ_REPLYTO_STYLE

        static final java.lang.String WMQ_REPLYTO_STYLE
        WMQ_REPLYTO_STYLE property value. Property controls how the JMS ReplyTo in a message is formed. Either from the MQMD or from the RFH2

        Destination Property.

        See Also:
        Constant Field Values
      • WMQ_REPLYTO_STYLE_DEFAULT

        static final int WMQ_REPLYTO_STYLE_DEFAULT
        Default value for the WMQ_REPLYTO_STYLE property. Default value in WMQ v7 is to be the MQMD value. Note this is a change to the default from WMQ v6.
        See Also:
        Constant Field Values
      • WMQ_REPLYTO_STYLE_MQMD_VALUES

        static final int WMQ_REPLYTO_STYLE_MQMD_VALUES
        WMQ_REPLYTO_STYLE property value. Indicates that the JMSReplyTo property on a message should be formed from the MQMD. Therefore any processing that MQ has applied to the ReplyTo fields in the MQMD are reflected
        See Also:
        Constant Field Values
      • WMQ_REPLYTO_STYLE_RFH2_VALUES

        static final int WMQ_REPLYTO_STYLE_RFH2_VALUES
        WMQ_REPLYTO_STYLE property value. Indicates that the JMSReplyTo property on a message should be formed from the RFH2 ignored in the MQMD. This means that whatever value was set by the sending application will retrieved from a call to getJMSReplyTo().
        See Also:
        Constant Field Values
      • WMQ_SHARE_CONV_ALLOWED_NO

        static final int WMQ_SHARE_CONV_ALLOWED_NO
        WMQ_SHARE_CONV_ALLOWED property value. Sharing conversations is not allowed.

        ConnectionFactory property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_SHARE_CONV_ALLOWED_YES

        static final int WMQ_SHARE_CONV_ALLOWED_YES
        WMQ_SHARE_CONV_ALLOWED property value. Sharing conversations is allowed.

        ConnectionFactory property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_SHARE_CONV_ALLOWED_DEFAULT

        static final int WMQ_SHARE_CONV_ALLOWED_DEFAULT
        WMQ_SHARE_CONV_ALLOWED property value. The default setting for sharing conversations.

        ConnectionFactory property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_SUBSTORE_QUEUE

        static final int WMQ_SUBSTORE_QUEUE
        WMQ_SUBSCRIPTION_STORE property value. Queue subscription store will be used to hold details of subscriptions.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_SUBSTORE_BROKER

        static final int WMQ_SUBSTORE_BROKER
        WMQ_SUBSCRIPTION_STORE property value. Broker subscription store will be used to hold details of subscriptions.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_SUBSTORE_MIGRATE

        static final int WMQ_SUBSTORE_MIGRATE
        WMQ_SUBSCRIPTION_STORE property value. Migrate subscription store will be used to hold details of subscriptions.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_SUBSTORE_DEFAULT

        static final int WMQ_SUBSTORE_DEFAULT
        WMQ_SUBSCRIPTION_STORE property value. The default value for subscription store will be used.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_SYNCP_ALL_GETS_NO

        static final boolean WMQ_SYNCP_ALL_GETS_NO
        WMQ_SYNCPOINT_ALL_GETS property value. Syncpoint all gets is disabled.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_SYNCP_ALL_GETS_YES

        static final boolean WMQ_SYNCP_ALL_GETS_YES
        WMQ_SYNCPOINT_ALL_GETS property value. Syncpoint all gets is enabled.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_SYNCP_ALL_GETS_DEFAULT

        static final boolean WMQ_SYNCP_ALL_GETS_DEFAULT
        WMQ_SYNCPOINT_ALL_GETS property value: The default value for syncpointed gets will be used.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • WMQ_TARGET_DEST_JMS

        static final int WMQ_TARGET_DEST_JMS
        WMQ_TARGET_CLIENT property value. Target is a JMS application (RFH2 will be included).

        Destination property value.

        Messages sent to the destination contain MQRFH2 header.

        See Also:
        Constant Field Values
      • WMQ_TARGET_DEST_MQ

        static final int WMQ_TARGET_DEST_MQ
        WMQ_TARGET_CLIENT property value. Target is an MQ application (RFH2 will be excluded).

        Destination property value.

        Messages sent to the destination do not contain MQRFH2 header.

        See Also:
        Constant Field Values
      • WMQ_TARGET_DEST_DEFAULT

        static final int WMQ_TARGET_DEST_DEFAULT
        WMQ_TARGET_CLIENT property value. The default value will be used.

        Destination property value.

        Messages sent to the destination contain MQRFH2 header.

        See Also:
        Constant Field Values
      • WMQ_CLIENT_JMS_COMPLIANT

        static final int WMQ_CLIENT_JMS_COMPLIANT
        WMQ_TARGET_CLIENT property value. Target is a JMS application (RFH2 will be included).

        Maps to WMQ_TARGET_DEST_JMS.

        See Also:
        Constant Field Values
      • WMQ_CLIENT_NONJMS_MQ

        static final int WMQ_CLIENT_NONJMS_MQ
        WMQ_TARGET_CLIENT property value. Target is an MQ application (RFH2 will be excluded).

        Maps to WMQ_TARGET_DEST_MQ.

        See Also:
        Constant Field Values
      • WMQ_CLIENT_RECONNECT

        static final int WMQ_CLIENT_RECONNECT
        Reconnection options property. When set the client will reconnect to any queue manager.
        See Also:
        Constant Field Values
      • WMQ_CLIENT_RECONNECT_AS_DEF

        static final int WMQ_CLIENT_RECONNECT_AS_DEF
        Reconnection options property. When set the client will reconnect as defined on the channel
        See Also:
        Constant Field Values
      • WMQ_CLIENT_RECONNECT_DISABLED

        static final int WMQ_CLIENT_RECONNECT_DISABLED
        Reconnection options property. When set client reconnection is disabled.
        See Also:
        Constant Field Values
      • WMQ_CLIENT_RECONNECT_OPTIONS

        static final java.lang.String WMQ_CLIENT_RECONNECT_OPTIONS
        Reconnection property name. Represents the reconnection options the client will use.
        See Also:
        Constant Field Values
      • WMQ_CLIENT_RECONNECT_TIMEOUT

        static final java.lang.String WMQ_CLIENT_RECONNECT_TIMEOUT
        Reconnection property name. Represents the reconnection timeout for a non-XA connection.
        See Also:
        Constant Field Values
      • WMQ_CLIENT_RECONNECT_TIMEOUT_DEFAULT

        static final int WMQ_CLIENT_RECONNECT_TIMEOUT_DEFAULT
        Reconnection property default. The default value for the non-XA reconnection timeout.
        See Also:
        Constant Field Values
      • WMQ_CLIENT_RECONNECT_Q_MGR

        static final int WMQ_CLIENT_RECONNECT_Q_MGR
        Reconnection options property. When set the client will reconnect to the original queue manager.
        See Also:
        Constant Field Values
      • WMQ_CONNECTION_NAME_LIST

        static final java.lang.String WMQ_CONNECTION_NAME_LIST
        Connection property name. Represents the hosts to which the client will try to connect.
        See Also:
        Constant Field Values
      • WMQ_WILDCARD_TOPIC_ONLY

        static final int WMQ_WILDCARD_TOPIC_ONLY
        WMQ_WILDCARD_FORMAT property value. Topic only wildcards will be used.

        ConnectionFactory and Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_WILDCARD_CHAR_ONLY

        static final int WMQ_WILDCARD_CHAR_ONLY
        WMQ_WILDCARD_FORMAT property value. Char only wildcards will be used.

        ConnectionFactory and Destination property value, new in v7.

        See Also:
        Constant Field Values
      • WMQ_WILDCARD_DEFAULT

        static final int WMQ_WILDCARD_DEFAULT
        WMQ_WILDCARD_FORMAT property value. The default value will be used.

        ConnectionFactory and Destination property value, new in v7.

        See Also:
        Constant Field Values
      • RTT_DEFAULT_PORT

        static final int RTT_DEFAULT_PORT
        Deprecated. 
        RTT_PORT property value. The default port for real-time transport connections via TCP/IP, 1506.

        ConnectionFactory property value.

        See Also:
        Constant Field Values
      • RTT_MULTICAST_ASCF

        static final int RTT_MULTICAST_ASCF
        Deprecated. 
        RTT_MULTICAST property value. Multicast will be determined by the Connection Factory.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • RTT_MULTICAST_DISABLED

        static final int RTT_MULTICAST_DISABLED
        Deprecated. 
        RTT_MULTICAST property value. Multicast is disabled.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • RTT_MULTICAST_ENABLED

        static final int RTT_MULTICAST_ENABLED
        Deprecated. 
        RTT_MULTICAST property value. Multicast is enabled.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • RTT_MULTICAST_NOT_RELIABLE

        static final int RTT_MULTICAST_NOT_RELIABLE
        Deprecated. 
        RTT_MULTICAST property value. Non-reliable multicast is used.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • RTT_MULTICAST_RELIABLE

        static final int RTT_MULTICAST_RELIABLE
        Deprecated. 
        RTT_MULTICAST property value: Reliable multicast is used.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • RTT_MULTICAST_DEFAULT

        static final int RTT_MULTICAST_DEFAULT
        Deprecated. 
        RTT_MULTICAST property value: The default value is used.

        ConnectionFactory and Destination property value.

        See Also:
        Constant Field Values
      • QUEUE_PREFIX

        static final java.lang.String QUEUE_PREFIX
        Prefix for a queue destination
        See Also:
        Constant Field Values
      • TOPIC_PREFIX

        static final java.lang.String TOPIC_PREFIX
        Prefix for a topic destination
        See Also:
        Constant Field Values
      • INSERT_REASON

        static final java.lang.String INSERT_REASON
        Message insert key for the reason code.

        Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.

        See Also:
        Constant Field Values
      • INSERT_COMP_CODE

        static final java.lang.String INSERT_COMP_CODE
        Message insert key for the completion code.

        Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.

        See Also:
        Constant Field Values
      • INSERT_QUEUE_MANAGER

        static final java.lang.String INSERT_QUEUE_MANAGER
        Message insert key for the queue manager name.

        Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.

        See Also:
        Constant Field Values
      • INSERT_COMMAND_LEVEL

        static final java.lang.String INSERT_COMMAND_LEVEL
        Message insert key for the command level.

        Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.

        See Also:
        Constant Field Values
      • INSERT_CHARACTER

        static final java.lang.String INSERT_CHARACTER
        Message insert key for a character.

        Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.

        See Also:
        Constant Field Values
      • INSERT_HEX_STRING

        static final java.lang.String INSERT_HEX_STRING
        Message insert key for a hexadecimal string.

        Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.

        See Also:
        Constant Field Values
      • INSERT_STRING

        static final java.lang.String INSERT_STRING
        Message insert key for a string.

        Allows an application to programmatically inquire the value for this key from a DetailedJMSException instance.

        See Also:
        Constant Field Values
      • XMSC_MESSAGE_ID

        static final java.lang.String XMSC_MESSAGE_ID
        MESSAGE_ID property name Log constant for messageID String
        See Also:
        Constant Field Values
      • XMSC_CORRELATION_ID

        static final java.lang.String XMSC_CORRELATION_ID
        CORRELATION_ID property name Log constant for CorrelationID String
        See Also:
        Constant Field Values
      • XMSC_MESSAGE_BUFFER

        static final java.lang.String XMSC_MESSAGE_BUFFER
        MESSAGE_BUFFER property name Log constant for message body byte array.
        See Also:
        Constant Field Values
      • XMSC_MESSAGE_BUFFER_POSITION

        static final 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.
        See Also:
        Constant Field Values
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.