com.ibm.mq.jms

Interface JMSC


Deprecated. Use the constants defined in the classes in the com.ibm.mq.constants package instead
  1. public interface JMSC
JMS API Compatibility layer. This is provided solely for backwards compatibility with provider specific JMS applications and should not be used for new applications.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
ARM_TOG_CORRELATOR_PROPERTY
Deprecated. The Open Group Application Response Measurement correlator property
  1. static
  2. java.lang.String
CC_DEF_D_SHARED_QUEUE
Deprecated. Default name for the JMS ConnectionConsumer durable subscriber queue.
  1. static
  2. java.lang.String
CC_DEF_ND_SHARED_QUEUE
Deprecated. Default name for the JMS ConnectionConsumer nondurable subscriber queue.
  1. static
  2. boolean
MAP_NAME_STYLE_COMPATIBLE
Deprecated. This parameter can be passed to MQConnectionFactory.setMapNameStyle(boolean) to indicate that the legacy com.ibm.jms.JMSMapMessageelement naming format will be used.
  1. static
  2. boolean
MAP_NAME_STYLE_STANDARD
Deprecated. This parameter may be passed to MQConnectionFactory.setMapNameStyle(boolean) to indicate that the standard com.ibm.jms.JMSMapMessageelement naming format will be used.
  1. static
  2. int
MQCNO_FASTPATH_BINDING
Deprecated. This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must be part of the same unit of execution.
  1. static
  2. int
MQCNO_ISOLATED_BINDING
Deprecated. This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution and no resources will be shared.
  1. static
  2. int
MQCNO_RECONNECT
Deprecated. Reconnect to any queue manager
  1. static
  2. int
MQCNO_RECONNECT_AS_DEF
Deprecated. Reconnect as defined by the channel
  1. static
  2. int
MQCNO_RECONNECT_DISABLED
Deprecated. Reconnect disabled
  1. static
  2. int
MQCNO_RECONNECT_Q_MGR
Deprecated. Reconnect to the same queue manager
  1. static
  2. int
MQCNO_RESTRICT_CONN_TAG_Q_MGR
Deprecated.
  1. static
  2. int
MQCNO_RESTRICT_CONN_TAG_QSG
Deprecated. This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is restricted within the queue-sharing group.
  1. static
  2. int
MQCNO_SERIALIZE_CONN_TAG_Q_MGR
Deprecated. This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is serialized within the queue manager.
  1. static
  2. int
MQCNO_SERIALIZE_CONN_TAG_QSG
Deprecated. This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is serialized within the queue-sharing group.
  1. static
  2. int
MQCNO_SHARED_BINDING
Deprecated. This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution, with some resources shared between the application and the local queue manager agent.
  1. static
  2. int
MQCNO_STANDARD_BINDING
Deprecated. This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution.
  1. static
  2. int
MQJMS_BROKER_UNSPECIFIED
Deprecated. This parameter can be passed to MQConnectionFactory.setBrokerVersion(int) to indicate that the broker version is no longer relevant.
  1. static
  2. int
MQJMS_BROKER_V1
Deprecated. This parameter can be passed to MQConnectionFactory.setBrokerVersion(int) to indicate that the broker will use RFH1 headers.
  1. static
  2. int
MQJMS_BROKER_V2
Deprecated. This parameter can be passed to MQConnection.setBrokerVersion(int) to indicate that the broker will use RFH2 headers.
  1. static
  2. int
MQJMS_CLEANUP_AS_PROPERTY
Deprecated. This parameter can be passed to MQConnectionFactory.setCleanupLevel(int)to indicate that the style of cleanup to use will be determined by the system property com.ibm.mq.jms.cleanup, which is queried at JVM startup.
  1. static
  2. int
MQJMS_CLEANUP_FORCE
Deprecated. This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use forced cleanup.
  1. static
  2. int
MQJMS_CLEANUP_NONDUR
Deprecated. This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to indicate that nondurable cleanup will be used.
  1. static
  2. int
MQJMS_CLEANUP_NONE
Deprecated. This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to disable cleanup.
  1. static
  2. int
MQJMS_CLEANUP_SAFE
Deprecated. This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use safe cleanup.
  1. static
  2. int
MQJMS_CLEANUP_STRONG
Deprecated. This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use strong cleanup.
  1. static
  2. int
MQJMS_CLIENT_JMS_COMPLIANT
Deprecated. This parameter can be passed to MQDestination.setTargetClient(int) to indicate that messages will be sent to a client running the WebSphere MQ JMS client.
  1. static
  2. int
MQJMS_CLIENT_NONJMS_MQ
Deprecated. This parameter can be passed to MQDestination.setTargetClient(int) to indicate that messages will be sent to a non-JMS WebSphere MQ client.
  1. static
  2. int
MQJMS_COMPHDR_NONE
Deprecated. This parameter can be passed in a Collection to MQConnectionFactory#setHdrCompList(Collection) to indicate that no message header compression will be used.
  1. static
  2. int
MQJMS_COMPHDR_SYSTEM
Deprecated. This parameter can be passed in a Collection to MQConnectionFactory#setHdrCompList(Collection) to indicate that RLE message header compression will be used.
  1. static
  2. int
MQJMS_COMPMSG_NONE
Deprecated. This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that no message data compression will be used.
  1. static
  2. int
MQJMS_COMPMSG_RLE
Deprecated. This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using run-length encoding (RLE) compression.
  1. static
  2. int
MQJMS_COMPMSG_ZLIBFAST
Deprecated. This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using ZLIB encoding and with speed of compression taking priority over degree of compression.
  1. static
  2. int
MQJMS_COMPMSG_ZLIBHIGH
Deprecated. This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using ZLIB encoding and with degree of compression taking priority over speed of compression.
  1. static
  2. int
MQJMS_DIRECTAUTH_BASIC
Deprecated. This parameter can be passed to MQConnectionFactory.setDirectAuth(int) to indicate either no authentication or basic user name and password authentication will be used.
  1. static
  2. int
MQJMS_DIRECTAUTH_CERTIFICATE
Deprecated. This parameter can be passed to MQConnectionFactory.setDirectAuth(int) to indicate public key certificate authentication will be used.
  1. static
  2. int
MQJMS_EXP_APP
Deprecated. This parameter can be passed to MQDestination.setExpiry(long) to indicate that the message expiry time is set to the value supplied by the application.
  1. static
  2. int
MQJMS_EXP_UNLIMITED
Deprecated. This parameter can be passed to MQDestination.setExpiry(long) to indicate that the message expiry time is set to unlimited.
  1. static
  2. int
MQJMS_FIQ_NO
Deprecated. This parameter can be passed to MQConnectionFactory.setFailIfQuiesce(int) to indicate applications accessing a quiescing queue manager will not fail.
  1. static
  2. int
MQJMS_FIQ_YES
Deprecated. This parameter can be passed to MQConnectionFactory.setFailIfQuiesce(int) to indicate applications accessing a quiescing queue manager will fail.
  1. static
  2. int
MQJMS_MDCTX_DEFAULT
Deprecated. This parameter can be passed to MQDestination.setMQMDMessageContext(int) to indicate no message context options.
  1. static
  2. int
MQJMS_MDCTX_SET_ALL_CONTEXT
Deprecated. This parameter can be passed to MQDestination.setMQMDMessageContext(int) to indicate setting of all message context options.
  1. static
  2. int
MQJMS_MDCTX_SET_IDENTITY_CONTEXT
Deprecated. This parameter can be passed to MQDestination.setMQMDMessageContext(int) to indicate setting of message identity context options.
  1. static
  2. int
MQJMS_MESSAGE_BODY_JMS
Deprecated. This parameter can be passed to MQDestination.setMessageBodyStyle(int) to indicate JMS message body for sent and/or received messages.
  1. static
  2. int
MQJMS_MESSAGE_BODY_MQ
Deprecated. This parameter can be passed to MQDestination.setMessageBodyStyle(int) to indicate MQ message body for sent and/or received messages.
  1. static
  2. int
MQJMS_MESSAGE_BODY_UNSPECIFIED
Deprecated. This parameter can be passed to MQDestination.setMessageBodyStyle(int) to indicate that the JMS client determines the message body for sent and/or received messages.
  1. static
  2. int
MQJMS_MRET_NO
Deprecated. This parameter can be passed to MQConnectionFactory.setMessageRetention(int) to indicate that unwanted messages will be dealt with according to their disposition options.
  1. static
  2. int
MQJMS_MRET_YES
Deprecated. This parameter can be passed to MQConnectionFactory.setMessageRetention(int) to indicate that unwanted messages will remain on the input queue.
  1. static
  2. int
MQJMS_MSEL_BROKER
Deprecated. This parameter can be passed to MQConnectionFactory.setMessageSelection(int) to indicate that the broker will perform message selection.
  1. static
  2. int
MQJMS_MSEL_CLIENT
Deprecated. This parameter can be passed to MQConnectionFactory.setMessageSelection(int) to indicate that the client will perform message selection.
  1. static
  2. int
MQJMS_MULTICAST_AS_CF
Deprecated.
  1. static
  2. int
MQJMS_MULTICAST_DISABLED
Deprecated.
  1. static
  2. int
MQJMS_MULTICAST_ENABLED
Deprecated.
  1. static
  2. int
MQJMS_MULTICAST_NOT_RELIABLE
Deprecated.
  1. static
  2. int
MQJMS_MULTICAST_RELIABLE
Deprecated.
  1. static
  2. int
MQJMS_PER_APP
Deprecated. This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence is set to the value supplied by the application.
  1. static
  2. int
MQJMS_PER_NON
Deprecated. This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence for all messages is set to javax.jms.DeliveryMode.NON_PERSISTENT.
  1. static
  2. int
MQJMS_PER_NPHIGH
Deprecated. This parameter can be passed to MQDestination.setPersistence(int) to indicate that messages will use NPMCLASS(HIGH) persistence if it is available on the queue.
  1. static
  2. int
MQJMS_PER_PER
Deprecated. This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence for all messages is set to javax.jms.DeliveryMode.PERSISTENT.
  1. static
  2. int
MQJMS_PER_QDEF
Deprecated. This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence is taken from the queue definition.
  1. static
  2. int
MQJMS_PRI_APP
Deprecated. This parameter can be passed to MQDestination.setPriority(int) to indicate that the priority is set to the value supplied by the application.
  1. static
  2. int
MQJMS_PRI_QDEF
Deprecated. This parameter can be passed to MQDestination.setPriority(int) to indicate that the priority is taken from the queue definition.
  1. static
  2. java.lang.String
MQJMS_PROVIDER_VERSION_DEFAULT
Deprecated. This parameter can be passed to MQConnectionFactory.setProviderVersion(String) to indicate that the provider version should take its default value.
  1. static
  2. int
MQJMS_PUT_ASYNC_ALLOWED_AS_DEST
Deprecated. This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can be made on this destination, if the underlying MQ queue or topic configuration allows it.
  1. static
  2. int
MQJMS_PUT_ASYNC_ALLOWED_AS_Q_DEF
Deprecated. This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can be made on this destination, if the underlying MQ queue configuration allows it.
  1. static
  2. int
MQJMS_PUT_ASYNC_ALLOWED_AS_TOPIC_DEF
Deprecated. This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can be made on this destination, if the underlying MQ topic configuration allows it.
  1. static
  2. int
MQJMS_PUT_ASYNC_ALLOWED_DISABLED
Deprecated. This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can not be made on this destination.
  1. static
  2. int
MQJMS_PUT_ASYNC_ALLOWED_ENABLED
Deprecated. This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can be made on this destination.
  1. static
  2. int
MQJMS_READ_AHEAD_ALLOWED_AS_DEST
Deprecated. This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can be used on this destination, if the underlying MQ queue or topic configuration allows it.
  1. static
  2. int
MQJMS_READ_AHEAD_ALLOWED_AS_Q_DEF
Deprecated. This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can be used on this destination, if the underlying MQ queue configuration allows it.
  1. static
  2. int
MQJMS_READ_AHEAD_ALLOWED_AS_TOPIC_DEF
Deprecated. This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can be used on this destination, if the underlying MQ topic configuration allows it.
  1. static
  2. int
MQJMS_READ_AHEAD_ALLOWED_DISABLED
Deprecated. This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can not be used on this destination.
  1. static
  2. int
MQJMS_READ_AHEAD_ALLOWED_ENABLED
Deprecated. This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can be used on this destination.
  1. static
  2. int
MQJMS_READ_AHEAD_DELIVERALL
Deprecated.
  1. static
  2. int
MQJMS_READ_AHEAD_DELIVERCURRENT
Deprecated. This parameter can be passed to MQDestination.setReadAheadClosePolicy(int) to indicate how an asynchronous consumer should close down when using a read ahead buffer.
  1. static
  2. int
MQJMS_REPLYTO_STYLE_DEFAULT
Deprecated. This parameter can be passed to MQQueue.setJMSReplyToStyle(int) to indicate that the JMSReplyTo should take the default behavior, equivalent to setting the value to MQJMS_REPLYTO_STYLE_MQMD_VALUES
  1. static
  2. int
MQJMS_REPLYTO_STYLE_MQMD_VALUES
Deprecated. This parameter can be passed to MQQueue.setJMSReplyToStyle(int) to indicate that the JMSReplyTo should include the MQQueueManager value from the message MQMD header
  1. static
  2. int
MQJMS_REPLYTO_STYLE_RFH2_VALUES
Deprecated. This parameter can be passed to MQQueue.setJMSReplyToStyle(int) to indicate that the JMSReplyTo should be the value present in the message RFH2 header
  1. static
  2. int
MQJMS_SHARE_CONV_ALLOWED_DISABLED
Deprecated. This parameter can be passed to MQConnectionFactory.setShareConvAllowed(int) to indicate that client connections will not be shared.
  1. static
  2. int
MQJMS_SHARE_CONV_ALLOWED_ENABLED
Deprecated. This parameter can be passed to MQConnectionFactory.setShareConvAllowed(int) to indicate that client connections will be shared.
  1. static
  2. int
MQJMS_SUBSTORE_BROKER
Deprecated. This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Broker subscription store will be used to hold details of subscriptions.
  1. static
  2. int
MQJMS_SUBSTORE_MIGRATE
Deprecated. This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Migrate subscription store will be used to hold details of subscriptions.
  1. static
  2. int
MQJMS_SUBSTORE_QUEUE
Deprecated. This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Queue subscription store will be used to hold details of subscriptions.
  1. static
  2. int
MQJMS_TP_BINDINGS_MQ
Deprecated. This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to the queue manager in bindings mode.
  1. static
  2. int
MQJMS_TP_BINDINGS_THEN_CLIENT
Deprecated. This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to a the queue manager in bindings mode, and if this fails with a QueueManager Name error or QueueManager not available, then it should retry with client mode.
  1. static
  2. int
MQJMS_TP_CLIENT_MQ_TCPIP
Deprecated. This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to the queue manager in client TCP/IP mode.
  1. static
  2. int
MQJMS_TP_DIRECT_HTTP
Deprecated. This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should use HTTP tunnelling on a real-time connection to a broker.
  1. static
  2. int
MQJMS_TP_DIRECT_TCPIP
Deprecated. This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to a real-time broker in TCP/IP mode.
  1. static
  2. int
MQJMS_WILDCARD_CHAR_ONLY
Deprecated. This parameter can be passed to MQConnectionFactory.setWildcardFormat(int) or MQDestination.setWildcardFormat(int) to indicate how to interpret wildcards in topic strings.
  1. static
  2. int
MQJMS_WILDCARD_TOPIC_ONLY
Deprecated. This parameter can be passed to MQConnectionFactory.setWildcardFormat(int) or MQDestination.setWildcardFormat(int) to indicate how to interpret wildcards in topic strings.
  1. static
  2. int
MQRCCF_ALREADY_JOINED
Deprecated. This reason code is returned by a broker to indicate that the identity already has an entry for this subscription.
  1. static
  2. int
MQRCCF_DUPLICATE_IDENTITY
Deprecated. This reason code is returned by a broker to indicate that the publisher or subscriber identity is already assigned to another user ID.
  1. static
  2. int
MQRCCF_DUPLICATE_SUBSCRIPTION
Deprecated. This reason code is returned by a broker to indicate that a matching subscription already exists.
  1. static
  2. int
MQRCCF_NOT_AUTHORIZED
Deprecated. This reason code is returned by a broker to indicate that the subscriber has insufficient authority.
  1. static
  2. int
MQRCCF_NOT_REGISTERED
Deprecated. This reason code is returned by a broker to indicate that the subscriber or publisher is not registered.
  1. static
  2. int
MQRCCF_REG_OPTIONS_ERROR
Deprecated. This reason code is returned by a broker to indicate that incorrect registration options have been supplied.
  1. static
  2. int
MQRCCF_SUB_IDENTITY_ERROR
Deprecated. This reason code is returned by a broker to indicate that the subscription identity parameter is in error.
  1. static
  2. int
MQRCCF_SUB_NAME_ERROR
Deprecated. This reason code is returned by a broker to indicate that the subscription name parameter is not valid.
  1. static
  2. int
MQRCCF_SUBSCRIPTION_IN_USE
Deprecated. This reason code is returned by a broker to indicate that the subscription is in use.
  1. static
  2. int
MQRCCF_SUBSCRIPTION_LOCKED
Deprecated. This reason code is returned by a broker to indicate that the subscription is currently exclusively locked by another identity.
  1. static
  2. int
MQRCCF_TOPIC_ERROR
Deprecated. This reason code is returned by a broker to indicate that the topic name has an invalid length or contains invalid characters.
  1. static
  2. java.lang.String
PS_CONTROL_QUEUE
Deprecated. Default name for the broker control queue.
  1. static
  2. java.lang.String
PS_DEF_D_SHARED_QUEUE
Deprecated. Default name for the JMS durable subscriber queue.
  1. static
  2. java.lang.String
PS_DEF_ND_SHARED_QUEUE
Deprecated. Default name for the JMS nondurable subscriber queue.
  1. static
  2. java.lang.String
PS_DEFAULT_STREAM_QUEUE
Deprecated. Default name for the broker publication queue.

Field Detail

ARM_TOG_CORRELATOR_PROPERTY

  1. static final java.lang.String ARM_TOG_CORRELATOR_PROPERTY
Deprecated.
The Open Group Application Response Measurement correlator property
See Also:

CC_DEF_D_SHARED_QUEUE

  1. static final java.lang.String CC_DEF_D_SHARED_QUEUE
Deprecated.
Default name for the JMS ConnectionConsumer durable subscriber queue. This can be altered using MQTopic.setBrokerCCDurSubQueue(String).
See Also:

CC_DEF_ND_SHARED_QUEUE

  1. static final java.lang.String CC_DEF_ND_SHARED_QUEUE
Deprecated.
Default name for the JMS ConnectionConsumer nondurable subscriber queue. This can be altered using MQTopic.setBrokerCCSubQueue(String).
See Also:

MAP_NAME_STYLE_COMPATIBLE

  1. static final boolean MAP_NAME_STYLE_COMPATIBLE
Deprecated.
This parameter can be passed to MQConnectionFactory.setMapNameStyle(boolean) to indicate that the legacy com.ibm.jms.JMSMapMessageelement 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.
See Also:

MAP_NAME_STYLE_STANDARD

  1. static final boolean MAP_NAME_STYLE_STANDARD
Deprecated.
This parameter may be passed to MQConnectionFactory.setMapNameStyle(boolean) to indicate that the standard com.ibm.jms.JMSMapMessageelement naming format will be used. This is the default.
See Also:

MQCNO_FASTPATH_BINDING

  1. static final int MQCNO_FASTPATH_BINDING
Deprecated.
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must be part of the same unit of execution.
See Also:

MQCNO_ISOLATED_BINDING

  1. static final int MQCNO_ISOLATED_BINDING
Deprecated.
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution and no resources will be shared.
See Also:

MQCNO_RECONNECT

  1. static final int MQCNO_RECONNECT
Deprecated.
Reconnect to any queue manager
See Also:

MQCNO_RECONNECT_AS_DEF

  1. static final int MQCNO_RECONNECT_AS_DEF
Deprecated.
Reconnect as defined by the channel
See Also:

MQCNO_RECONNECT_DISABLED

  1. static final int MQCNO_RECONNECT_DISABLED
Deprecated.
Reconnect disabled
See Also:

MQCNO_RECONNECT_Q_MGR

  1. static final int MQCNO_RECONNECT_Q_MGR
Deprecated.
Reconnect to the same queue manager
See Also:

MQCNO_RESTRICT_CONN_TAG_Q_MGR

  1. static final int MQCNO_RESTRICT_CONN_TAG_Q_MGR
Deprecated.
See Also:

MQCNO_RESTRICT_CONN_TAG_QSG

  1. static final int MQCNO_RESTRICT_CONN_TAG_QSG
Deprecated.
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is restricted within the queue-sharing group. This connection option is supported on z/OS only.
See Also:

MQCNO_SERIALIZE_CONN_TAG_Q_MGR

  1. static final int MQCNO_SERIALIZE_CONN_TAG_Q_MGR
Deprecated.
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is serialized within the queue manager. This connection option is supported on z/OS only.
See Also:

MQCNO_SERIALIZE_CONN_TAG_QSG

  1. static final int MQCNO_SERIALIZE_CONN_TAG_QSG
Deprecated.
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is serialized within the queue-sharing group. This connection option is supported on z/OS only.
See Also:

MQCNO_SHARED_BINDING

  1. static final int MQCNO_SHARED_BINDING
Deprecated.
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution, with some resources shared between the application and the local queue manager agent.
See Also:

MQCNO_STANDARD_BINDING

  1. static final int MQCNO_STANDARD_BINDING
Deprecated.
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution.
See Also:

MQJMS_BROKER_UNSPECIFIED

  1. static final int MQJMS_BROKER_UNSPECIFIED
Deprecated.
This parameter can be passed to MQConnectionFactory.setBrokerVersion(int) to indicate 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:

MQJMS_BROKER_V1

  1. static final int MQJMS_BROKER_V1
Deprecated.
This parameter can be passed to MQConnectionFactory.setBrokerVersion(int) to indicate that the broker will use RFH1 headers. This 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:

MQJMS_BROKER_V2

  1. static final int MQJMS_BROKER_V2
Deprecated.
This parameter can be passed to MQConnection.setBrokerVersion(int) to indicate that the broker will use RFH2 headers. This 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:

MQJMS_CLEANUP_AS_PROPERTY

  1. static final int MQJMS_CLEANUP_AS_PROPERTY
Deprecated.
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to indicate that 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.
See Also:

MQJMS_CLEANUP_FORCE

  1. static final int MQJMS_CLEANUP_FORCE
Deprecated.
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use forced cleanup. This option behaves like JMSC.MQJMS_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.
See Also:

MQJMS_CLEANUP_NONDUR

  1. static final int MQJMS_CLEANUP_NONDUR
Deprecated.
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to indicate that nondurable cleanup will be used. This option behaves like JMSC.MQJMS_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.
See Also:

MQJMS_CLEANUP_NONE

  1. static final int MQJMS_CLEANUP_NONE
Deprecated.
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to disable cleanup. 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.
See Also:

MQJMS_CLEANUP_SAFE

  1. static final int MQJMS_CLEANUP_SAFE
Deprecated.
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use safe cleanup. 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.
See Also:

MQJMS_CLEANUP_STRONG

  1. static final int MQJMS_CLEANUP_STRONG
Deprecated.
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use strong cleanup. The cleanup thread performs as JMSC.MQJMS_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.
See Also:

MQJMS_CLIENT_JMS_COMPLIANT

  1. static final int MQJMS_CLIENT_JMS_COMPLIANT
Deprecated.
This parameter can be passed to MQDestination.setTargetClient(int) to indicate that messages will be sent to a client running the WebSphere MQ JMS client. This is the default value.
See Also:

MQJMS_CLIENT_NONJMS_MQ

  1. static final int MQJMS_CLIENT_NONJMS_MQ
Deprecated.
This parameter can be passed to MQDestination.setTargetClient(int) to indicate that messages will be sent to a non-JMS WebSphere MQ client.
See Also:

MQJMS_COMPHDR_NONE

  1. static final int MQJMS_COMPHDR_NONE
Deprecated.
This parameter can be passed in a Collection to MQConnectionFactory#setHdrCompList(Collection) to indicate that no message header compression will be used. This is the default value.
See Also:

MQJMS_COMPHDR_SYSTEM

  1. static final int MQJMS_COMPHDR_SYSTEM
Deprecated.
This parameter can be passed in a Collection to MQConnectionFactory#setHdrCompList(Collection) to indicate that RLE message header compression will be used.
See Also:

MQJMS_COMPMSG_NONE

  1. static final int MQJMS_COMPMSG_NONE
Deprecated.
This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that no message data compression will be used. This is the default value.
See Also:

MQJMS_COMPMSG_RLE

  1. static final int MQJMS_COMPMSG_RLE
Deprecated.
This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using run-length encoding (RLE) compression.
See Also:

MQJMS_COMPMSG_ZLIBFAST

  1. static final int MQJMS_COMPMSG_ZLIBFAST
Deprecated.
This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using ZLIB encoding and with speed of compression taking priority over degree of compression.
See Also:

MQJMS_COMPMSG_ZLIBHIGH

  1. static final int MQJMS_COMPMSG_ZLIBHIGH
Deprecated.
This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using ZLIB encoding and with degree of compression taking priority over speed of compression.
See Also:

MQJMS_DIRECTAUTH_BASIC

  1. static final int MQJMS_DIRECTAUTH_BASIC
Deprecated.
This parameter can be passed to MQConnectionFactory.setDirectAuth(int) to indicate either no authentication or basic user name and password authentication will be used.
See Also:

MQJMS_DIRECTAUTH_CERTIFICATE

  1. static final int MQJMS_DIRECTAUTH_CERTIFICATE
Deprecated.
This parameter can be passed to MQConnectionFactory.setDirectAuth(int) to indicate public key certificate authentication will be used.
See Also:

MQJMS_EXP_APP

  1. static final int MQJMS_EXP_APP
Deprecated.
This parameter can be passed to MQDestination.setExpiry(long) to indicate that the message expiry time is set to the value supplied by the application. This is the default behaviour.
See Also:

MQJMS_EXP_UNLIMITED

  1. static final int MQJMS_EXP_UNLIMITED
Deprecated.
This parameter can be passed to MQDestination.setExpiry(long) to indicate that the message expiry time is set to unlimited.
See Also:

MQJMS_FIQ_NO

  1. static final int MQJMS_FIQ_NO
Deprecated.
This parameter can be passed to MQConnectionFactory.setFailIfQuiesce(int) to indicate applications accessing a quiescing queue manager will not fail.
See Also:

MQJMS_FIQ_YES

  1. static final int MQJMS_FIQ_YES
Deprecated.
This parameter can be passed to MQConnectionFactory.setFailIfQuiesce(int) to indicate applications accessing a quiescing queue manager will fail. This is the default value.
See Also:

MQJMS_MDCTX_DEFAULT

  1. static final int MQJMS_MDCTX_DEFAULT
Deprecated.
This parameter can be passed to MQDestination.setMQMDMessageContext(int) to indicate no message context options. This is the default value.
See Also:

MQJMS_MDCTX_SET_IDENTITY_CONTEXT

  1. static final int MQJMS_MDCTX_SET_IDENTITY_CONTEXT
Deprecated.
This parameter can be passed to MQDestination.setMQMDMessageContext(int) to indicate setting of message identity context options.
See Also:

MQJMS_MDCTX_SET_ALL_CONTEXT

  1. static final int MQJMS_MDCTX_SET_ALL_CONTEXT
Deprecated.
This parameter can be passed to MQDestination.setMQMDMessageContext(int) to indicate setting of all message context options.
See Also:

MQJMS_MESSAGE_BODY_JMS

  1. static final int MQJMS_MESSAGE_BODY_JMS
Deprecated.
This parameter can be passed to MQDestination.setMessageBodyStyle(int) to indicate JMS message body for sent and/or received messages.
See Also:

MQJMS_MESSAGE_BODY_MQ

  1. static final int MQJMS_MESSAGE_BODY_MQ
Deprecated.
This parameter can be passed to MQDestination.setMessageBodyStyle(int) to indicate MQ message body for sent and/or received messages.
See Also:

MQJMS_MESSAGE_BODY_UNSPECIFIED

  1. static final int MQJMS_MESSAGE_BODY_UNSPECIFIED
Deprecated.
This parameter can be passed to MQDestination.setMessageBodyStyle(int) to indicate that the JMS client determines the message body for sent and/or received messages. This is the default value.
See Also:

MQJMS_MRET_NO

  1. static final int MQJMS_MRET_NO
Deprecated.
This parameter can be passed to MQConnectionFactory.setMessageRetention(int) to indicate that unwanted messages will be dealt with according to their disposition options.
See Also:

MQJMS_MRET_YES

  1. static final int MQJMS_MRET_YES
Deprecated.
This parameter can be passed to MQConnectionFactory.setMessageRetention(int) to indicate that unwanted messages will remain on the input queue. This is the default value for message retention.
See Also:

MQJMS_MSEL_BROKER

  1. static final int MQJMS_MSEL_BROKER
Deprecated.
This parameter can be passed to MQConnectionFactory.setMessageSelection(int) to indicate that the broker will perform message selection.
See Also:

MQJMS_MSEL_CLIENT

  1. static final int MQJMS_MSEL_CLIENT
Deprecated.
This parameter can be passed to MQConnectionFactory.setMessageSelection(int) to indicate that the client will perform message selection. This is the default value for message selection.
See Also:

MQJMS_MULTICAST_AS_CF

  1. static final int MQJMS_MULTICAST_AS_CF
Deprecated.
This parameter can be passed to MQConnectionFactory.setMulticast(int) to indicate that multicast usage on the Topic will be determined by the setting on MQConnectionFactory.
See Also:

MQJMS_MULTICAST_DISABLED

  1. static final int MQJMS_MULTICAST_DISABLED
Deprecated.
This parameter can be passed to MQConnectionFactory.setMulticast(int) to disable multicast.
See Also:

MQJMS_MULTICAST_ENABLED

  1. static final int MQJMS_MULTICAST_ENABLED
Deprecated.
This parameter can be passed to MQConnectionFactory.setMulticast(int) to enable multicast, if available.
See Also:

MQJMS_MULTICAST_NOT_RELIABLE

  1. static final int MQJMS_MULTICAST_NOT_RELIABLE
Deprecated.
This parameter can be passed to MQConnectionFactory.setMulticast(int) to enable multicast but not to use reliable delivery. This value is used to enable multicast for legacy applications.
See Also:

MQJMS_MULTICAST_RELIABLE

  1. static final int MQJMS_MULTICAST_RELIABLE
Deprecated.
This parameter can be passed to MQConnectionFactory.setMulticast(int) to to enable multicast with reliable delivery only.
See Also:

MQJMS_PER_APP

  1. static final int MQJMS_PER_APP
Deprecated.
This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence is set to the value supplied by the application. This is the default behaviour.
See Also:

MQJMS_PER_NON

  1. static final int MQJMS_PER_NON
Deprecated.
This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence for all messages is set to javax.jms.DeliveryMode.NON_PERSISTENT.
See Also:

MQJMS_PER_NPHIGH

  1. static final int MQJMS_PER_NPHIGH
Deprecated.
This parameter can be passed to MQDestination.setPersistence(int) to indicate that messages will use NPMCLASS(HIGH) persistence if it is available on the queue. If it is not available, messages will be sent using javax.jms.DeliveryMode.PERSISTENT persistence. See the WebSphere MQ System Administration Guide for more information about NPMCLASS(HIGH).
See Also:

MQJMS_PER_PER

  1. static final int MQJMS_PER_PER
Deprecated.
This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence for all messages is set to javax.jms.DeliveryMode.PERSISTENT.
See Also:

MQJMS_PER_QDEF

  1. static final int MQJMS_PER_QDEF
Deprecated.
This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence is taken from the queue definition.
See Also:

MQJMS_PRI_APP

  1. static final int MQJMS_PRI_APP
Deprecated.
This parameter can be passed to MQDestination.setPriority(int) to indicate that the priority is set to the value supplied by the application. This is the default behaviour.
See Also:

MQJMS_PRI_QDEF

  1. static final int MQJMS_PRI_QDEF
Deprecated.
This parameter can be passed to MQDestination.setPriority(int) to indicate that the priority is taken from the queue definition.
See Also:

MQJMS_PROVIDER_VERSION_DEFAULT

  1. static final java.lang.String MQJMS_PROVIDER_VERSION_DEFAULT
Deprecated.
This parameter can be passed to MQConnectionFactory.setProviderVersion(String) to indicate that the provider version should take its default value.
See Also:

MQJMS_PUT_ASYNC_ALLOWED_AS_DEST

  1. static final int MQJMS_PUT_ASYNC_ALLOWED_AS_DEST
Deprecated.
This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can be made on this destination, if the underlying MQ queue or topic configuration allows it. If set on a destination which is used with an unidentified producer then the behaviour will be as MQJMS_PUT_ASYNC_ALLOWED_ENABLED for messages sent in a transacted session and MQJMS_PUT_ASYNC_ALLOWED_DISABLED for all other cases.
See Also:

MQJMS_PUT_ASYNC_ALLOWED_AS_Q_DEF

  1. static final int MQJMS_PUT_ASYNC_ALLOWED_AS_Q_DEF
Deprecated.
This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can be made on this destination, if the underlying MQ queue configuration allows it. If set on a queue which is used with an unidentified producer then the behaviour will be as MQJMS_PUT_ASYNC_ALLOWED_ENABLED for messages sent in a transacted session and MQJMS_PUT_ASYNC_ALLOWED_DISABLED for all other cases.
See Also:

MQJMS_PUT_ASYNC_ALLOWED_AS_TOPIC_DEF

  1. static final int MQJMS_PUT_ASYNC_ALLOWED_AS_TOPIC_DEF
Deprecated.
This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can be made on this destination, if the underlying MQ topic configuration allows it. If set on a topic which is used with an unidentified producer then the behaviour will be as MQJMS_PUT_ASYNC_ALLOWED_ENABLED for messages sent in a transacted session and MQJMS_PUT_ASYNC_ALLOWED_DISABLED for all other cases.
See Also:

MQJMS_PUT_ASYNC_ALLOWED_DISABLED

  1. static final int MQJMS_PUT_ASYNC_ALLOWED_DISABLED
Deprecated.
This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can not be made on this destination.
See Also:

MQJMS_PUT_ASYNC_ALLOWED_ENABLED

  1. static final int MQJMS_PUT_ASYNC_ALLOWED_ENABLED
Deprecated.
This parameter can be passed to MQDestination.setPutAsyncAllowed(int) to indicate that asynchronous sends can be made on this destination.
See Also:

MQJMS_READ_AHEAD_ALLOWED_AS_DEST

  1. static final int MQJMS_READ_AHEAD_ALLOWED_AS_DEST
Deprecated.
This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can be used on this destination, if the underlying MQ queue or topic configuration allows it.
See Also:

MQJMS_READ_AHEAD_ALLOWED_AS_Q_DEF

  1. static final int MQJMS_READ_AHEAD_ALLOWED_AS_Q_DEF
Deprecated.
This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can be used on this destination, if the underlying MQ queue configuration allows it.
See Also:

MQJMS_READ_AHEAD_ALLOWED_AS_TOPIC_DEF

  1. static final int MQJMS_READ_AHEAD_ALLOWED_AS_TOPIC_DEF
Deprecated.
This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can be used on this destination, if the underlying MQ topic configuration allows it.
See Also:

MQJMS_READ_AHEAD_ALLOWED_DISABLED

  1. static final int MQJMS_READ_AHEAD_ALLOWED_DISABLED
Deprecated.
This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can not be used on this destination.
See Also:

MQJMS_READ_AHEAD_ALLOWED_ENABLED

  1. static final int MQJMS_READ_AHEAD_ALLOWED_ENABLED
Deprecated.
This parameter can be passed to MQDestination.setReadAheadAllowed(int) to indicate that read ahead can be used on this destination.
See Also:

MQJMS_READ_AHEAD_DELIVERCURRENT

  1. static final int MQJMS_READ_AHEAD_DELIVERCURRENT
Deprecated.
This parameter can be passed to MQDestination.setReadAheadClosePolicy(int) to indicate how an asynchronous consumer should close down when using a read ahead buffer.
See Also:

MQJMS_REPLYTO_STYLE_DEFAULT

  1. static final int MQJMS_REPLYTO_STYLE_DEFAULT
Deprecated.
This parameter can be passed to MQQueue.setJMSReplyToStyle(int) to indicate that the JMSReplyTo should take the default behavior, equivalent to setting the value to MQJMS_REPLYTO_STYLE_MQMD_VALUES
See Also:

MQJMS_REPLYTO_STYLE_MQMD_VALUES

  1. static final int MQJMS_REPLYTO_STYLE_MQMD_VALUES
Deprecated.
This parameter can be passed to MQQueue.setJMSReplyToStyle(int) to indicate that the JMSReplyTo should include the MQQueueManager value from the message MQMD header
See Also:

MQJMS_REPLYTO_STYLE_RFH2_VALUES

  1. static final int MQJMS_REPLYTO_STYLE_RFH2_VALUES
Deprecated.
This parameter can be passed to MQQueue.setJMSReplyToStyle(int) to indicate that the JMSReplyTo should be the value present in the message RFH2 header
See Also:

MQJMS_READ_AHEAD_DELIVERALL

  1. static final int MQJMS_READ_AHEAD_DELIVERALL
Deprecated.
See Also:

MQJMS_SHARE_CONV_ALLOWED_DISABLED

  1. static final int MQJMS_SHARE_CONV_ALLOWED_DISABLED
Deprecated.
This parameter can be passed to MQConnectionFactory.setShareConvAllowed(int) to indicate that client connections will not be shared.
See Also:

MQJMS_SHARE_CONV_ALLOWED_ENABLED

  1. static final int MQJMS_SHARE_CONV_ALLOWED_ENABLED
Deprecated.
This parameter can be passed to MQConnectionFactory.setShareConvAllowed(int) to indicate that client connections will be shared.
See Also:

MQJMS_SUBSTORE_BROKER

  1. static final int MQJMS_SUBSTORE_BROKER
Deprecated.
This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Broker subscription store will be used to hold details of subscriptions.
See Also:

MQJMS_SUBSTORE_MIGRATE

  1. static final int MQJMS_SUBSTORE_MIGRATE
Deprecated.
This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Migrate subscription store will be used to hold details of subscriptions.
See Also:

MQJMS_SUBSTORE_QUEUE

  1. static final int MQJMS_SUBSTORE_QUEUE
Deprecated.
This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Queue subscription store will be used to hold details of subscriptions.
See Also:

MQJMS_TP_BINDINGS_MQ

  1. static final int MQJMS_TP_BINDINGS_MQ
Deprecated.
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to the queue manager in bindings mode.
See Also:

MQJMS_TP_CLIENT_MQ_TCPIP

  1. static final int MQJMS_TP_CLIENT_MQ_TCPIP
Deprecated.
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to the queue manager in client TCP/IP mode.
See Also:

MQJMS_TP_DIRECT_HTTP

  1. static final int MQJMS_TP_DIRECT_HTTP
Deprecated.
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should use HTTP tunnelling on a real-time connection to a broker. See the broker documentation for more details of this connection mode.
See Also:

MQJMS_TP_DIRECT_TCPIP

  1. static final int MQJMS_TP_DIRECT_TCPIP
Deprecated.
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to a real-time broker in TCP/IP mode. See the broker documentation for more details of this connection mode.
See Also:

MQJMS_TP_BINDINGS_THEN_CLIENT

  1. static final int MQJMS_TP_BINDINGS_THEN_CLIENT
Deprecated.
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to a the queue manager in bindings mode, and if this fails with a QueueManager Name error or QueueManager not available, then it should retry with client mode. Suitable settings should be present on the connection factory for client connections. This should only be used within the context of the JCA RA.
See Also:

MQJMS_WILDCARD_TOPIC_ONLY

  1. static final int MQJMS_WILDCARD_TOPIC_ONLY
Deprecated.
This parameter can be passed to MQConnectionFactory.setWildcardFormat(int) or MQDestination.setWildcardFormat(int) to indicate how to interpret wildcards in topic strings.
See Also:

MQJMS_WILDCARD_CHAR_ONLY

  1. static final int MQJMS_WILDCARD_CHAR_ONLY
Deprecated.
This parameter can be passed to MQConnectionFactory.setWildcardFormat(int) or MQDestination.setWildcardFormat(int) to indicate how to interpret wildcards in topic strings.
See Also:

MQRCCF_ALREADY_JOINED

  1. static final int MQRCCF_ALREADY_JOINED
Deprecated.
This reason code is returned by a broker to indicate that the identity already has an entry for this subscription. A Join registration option was specified but the subscriber identity was already a member of the subscription's identity set. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_DUPLICATE_IDENTITY

  1. static final int MQRCCF_DUPLICATE_IDENTITY
Deprecated.
This reason code is returned by a broker to indicate that the publisher or subscriber identity is already assigned to another user ID. A given identity can only be assigned to one user ID at a time. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_DUPLICATE_SUBSCRIPTION

  1. static final int MQRCCF_DUPLICATE_SUBSCRIPTION
Deprecated.
This reason code is returned by a broker to indicate that a matching subscription already exists. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_NOT_AUTHORIZED

  1. static final int MQRCCF_NOT_AUTHORIZED
Deprecated.
This reason code is returned by a broker to indicate that the subscriber has insufficient authority. To receive publications a subscriber application needs both browse and get authority for the queue that it is subscribing to, and put authority for the queue that broker commands are to be sent to. Subscriptions are rejected if the subscriber does not have both authorities. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_NOT_REGISTERED

  1. static final int MQRCCF_NOT_REGISTERED
Deprecated.
This reason code is returned by a broker to indicate that the subscriber or publisher is not registered. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_REG_OPTIONS_ERROR

  1. static final int MQRCCF_REG_OPTIONS_ERROR
Deprecated.
This reason code is returned by a broker to indicate that incorrect registration options have been supplied. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_SUB_IDENTITY_ERROR

  1. static final int MQRCCF_SUB_IDENTITY_ERROR
Deprecated.
This reason code is returned by a broker to indicate that the subscription identity parameter is in error. Either the supplied value exceeds the maximum length allowed or the subscription identity is not currently a member of the subscription's identity set and a Join registration option was not specified. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_SUB_NAME_ERROR

  1. static final int MQRCCF_SUB_NAME_ERROR
Deprecated.
This reason code is returned by a broker to indicate that the subscription name parameter is not valid. Either the subscription name is not of a valid format or a matching subscription already exists with no subscription name. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_SUBSCRIPTION_IN_USE

  1. static final int MQRCCF_SUBSCRIPTION_IN_USE
Deprecated.
This reason code is returned by a broker to indicate that the subscription is in use. An attempt to modify or deregister a subscription was attempted by a member of the identity set when they were not the only member of this set. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_SUBSCRIPTION_LOCKED

  1. static final int MQRCCF_SUBSCRIPTION_LOCKED
Deprecated.
This reason code is returned by a broker to indicate that the subscription is currently exclusively locked by another identity. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

MQRCCF_TOPIC_ERROR

  1. static final int MQRCCF_TOPIC_ERROR
Deprecated.
This reason code is returned by a broker to indicate that the topic name has an invalid length or contains invalid characters. Note that wildcard topic names are not allowed for Register Publisher and Publish commands. See WebSphere MQ Publish/Subscribe User's Guide for more information on this error code.
See Also:

PS_CONTROL_QUEUE

  1. static final java.lang.String PS_CONTROL_QUEUE
Deprecated.
Default name for the broker control queue. This can be changed using MQConnectionFactory.setBrokerControlQueue(String).
See Also:

PS_DEF_D_SHARED_QUEUE

  1. static final java.lang.String PS_DEF_D_SHARED_QUEUE
Deprecated.
Default name for the JMS durable subscriber queue. This can be altered using MQTopic.setBrokerDurSubQueue(String).
See Also:

PS_DEF_ND_SHARED_QUEUE

  1. static final java.lang.String PS_DEF_ND_SHARED_QUEUE
Deprecated.
Default name for the JMS nondurable subscriber queue. This can be altered using MQConnectionFactory.setBrokerSubQueue(String).
See Also:

PS_DEFAULT_STREAM_QUEUE

  1. static final java.lang.String PS_DEFAULT_STREAM_QUEUE
Deprecated.
Default name for the broker publication queue. This can be changed using MQConnectionFactory.setBrokerPubQueue(String).
See Also: