public interface MQC
MQQueue queue;
...
queue.closeOptions = MQC.MQCO_DELETE; // delete the queue when it is closed
...
Note that it is preferable to use the com.ibm.mq.MQConstants interface to refer to constants that are
defined by the WMQ product.
MQC should only be used for constants that are supplied in the MQQueueManager constructor| Modifier and Type | Field and Description |
|---|---|
static int |
ASSOCIATE_ALL
This value can be defined in the MQEnvironment to indicate that the
MQQueueManagerobject being created can be shared within the context of the Java Virtual
Machine. |
static int |
ASSOCIATE_NONE
This value can be defined in the MQEnvironment to indicate that the
MQQueueManagerobject being created will not be available for sharing within any context. |
static int |
ASSOCIATE_THREAD
This value can be defined in the MQEnvironment to indicate that the
MQQueueManagerobject being created can be shared within the context of the currently executing
thread. |
static java.lang.String |
CCSID_PROPERTY
WebSphere MQ Java environment key for defining the CCSID, the coded-character-set-ID to be used
on connections.
|
static java.lang.String |
CHANNEL_PROPERTY
WebSphere MQ Java environment key for defining the channel name.
|
static java.lang.String |
CHANNEL_RECEIVE_EXIT_PROPERTY
WebSphere MQ Java environment key for defining a channel receive exit.
|
static java.lang.String |
CHANNEL_RECEIVE_EXIT_USER_DATA_PROPERTY
WebSphere MQ Java environment key for defining a channel receive exit user data.
|
static java.lang.String |
CHANNEL_SECURITY_EXIT_PROPERTY
WebSphere MQ Java environment key for defining a channel security exit.
|
static java.lang.String |
CHANNEL_SECURITY_EXIT_USER_DATA_PROPERTY
WebSphere MQ Java environment key for defining a channel security exit user data.
|
static java.lang.String |
CHANNEL_SEND_EXIT_PROPERTY
WebSphere MQ Java environment key for defining a channel send exit.
|
static java.lang.String |
CHANNEL_SEND_EXIT_USER_DATA_PROPERTY
WebSphere MQ Java environment key for defining a channel send exit user data.
|
static java.lang.String |
CONNECT_OPTIONS_PROPERTY
WebSphere MQ Java environment key for defining the connect options.
|
static java.lang.String |
CONNECTION_PROPERTY_OVERRIDE |
static java.lang.String |
CONNTAG_PROPERTY
WebSphere MQ Java environment key for defining the connection tag.
|
static java.lang.String |
EXIT_CLASSPATH_PROPERTY
WebSphere MQ Java environment key for defining additional class path information for the system
property com.ibm.mq.exitClasspath used when classloading Java exits.
|
static int |
HDRCOMPLIST_LENGTH
The maximum length of the list of header compression techniques which can be set.
|
static java.lang.String |
HEADER_COMPRESSION_PROPERTY
WebSphere MQ Java environment key for specifying compression techniques (in order of
preference) to be applied to message header data.
|
static java.lang.String |
HOST_NAME_PROPERTY
The WebSphere MQ Java environment key for defining the host name property.
|
static java.lang.String |
INSERT_PROPERTY_OVERRIDE_LIST |
static java.lang.String |
LOCAL_ADDRESS_PROPERTY
WebSphere MQ Java environment key for defining firewall local address property.
|
static java.lang.String |
MESSAGE_COMPRESSION_PROPERTY
WebSphere MQ Java environment key for specifying compression techniques (in order of
preference) to be applied to message data.
|
static int |
MQ_ACCOUNTING_TOKEN_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_ACCOUNTING_TOKEN_LENGTH |
static int |
MQ_APPL_IDENTITY_DATA_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_APPL_IDENTITY_DATA_LENGTH |
static int |
MQ_APPL_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_APPL_NAME_LENGTH |
static int |
MQ_APPL_ORIGIN_DATA_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_APPL_ORIGIN_DATA_LENGTH |
static int |
MQ_CHANNEL_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_CHANNEL_NAME_LENGTH |
static int |
MQ_CONN_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_CONN_NAME_LENGTH |
static int |
MQ_CONN_TAG_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_CONN_TAG_LENGTH |
static int |
MQ_CORREL_ID_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_CORREL_ID_LENGTH |
static int |
MQ_EXIT_DATA_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_EXIT_DATA_LENGTH |
static int |
MQ_EXIT_NAME_LENGTH
This defines the length of the exit name.
|
static int |
MQ_EXIT_USER_AREA_LENGTH
This defines the length of the exit user area.
|
static int |
MQ_FORMAT_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_FORMAT_LENGTH |
static int |
MQ_GROUP_ID_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_GROUP_ID_LENGTH |
static int |
MQ_MSG_HEADER_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_MSG_HEADER_LENGTH |
static int |
MQ_MSG_ID_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_MSG_ID_LENGTH |
static int |
MQ_MSG_TOKEN_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_MSG_TOKEN_LENGTH |
static int |
MQ_NAMELIST_DESC_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_NAMELIST_DESC_LENGTH |
static int |
MQ_NAMELIST_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_NAMELIST_NAME_LENGTH |
static int |
MQ_PASSWORD_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_PASSWORD_LENGTH |
static int |
MQ_PROCESS_APPL_ID_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_PROCESS_APPL_ID_LENGTH |
static int |
MQ_PROCESS_DESC_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_PROCESS_DESC_LENGTH |
static int |
MQ_PROCESS_ENV_DATA_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_PROCESS_ENV_DATA_LENGTH |
static int |
MQ_PROCESS_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_PROCESS_NAME_LENGTH |
static int |
MQ_PROCESS_USER_DATA_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_PROCESS_USER_DATA_LENGTH |
static int |
MQ_PUT_APPL_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_PUT_APPL_NAME_LENGTH |
static int |
MQ_Q_DESC_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_Q_DESC_LENGTH |
static int |
MQ_Q_MGR_DESC_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_Q_MGR_DESC_LENGTH |
static int |
MQ_Q_MGR_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_Q_MGR_NAME_LENGTH |
static int |
MQ_Q_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_Q_NAME_LENGTH |
static java.lang.String |
MQ_QMGR_ASSOCIATION_PROPERTY
WebSphere MQ Java environment key for defining whether an
object can be shared within a specified context. |
static int |
MQ_QSG_NAME_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_QSG_NAME_LENGTH |
static int |
MQ_SECURITY_ID_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_SECURITY_ID_LENGTH |
static int |
MQ_STORAGE_CLASS_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_STORAGE_CLASS_LENGTH |
static int |
MQ_TRIGGER_DATA_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_TRIGGER_DATA_LENGTH |
static int |
MQ_USER_ID_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQ_USER_ID_LENGTH |
static byte[] |
MQACT_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_CICS_LUOW_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_DOS_DEFAULT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_NT_SECURITY_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_OS2_DEFAULT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_OS400_ACCOUNT_TOKEN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_UNIX_NUMERIC_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_UNKNOWN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_USER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQACTT_WINDOWS_DEFAULT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_AIX
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_CICS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_CICS_BRIDGE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_CICS_VSE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_DEFAULT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_DOS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_GUARDIAN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_IMS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_IMS_BRIDGE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_JAVA
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_MVS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_NO_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_NOTES_AGENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_NSK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_OS2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_OS400
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_QMGR
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_UNIX
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_UNKNOWN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_USER_FIRST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_USER_LAST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_VMS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_VOS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_WINDOWS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_WINDOWS_NT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQAT_XCF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQBND_BIND_NOT_FIXED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQBND_BIND_ON_OPEN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_ALTERATION_DATE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_ALTERATION_TIME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_APPL_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_AUTH_INFO_CONN_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_AUTH_INFO_DESC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_AUTH_INFO_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_BACKOUT_REQ_Q_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_BASE_Q_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CF_STRUC_DESC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CF_STRUC_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CHANNEL_AUTO_DEF_EXIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CLUSTER_DATE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CLUSTER_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CLUSTER_NAMELIST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CLUSTER_Q_MGR_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CLUSTER_TIME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CLUSTER_WORKLOAD_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CLUSTER_WORKLOAD_EXIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_COMMAND_INPUT_Q_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_COMMAND_REPLY_Q_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CREATION_DATE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_CREATION_TIME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_DEAD_LETTER_Q_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_DEF_XMIT_Q_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_ENV_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_FIRST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_IGQ_USER_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_INITIATION_Q_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_LAST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_LAST_USED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_LDAP_PASSWORD
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_LDAP_USER_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_NAMELIST_DESC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_NAMELIST_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_NAMES
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_PROCESS_DESC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_PROCESS_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_Q_DESC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_Q_MGR_DESC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_Q_MGR_IDENTIFIER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_Q_MGR_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_Q_NAME
This character attribute selector is used with an MQINQ call to determine the name of a queue
defined on the local queue manager.
|
static int |
MQCA_QSG_NAME
This character attribute selector is used with an MQINQ call to determine the name of a queue
sharing group to which the local queue manager belongs.
|
static int |
MQCA_REMOTE_Q_MGR_NAME
This character attribute selector is used with an MQINQ call to determine the name of the
remote queue manager on which the queue RemoteQName is defined.
|
static int |
MQCA_REMOTE_Q_NAME
This character attribute selector is used with an MQINQ call to determine the name of the queue
as it is known on the remote queue manager RemoteQMgrName.
|
static int |
MQCA_REPOSITORY_NAME
This character attribute selector is used with an MQINQ call to determine the name of a cluster
for which this queue manager provides a repository-manager service.
|
static int |
MQCA_REPOSITORY_NAMELIST
This character attribute selector is used with an MQINQ call to determine the name of a
namelist object that contains the names of clusters for which this queue manager provides a
repository-manager service.
|
static int |
MQCA_SSL_CRL_NAMELIST
This character attribute selector is used with an MQINQ call to determine the name of the
namelist object containing names of authentication information objects.
|
static int |
MQCA_SSL_CRYPTO_HARDWARE
This character attribute selector is used with an MQINQ call to determine the cryptographic
hardware configuration string.
|
static int |
MQCA_STORAGE_CLASS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_STORAGE_CLASS_DESC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_TRIGGER_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_USER_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_XCF_GROUP_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_XCF_MEMBER_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCA_XMIT_Q_NAME
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCCSI_DEFAULT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCCSI_INHERIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCCSI_Q_MGR
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCF_DIST_LISTS
This flag indicates that distribution lists are supported by the local queue manager.
|
static byte[] |
MQCI_NEW_SESSION
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte[] |
MQCI_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQCI_NONE_STRING
No correlation ID is specified.
|
static int |
MQCMDL_LEVEL_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_101
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_110
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_114
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_120
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_200
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_201
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_210
This indicates that level 2.10 of system control commands are supported by the queue manager.
|
static int |
MQCMDL_LEVEL_221
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_230
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_320
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_500
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_510
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_520
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_530
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_531
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_600
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_700
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCMDL_LEVEL_701
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_ALL_CONVS_SHARE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_FASTPATH_BINDING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_ISOLATED_BINDING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_NO_CONV_SHARING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_RESTRICT_CONN_TAG_Q_MGR
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_RESTRICT_CONN_TAG_QSG
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_SERIALIZE_CONN_TAG_Q_MGR
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_SERIALIZE_CONN_TAG_QSG
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_SHARED_BINDING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_STANDARD_BINDING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_VERSION_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_VERSION_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_VERSION_3
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_VERSION_4
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCNO_VERSION_5
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCO_DELETE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCO_DELETE_PURGE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCO_IMMEDIATE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCO_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCO_QUIESCE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCOMPRESS_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCOMPRESS_RLE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCOMPRESS_SYSTEM
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCOMPRESS_ZLIBFAST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCOMPRESS_ZLIBHIGH
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCSP_AUTH_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCSP_AUTH_USER_ID_AND_PWD
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQCSP_VERSION_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte[] |
MQCT_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static char[] |
MQCT_NONE_ARRAY
MQCT_NONE can be used when no connection tag is required.
|
static int |
MQDL_NOT_SUPPORTED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQDL_SUPPORTED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQEI_UNLIMITED
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQENC_DECIMAL_MASK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_DECIMAL_NORMAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_DECIMAL_REVERSED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_DECIMAL_UNDEFINED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_FLOAT_IEEE_NORMAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_FLOAT_IEEE_REVERSED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_FLOAT_MASK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_FLOAT_S390
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_FLOAT_TNS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_FLOAT_UNDEFINED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_INTEGER_MASK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_INTEGER_NORMAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_INTEGER_REVERSED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_INTEGER_UNDEFINED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_NATIVE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQENC_RESERVED_MASK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_ACTIVITY
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_APPL_CANNOT_BE_STARTED
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_APPL_FIRST
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_APPL_LAST
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_APPL_TYPE_ERROR
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_BUFFER_OVERFLOW
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_COA
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_COD
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_DATA_LENGTH_NEGATIVE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_DATA_LENGTH_TOO_BIG
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_DATA_LENGTH_ZERO
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_EXPIRATION
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_IIH_ERROR
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_LENGTH_OFF_BY_ONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_MAX_ACTIVITIES
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_NAN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_NONE
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_NOT_DELIVERED
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_NOT_FORWARDED
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_PAN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_QUIT
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_STOPPED_BY_MSG_EXIT
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_SYSTEM_FIRST
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_SYSTEM_LAST
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_TM_ERROR
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_UNSUPPORTED_DELIVERY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQFB_UNSUPPORTED_FORWARDING
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQFB_XMIT_Q_MSG_ERROR
Deprecated.
Since WMQ 7.0.0.0
|
static java.lang.String |
MQFMT_ADMIN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_CICS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_COMMAND_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_COMMAND_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_DEAD_LETTER_HEADER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_DIST_HEADER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_IMS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_IMS_VAR_STRING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_MD_EXTENSION
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_PCF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_REF_MSG_HEADER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_RF_HEADER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_RF_HEADER_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_RF_HEADER_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_STRING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_TRIGGER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQFMT_XMIT_Q_HEADER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte[] |
MQGI_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQGI_NONE_STRING
No group identifier is specified.
|
static int |
MQGMO_ACCEPT_TRUNCATED_MSG
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_ACCEPT_TRUNCATED_MSG |
static int |
MQGMO_ALL_MSGS_AVAILABLE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_ALL_SEGMENTS_AVAILABLE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_BROWSE_FIRST
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_BROWSE_FIRST |
static int |
MQGMO_BROWSE_MSG_UNDER_CURSOR
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_BROWSE_MSG_UNDER_CURSOR |
static int |
MQGMO_BROWSE_NEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_BROWSE_NEXT |
static int |
MQGMO_COMPLETE_MSG
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_CONVERT
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_CONVERT |
static int |
MQGMO_FAIL_IF_QUIESCING
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_FAIL_IF_QUIESCING |
static int |
MQGMO_LOCK
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_LOCK |
static int |
MQGMO_LOGICAL_ORDER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_MARK_SKIP_BACKOUT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_MSG_UNDER_CURSOR
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_MSG_UNDER_CURSOR |
static int |
MQGMO_NO_SYNCPOINT
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_NO_SYNCPOINT |
static int |
MQGMO_NO_WAIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_NO_WAIT |
static int |
MQGMO_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_NONE |
static int |
MQGMO_SYNCPOINT
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_SYNCPOINT |
static int |
MQGMO_SYNCPOINT_IF_PERSISTENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_UNLOCK
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_UNLOCK |
static int |
MQGMO_VERSION_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_VERSION_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_VERSION_3
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQGMO_WAIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQGMO_WAIT |
static char |
MQGS_LAST_MSG_IN_GROUP
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static char |
MQGS_MSG_IN_GROUP
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static char |
MQGS_NOT_IN_GROUP
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_ACCOUNTING_CONN_OVERRIDE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_ACCOUNTING_INTERVAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_ACCOUNTING_MQI
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_ACCOUNTING_Q
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_APPL_TYPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_ARCHIVE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_AUTH_INFO_TYPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_AUTHORITY_EVENT
This integer attribute selector is used with an MQINQ call to determine whether authorization
(Not Authorized) events are generated.
|
static int |
MQIA_BACKOUT_THRESHOLD
This integer attribute selector is used with an MQINQ call to determine the backout threshold.
|
static int |
MQIA_CHANNEL_AUTO_DEF
This integer attribute selector is used with an MQINQ call to determine the automatic
definition of channels of type MQCHT_RECEIVER and MQCHT_SVRCONN.
|
static int |
MQIA_CHANNEL_AUTO_DEF_EVENT
This integer attribute selector is used with an MQINQ call to determine whether channel
automatic-definition events are generated.
|
static int |
MQIA_CHANNEL_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_CLUSTER_Q_TYPE
This integer attribute selector is used with an MQINQ call to determine the cluster queue type.
|
static int |
MQIA_CLUSTER_WORKLOAD_LENGTH
This integer attribute selector is used with an MQINQ call to determine the maximum length of
message data that is passed to the cluster workload exit.
|
static int |
MQIA_CLWL_MRU_CHANNELS
This integer attribute selector is used with an MQINQ call to determine the maximum number of
allowed active outbound channels that are not allowed.
|
static int |
MQIA_CLWL_Q_PRIORITY
This integer attribute selector is used with an MQINQ call to determine the priority of a queue
for cluster workload management purposes.
|
static int |
MQIA_CLWL_Q_RANK
This integer attribute selector is used with an MQINQ call to determine the rank of a queue for
cluster workload management purposes.
|
static int |
MQIA_CLWL_USEQ
This integer attribute selector is used with an MQINQ call to determine the behavior of a put
when the target queue has both a local instance and at least one remote cluster instance.
|
static int |
MQIA_CODED_CHAR_SET_ID
This integer attribute selector is used with an MQINQ call to determine the character set used
by the queue manager for all character string fields.
|
static int |
MQIA_COMMAND_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_COMMAND_LEVEL
This integer attribute selector is used with an MQINQ call to determine the level of system
control commands supported by the queue manager.
|
static int |
MQIA_CONFIGURATION_EVENT
This integer attribute selector is used with an MQINQ call to determine whether configuration
events are generated.
|
static int |
MQIA_CURRENT_Q_DEPTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_DEF_BIND
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_DEF_INPUT_OPEN_OPTION
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_DEF_PERSISTENCE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_DEF_PRIORITY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_DEF_PUT_RESPONSE_TYPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_DEFINITION_TYPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_DIST_LISTS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_EXPIRY_INTERVAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_FIRST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_HARDEN_GET_BACKOUT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_HIGH_Q_DEPTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_IGQ_PUT_AUTHORITY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_INDEX_TYPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_INHIBIT_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_INHIBIT_GET
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_INHIBIT_PUT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_INTRA_GROUP_QUEUING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_LAST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_LAST_USED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_LOCAL_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_MAX_HANDLES
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_MAX_MSG_LENGTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_MAX_PRIORITY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_MAX_Q_DEPTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_MAX_UNCOMMITTED_MSGS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_MSG_DELIVERY_SEQUENCE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_MSG_DEQ_COUNT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_MSG_ENQ_COUNT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_NAME_COUNT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_NAMELIST_TYPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_NPM_CLASS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_OPEN_INPUT_COUNT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_OPEN_OUTPUT_COUNT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_PERFORMANCE_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_PLATFORM
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_Q_DEPTH_HIGH_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_Q_DEPTH_HIGH_LIMIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_Q_DEPTH_LOW_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_Q_DEPTH_LOW_LIMIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_Q_DEPTH_MAX_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_Q_SERVICE_INTERVAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_Q_SERVICE_INTERVAL_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_Q_TYPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_QSG_DISP
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_REMOTE_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_RETENTION_INTERVAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_SCOPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_SHAREABILITY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_SSL_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_SSL_FIPS_REQUIRED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_SSL_RESET_COUNT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_SSL_TASKS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_START_STOP_EVENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_STATISTICS_AUTO_CLUSSDR
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_STATISTICS_CHANNEL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_STATISTICS_INTERVAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_STATISTICS_MQI
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_STATISTICS_Q
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_SYNCPOINT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_TIME_SINCE_RESET
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_TRACE_ROUTE_RECORDING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_TRIGGER_CONTROL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_TRIGGER_DEPTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_TRIGGER_INTERVAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_TRIGGER_MSG_PRIORITY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_TRIGGER_TYPE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIA_USAGE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIAV_NOT_APPLICABLE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQIAV_UNDEFINED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMD_VERSION_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMD_VERSION_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMDS_FIFO
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMDS_PRIORITY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_ACCEPT_UNSUP_IF_XMIT_MASK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_ACCEPT_UNSUP_MASK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_LAST_MSG_IN_GROUP
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_LAST_SEGMENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_MSG_IN_GROUP
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_REJECT_UNSUP_MASK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_SEGMENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_SEGMENTATION_ALLOWED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMF_SEGMENTATION_INHIBITED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte[] |
MQMI_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMO_MATCH_CORREL_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMO_MATCH_GROUP_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMO_MATCH_MSG_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMO_MATCH_MSG_SEQ_NUMBER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMO_MATCH_MSG_TOKEN
The message to be retrieved must have a message token that matches the value of the MsgToken
field in the MQGMO structure specified on the MQGET call.
|
static int |
MQMO_MATCH_OFFSET
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMO_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQMT_APPL_FIRST
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQMT_APPL_LAST
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQMT_DATAGRAM
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQMT_REPLY
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQMT_REPORT
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQMT_REQUEST
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQMT_SYSTEM_FIRST
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQMT_SYSTEM_LAST
Deprecated.
Since WMQ 7.0.0.0
|
static byte[] |
MQMTOK_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOL_UNDEFINED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_ALTERNATE_USER_AUTHORITY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_BIND_AS_Q_DEF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_BIND_NOT_FIXED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_BIND_ON_OPEN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_BROWSE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_CO_OP
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_FAIL_IF_QUIESCING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_INPUT_AS_Q_DEF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_INPUT_EXCLUSIVE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_INPUT_SHARED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_INQUIRE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_NO_READ_AHEAD
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_OUTPUT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_PASS_ALL_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_PASS_IDENTITY_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_READ_AHEAD
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_READ_AHEAD_AS_Q_DEF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_RESOLVE_LOCAL_Q
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_SAVE_ALL_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_SET
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_SET_ALL_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOO_SET_IDENTITY_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQOT_ALIAS_Q
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_ALL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_AUTH_INFO
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_CF_STRUC
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_CLNTCONN_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_CURRENT_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_LOCAL_Q
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_MODEL_Q
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_NAMELIST
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_PROCESS
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_Q
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_Q_MGR
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_RECEIVER_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_REMOTE_Q
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_REQUESTER_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_RESERVED_1
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_SAVED_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_SENDER_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_SERVER_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_STORAGE_CLASS
Deprecated.
- use the value from
MQConstants |
static int |
MQOT_SVRCONN_CHANNEL
Deprecated.
- use the value from
MQConstants |
static int |
MQPER_NOT_PERSISTENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPER_PERSISTENCE_AS_Q_DEF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPER_PERSISTENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPL_AIX
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPL_MVS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPL_NSK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPL_OS2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPL_OS400
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPL_UNIX
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPL_WINDOWS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPL_WINDOWS_NT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_ALTERNATE_USER_AUTHORITY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_ASYNC_RESPONSE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_DEFAULT_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_FAIL_IF_QUIESCING
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_LOGICAL_ORDER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_NEW_CORREL_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_NEW_MSG_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_NO_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_NO_SYNCPOINT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_PASS_ALL_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_PASS_IDENTITY_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_RESOLVE_LOCAL_Q
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_RESPONSE_AS_Q_DEF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_RESPONSE_AS_TOPIC_DEF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_SET_ALL_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_SET_IDENTITY_CONTEXT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_SYNC_RESPONSE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_SYNCPOINT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_VERSION_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMO_VERSION_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMRF_ACCOUNTING_TOKEN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMRF_CORREL_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMRF_FEEDBACK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMRF_GROUP_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMRF_MSG_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPMRF_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQPRI_PRIORITY_AS_Q_DEF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQA_BACKOUT_HARDENED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQA_BACKOUT_NOT_HARDENED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQA_GET_ALLOWED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQA_GET_INHIBITED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQA_NOT_SHAREABLE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQA_PUT_ALLOWED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQA_PUT_INHIBITED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQA_SHAREABLE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQDT_PERMANENT_DYNAMIC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQDT_PREDEFINED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQDT_TEMPORARY_DYNAMIC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQT_ALIAS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQT_CLUSTER
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQT_LOCAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQT_MODEL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQQT_REMOTE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRFH_NO_FLAGS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static java.lang.String |
MQRFH_STRUC_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRFH_STRUC_LENGTH_FIXED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRFH_STRUC_LENGTH_FIXED_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRFH_VERSION_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRFH_VERSION_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRL_UNDEFINED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRO_ACCEPT_UNSUP_IF_XMIT_MASK
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQRO_ACCEPT_UNSUP_MASK
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQRO_ACTIVITY
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQRO_COA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_COA |
static int |
MQRO_COA_WITH_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_COA_WITH_DATA |
static int |
MQRO_COA_WITH_FULL_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_COA_WITH_FULL_DATA |
static int |
MQRO_COD
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_COD |
static int |
MQRO_COD_WITH_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_COD_WITH_DATA |
static int |
MQRO_COD_WITH_FULL_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_COD_WITH_FULL_DATA |
static int |
MQRO_COPY_MSG_ID_TO_CORREL_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_COPY_MSG_ID_TO_CORREL_ID |
static int |
MQRO_DEAD_LETTER_Q
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_DEAD_LETTER_Q |
static int |
MQRO_DISCARD_MSG
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_DISCARD_MSG |
static int |
MQRO_EXCEPTION
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_EXCEPTION |
static int |
MQRO_EXCEPTION_WITH_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_EXCEPTION_WITH_DATA |
static int |
MQRO_EXCEPTION_WITH_FULL_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_EXCEPTION_WITH_FULL_DATA |
static int |
MQRO_EXPIRATION
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_EXPIRATION |
static int |
MQRO_EXPIRATION_WITH_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_EXPIRATION_WITH_DATA |
static int |
MQRO_EXPIRATION_WITH_FULL_DATA
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_EXPIRATION_WITH_FULL_DATA |
static int |
MQRO_NAN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRO_NEW_MSG_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_NEW_MSG_ID |
static int |
MQRO_NONE
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQRO_PAN
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQRO_PASS_CORREL_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_PASS_CORREL_ID |
static int |
MQRO_PASS_DISCARD_AND_EXPIRY
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_PASS_DISCARD_AND_EXPIRY |
static int |
MQRO_PASS_MSG_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQRO_PASS_MSG_ID |
static int |
MQRO_REJECT_UNSUP_MASK
Deprecated.
Since WMQ 7.0.0.0
|
static int |
MQSCO_VERSION_1
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQSCO_VERSION_2
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static char |
MQSEG_ALLOWED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static char |
MQSEG_INHIBITED
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQSIDT_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static byte |
MQSIDT_NT_SECURITY_ID
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQSP_AVAILABLE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQSP_NOT_AVAILABLE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static char |
MQSS_LAST_SEGMENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static char |
MQSS_NOT_A_SEGMENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static char |
MQSS_SEGMENT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQTC_OFF
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQTC_ON
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQTT_DEPTH
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQTT_EVERY
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQTT_FIRST
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQTT_NONE
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQUS_NORMAL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQUS_TRANSMISSION
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQWI_UNLIMITED
Deprecated.
Since WMQ 7.0.0.0, replaced by
CMQC.MQWI_UNLIMITED |
static int |
MQXCC_CLOSE_CHANNEL
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXCC_OK
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXCC_SEND_AND_REQUEST_SEC_MSG
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXCC_SEND_SEC_MSG
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXCC_SUPPRESS_EXIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXCC_SUPPRESS_FUNCTION
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXR_INIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXR_INIT_SEC
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXR_SEC_MSG
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXR_SEC_PARMS
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXR_TERM
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXR_XMIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXT_CHANNEL_RCV_EXIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXT_CHANNEL_SEC_EXIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MQXT_CHANNEL_SEND_EXIT
Deprecated.
Since WMQ 7.0.0.0, replaced by
MQConstants |
static int |
MSGCOMPLIST_LENGTH
The maximum length of the list of message compression techniques which can be set.
|
static java.lang.String |
PASSWORD_PROPERTY
WebSphere MQ Java environment key for defining the password.
|
static java.lang.String |
PORT_PROPERTY
WebSphere MQ Java environment key for defining the port number.
|
static java.lang.String |
RECEIVE_EXIT_PROPERTY
Deprecated.
WebSphere MQ Java environment key for defining a channel receive exit. The
corresponding value must be an Object that implements
com.ibm.mq.MQReceiveExit. This property overrides
MQEnvironment.receiveExit.
|
static java.lang.String |
RECEIVE_EXIT_USER_DATA_PROPERTY
Deprecated.
WebSphere MQ Java environment key for defining a channel receive exit user data.
|
static java.lang.String |
SECURITY_EXIT_PROPERTY
Deprecated.
WebSphere MQ Java environment key for defining a channel security exit. The
corresponding value must be an Object that implements
com.ibm.mq.MQSecurityExit This property overrides
MQEnvironment.securityExit.
|
static java.lang.String |
SECURITY_EXIT_USER_DATA_PROPERTY
Deprecated.
WebSphere MQ Java environment key for defining a channel security exit user data.
|
static java.lang.String |
SEND_EXIT_PROPERTY
Deprecated.
WebSphere MQ Java environment key for defining a channel send exit. The
corresponding value must be an Object that implements
com.ibm.mq.MQSendExit. This property overrides MQEnvironment.sendExit.
|
static java.lang.String |
SEND_EXIT_USER_DATA_PROPERTY
Deprecated.
WebSphere MQ Java environment key for defining a channel send exit user data.
|
static java.lang.String |
SHARING_CONVERSATIONS_PROPERTY
WebSphere MQ Java environment key for defining the number of conversations on a connection.
|
static java.lang.String |
SSL_CERT_STORE_PROPERTY
WebSphere MQ Java environment key for defining the SSL certificate store.
|
static java.lang.String |
SSL_CIPHER_SUITE_PROPERTY
WebSphere MQ Java environment key for defining the name of the SSL cipher suite.
|
static java.lang.String |
SSL_FIPS_REQUIRED_PROPERTY
WebSphere MQ Java environment key for defining the SSL FIPS required flag.
|
static java.lang.String |
SSL_PEER_NAME_PROPERTY
WebSphere MQ Java environment key for defining the SSL peer name.
|
static java.lang.String |
SSL_RESET_COUNT_PROPERTY
WebSphere MQ Java environment key for defining the SSL key reset count.
|
static java.lang.String |
SSL_SOCKET_FACTORY_PROPERTY
WebSphere MQ Java environment key for defining the SSL socket factory.
|
static java.lang.String |
THREAD_AFFINITY
Deprecated.
|
static java.lang.String |
THREAD_AFFINITY_PROPERTY
WebSphere MQ Java environment key for defining thread affinity.
|
static java.lang.String |
TRANSPORT_MQSERIES
This value indicates that the mode of transport will be determined by the value of the hostname
property.
|
static java.lang.String |
TRANSPORT_MQSERIES_BINDINGS
This value indicates that the Java client will connect in Bindings mode.
|
static java.lang.String |
TRANSPORT_MQSERIES_CLIENT
This value indicates that the Java client will connect in Client mode.
|
static java.lang.String |
TRANSPORT_PROPERTY
WebSphere MQ Java environment key for defining the transport.
|
static java.lang.String |
USER_ID_PROPERTY
WebSphere MQ Java environment key for defining the user ID.
|
static final int MQGMO_WAIT
CMQC.MQGMO_WAITIf MQGET requests are inhibited, or MQGET requests become inhibited while waiting, the wait is canceled and the call completes with MQCC_FAILED and reason code MQRC_GET_INHIBITED, regardless of whether there are suitable messages on the queue.
static final int MQGMO_NO_WAIT
CMQC.MQGMO_NO_WAITstatic final int MQGMO_SYNCPOINT
CMQC.MQGMO_SYNCPOINTIf neither this option nor MQGMO_NO_SYNCPOINT is specified, the inclusion of the get request in unit-of-work protocols is determined by the environment:
static final int MQGMO_NO_SYNCPOINT
CMQC.MQGMO_NO_SYNCPOINTstatic final int MQGMO_BROWSE_FIRST
CMQC.MQGMO_BROWSE_FIRSTstatic final int MQGMO_BROWSE_NEXT
CMQC.MQGMO_BROWSE_NEXTSee WebSphere MQ Application Programming Reference for more information on this parameter.
static final int MQGMO_BROWSE_MSG_UNDER_CURSOR
CMQC.MQGMO_BROWSE_MSG_UNDER_CURSORThe message pointed to by the browse cursor is the one that was last retrieved using either the MQGMO_BROWSE_FIRST or the MQGMO_BROWSE_NEXT option. The call fails if neither of these calls have been issued for this queue since it was opened, or if the message that was under the browse cursor has since been retrieved destructively.
The position of the browse cursor is not changed by this call.
static final int MQGMO_MSG_UNDER_CURSOR
CMQC.MQGMO_MSG_UNDER_CURSORstatic final int MQGMO_LOCK
CMQC.MQGMO_LOCKstatic final int MQGMO_UNLOCK
CMQC.MQGMO_UNLOCKThis option is not valid with any options except MQGMO_NO_WAIT and MQGMO_NO_SYNCPOINT. Both of these options are assumed whether specified or not.
static final int MQGMO_ACCEPT_TRUNCATED_MSG
CMQC.MQGMO_ACCEPT_TRUNCATED_MSGstatic final int MQGMO_FAIL_IF_QUIESCING
CMQC.MQGMO_FAIL_IF_QUIESCINGstatic final int MQGMO_CONVERT
CMQC.MQGMO_CONVERTcharacterSetand encodingattributes
of MQMessage, before the data is copied into the message buffer.static final int MQGMO_NONE
CMQC.MQGMO_NONEstatic final int MQWI_UNLIMITED
CMQC.MQWI_UNLIMITEDstatic final int MQ_ACCOUNTING_TOKEN_LENGTH
CMQC.MQ_ACCOUNTING_TOKEN_LENGTHstatic final int MQ_APPL_IDENTITY_DATA_LENGTH
CMQC.MQ_APPL_IDENTITY_DATA_LENGTHstatic final int MQ_APPL_NAME_LENGTH
CMQC.MQ_APPL_NAME_LENGTHstatic final int MQ_PUT_APPL_NAME_LENGTH
CMQC.MQ_PUT_APPL_NAME_LENGTHstatic final int MQ_APPL_ORIGIN_DATA_LENGTH
CMQC.MQ_APPL_ORIGIN_DATA_LENGTHstatic final int MQ_CHANNEL_NAME_LENGTH
CMQC.MQ_CHANNEL_NAME_LENGTHstatic final int MQ_CONN_NAME_LENGTH
CMQC.MQ_CONN_NAME_LENGTHstatic final int MQ_CORREL_ID_LENGTH
CMQC.MQ_CORREL_ID_LENGTHstatic final int MQ_EXIT_DATA_LENGTH
CMQC.MQ_EXIT_DATA_LENGTHstatic final int MQ_EXIT_NAME_LENGTH
static final int MQ_EXIT_USER_AREA_LENGTH
static final int MQ_FORMAT_LENGTH
CMQC.MQ_FORMAT_LENGTHstatic final int MQ_GROUP_ID_LENGTH
CMQC.MQ_GROUP_ID_LENGTHstatic final int MQ_CONN_TAG_LENGTH
CMQC.MQ_CONN_TAG_LENGTHstatic final int MQ_MSG_HEADER_LENGTH
CMQC.MQ_MSG_HEADER_LENGTHstatic final int MQ_MSG_ID_LENGTH
CMQC.MQ_MSG_ID_LENGTHstatic final int MQ_NAMELIST_DESC_LENGTH
CMQC.MQ_NAMELIST_DESC_LENGTHstatic final int MQ_NAMELIST_NAME_LENGTH
CMQC.MQ_NAMELIST_NAME_LENGTHstatic final int MQ_PASSWORD_LENGTH
CMQC.MQ_PASSWORD_LENGTHstatic final int MQ_PROCESS_APPL_ID_LENGTH
CMQC.MQ_PROCESS_APPL_ID_LENGTHstatic final int MQ_PROCESS_DESC_LENGTH
CMQC.MQ_PROCESS_DESC_LENGTHstatic final int MQ_PROCESS_ENV_DATA_LENGTH
CMQC.MQ_PROCESS_ENV_DATA_LENGTHstatic final int MQ_PROCESS_NAME_LENGTH
CMQC.MQ_PROCESS_NAME_LENGTHstatic final int MQ_PROCESS_USER_DATA_LENGTH
CMQC.MQ_PROCESS_USER_DATA_LENGTHstatic final int MQ_Q_DESC_LENGTH
CMQC.MQ_Q_DESC_LENGTHstatic final int MQ_Q_MGR_DESC_LENGTH
CMQC.MQ_Q_MGR_DESC_LENGTHstatic final int MQ_Q_MGR_NAME_LENGTH
CMQC.MQ_Q_MGR_NAME_LENGTHstatic final int MQ_Q_NAME_LENGTH
CMQC.MQ_Q_NAME_LENGTHstatic final int MQ_QSG_NAME_LENGTH
CMQC.MQ_QSG_NAME_LENGTHstatic final int MQ_SECURITY_ID_LENGTH
CMQC.MQ_SECURITY_ID_LENGTHstatic final int MQ_STORAGE_CLASS_LENGTH
CMQC.MQ_STORAGE_CLASS_LENGTHstatic final int MQ_TRIGGER_DATA_LENGTH
CMQC.MQ_TRIGGER_DATA_LENGTHstatic final int MQ_USER_ID_LENGTH
CMQC.MQ_USER_ID_LENGTHstatic final int MQ_MSG_TOKEN_LENGTH
CMQC.MQ_MSG_TOKEN_LENGTHstatic final int MQRO_EXCEPTION
CMQC.MQRO_EXCEPTIONDo not specify more than one of MQRO_EXCEPTION, MQRO_EXCEPTION_WITH_DATA, and MQRO_EXCEPTION_WITH_FULL_DATA.
static final int MQRO_EXCEPTION_WITH_DATA
CMQC.MQRO_EXCEPTION_WITH_DATADo not specify more than one of MQRO_EXCEPTION, MQRO_EXCEPTION_WITH_DATA, and MQRO_EXCEPTION_WITH_FULL_DATA.
static final int MQRO_EXCEPTION_WITH_FULL_DATA
CMQC.MQRO_EXCEPTION_WITH_FULL_DATADo not specify more than one of MQRO_EXCEPTION, MQRO_EXCEPTION_WITH_DATA, and MQRO_EXCEPTION_WITH_FULL_DATA.
static final int MQRO_EXPIRATION
CMQC.MQRO_EXPIRATIONDo not specify more than one of MQRO_EXPIRATION, MQRO_EXPIRATION_WITH_DATA, and MQRO_EXPIRATION_WITH_FULL_DATA.
static final int MQRO_EXPIRATION_WITH_DATA
CMQC.MQRO_EXPIRATION_WITH_DATADo not specify more than one of MQRO_EXPIRATION, MQRO_EXPIRATION_WITH_DATA, and MQRO_EXPIRATION_WITH_FULL_DATA.
static final int MQRO_EXPIRATION_WITH_FULL_DATA
CMQC.MQRO_EXPIRATION_WITH_FULL_DATADo not specify more than one of MQRO_EXPIRATION, MQRO_EXPIRATION_WITH_DATA, and MQRO_EXPIRATION_WITH_FULL_DATA.
static final int MQRO_COA
CMQC.MQRO_COAIf the message is put as part of a unit of work, and the destination queue is a local queue, the COA report message generated by the queue manager can be retrieved only if the unit of work is committed.
Do not specify more than one of MQRO_COA, MQRO_COA_WITH_DATA, and MQRO_COA_WITH_FULL_DATA.
static final int MQRO_COA_WITH_DATA
CMQC.MQRO_COA_WITH_DATADo not specify more than one of MQRO_COA, MQRO_COA_WITH_DATA, and MQRO_COA_WITH_FULL_DATA.
static final int MQRO_COA_WITH_FULL_DATA
CMQC.MQRO_COA_WITH_FULL_DATADo not specify more than one of MQRO_COA, MQRO_COA_WITH_DATA, and MQRO_COA_WITH_FULL_DATA.
static final int MQRO_COD
CMQC.MQRO_CODIf the message is retrieved as part of a unit of work, the report message is generated within the same unit of work, so that the report is not available until the unit of work is committed. If the unit of work is backed out, the report is not sent.
Do not specify more than one of MQRO_COD, MQRO_COD_WITH_DATA, and MQRO_COD_WITH_FULL_DATA.
static final int MQRO_COD_WITH_DATA
CMQC.MQRO_COD_WITH_DATADo not specify more than one of MQRO_COD, MQRO_COD_WITH_DATA, and MQRO_COD_WITH_FULL_DATA.
static final int MQRO_COD_WITH_FULL_DATA
CMQC.MQRO_COD_WITH_FULL_DATADo not specify more than one of MQRO_COD, MQRO_COD_WITH_DATA, and MQRO_COD_WITH_FULL_DATA.
static final int MQRO_COPY_MSG_ID_TO_CORREL_ID
CMQC.MQRO_COPY_MSG_ID_TO_CORREL_IDstatic final int MQRO_PASS_CORREL_ID
CMQC.MQRO_PASS_CORREL_IDIf this option is not specified, MQRO_COPY_MSG_ID_TO_CORREL_ID is assumed.
static final int MQRO_NEW_MSG_ID
CMQC.MQRO_NEW_MSG_IDstatic final int MQRO_PASS_MSG_ID
CMQC.MQRO_PASS_MSG_IDIf this option is not specified, MQRO_NEW_MSG_ID is assumed.
static final int MQRO_DEAD_LETTER_Q
CMQC.MQRO_DEAD_LETTER_Qstatic final int MQRO_DISCARD_MSG
CMQC.MQRO_DISCARD_MSGIf you want to return the original message to the sender, without the original message being placed on the dead-letter queue, the sender must specify MQRO_DISCARD_MSG with MQRO_EXCEPTION_WITH_FULL_DATA.
static final int MQRO_PASS_DISCARD_AND_EXPIRY
CMQC.MQRO_PASS_DISCARD_AND_EXPIRYstatic final int MQRO_NONE
static final int MQRO_REJECT_UNSUP_MASK
static final int MQRO_ACCEPT_UNSUP_MASK
static final int MQRO_ACCEPT_UNSUP_IF_XMIT_MASK
static final int MQRO_ACTIVITY
static final int MQMT_SYSTEM_FIRST
static final int MQMT_REQUEST
static final int MQMT_REPLY
Note: The queue manager does not enforce the request-reply relationship; this is an application responsibility.
static final int MQMT_DATAGRAM
static final int MQMT_REPORT
Report messages generated by the queue manager or message channel agent are always sent to the ReplyToQ queue, with the Feedback and CorrelId fields set.
static final int MQMT_SYSTEM_LAST
static final int MQMT_APPL_FIRST
static final int MQMT_APPL_LAST
static final int MQEI_UNLIMITED
static final int MQFB_NONE
static final int MQFB_SYSTEM_FIRST
static final int MQFB_EXPIRATION
static final int MQFB_COA
static final int MQFB_COD
static final int MQFB_QUIT
Adherence to this convention is a matter for the application; it is not enforced by the queue manager.
static final int MQFB_APPL_CANNOT_BE_STARTED
static final int MQFB_TM_ERROR
static final int MQFB_APPL_TYPE_ERROR
static final int MQFB_STOPPED_BY_MSG_EXIT
static final int MQFB_XMIT_Q_MSG_ERROR
static final int MQFB_SYSTEM_LAST
static final int MQFB_APPL_FIRST
static final int MQFB_APPL_LAST
static final int MQFB_ACTIVITY
static final int MQFB_MAX_ACTIVITIES
static final int MQFB_NOT_FORWARDED
static final int MQFB_NOT_DELIVERED
static final int MQFB_UNSUPPORTED_FORWARDING
static final int MQFB_UNSUPPORTED_DELIVERY
MQConstantsstatic final int MQENC_NATIVE
MQConstantsstatic final int MQENC_INTEGER_MASK
MQConstantsstatic final int MQENC_DECIMAL_MASK
MQConstantsstatic final int MQENC_FLOAT_MASK
MQConstantsstatic final int MQENC_RESERVED_MASK
MQConstantsstatic final int MQENC_INTEGER_UNDEFINED
MQConstantsstatic final int MQENC_INTEGER_NORMAL
MQConstantsstatic final int MQENC_INTEGER_REVERSED
MQConstantsstatic final int MQENC_DECIMAL_UNDEFINED
MQConstantsstatic final int MQENC_DECIMAL_NORMAL
MQConstantsstatic final int MQENC_DECIMAL_REVERSED
MQConstantsstatic final int MQENC_FLOAT_UNDEFINED
MQConstantsstatic final int MQENC_FLOAT_IEEE_NORMAL
MQConstantsstatic final int MQENC_FLOAT_IEEE_REVERSED
MQConstantsstatic final int MQENC_FLOAT_S390
MQConstantsstatic final int MQENC_FLOAT_TNS
MQConstantsstatic final int MQCCSI_DEFAULT
MQConstantsstatic final int MQCCSI_Q_MGR
MQConstantsOn the MQPUT and MQPUT1 calls, the queue manager changes this value in the MQMD that is sent with the message to the true character-set identifier of the queue manager. As a result, the value MQCCSI_Q_MGR is never returned by the MQGET call.
static final int MQCCSI_INHERIT
MQConstantsThe queue manager changes this value in the MQMD that is sent with the message to the actual character-set identifier of MQMD. Provided no error occurs, the value MQCCSI_INHERIT is not returned by the MQGET call.
static final java.lang.String MQFMT_NONE
MQConstantsstatic final java.lang.String MQFMT_ADMIN
MQConstantsstatic final java.lang.String MQFMT_COMMAND_1
MQConstantsstatic final java.lang.String MQFMT_COMMAND_2
MQConstantsstatic final java.lang.String MQFMT_DEAD_LETTER_HEADER
MQConstantsstatic final java.lang.String MQFMT_EVENT
MQConstants
Version 1 event messages can be converted in all environments if the MQGMO_CONVERT option is
specified on the MQGET call. Version 2 event messages can be converted only on
static final java.lang.String MQFMT_PCF
MQConstantsstatic final java.lang.String MQFMT_STRING
MQConstantsstatic final java.lang.String MQFMT_TRIGGER
MQConstantsstatic final java.lang.String MQFMT_XMIT_Q_HEADER
MQConstantsstatic final java.lang.String MQFMT_CICS
MQConstantsstatic final java.lang.String MQFMT_IMS
MQConstantsstatic final java.lang.String MQFMT_IMS_VAR_STRING
MQConstantsstatic final java.lang.String MQFMT_RF_HEADER
MQConstantsstatic final java.lang.String MQFMT_RF_HEADER_1
MQConstantsstatic final java.lang.String MQFMT_RF_HEADER_2
MQConstantsstatic final java.lang.String MQFMT_DIST_HEADER
MQConstantsstatic final java.lang.String MQFMT_MD_EXTENSION
MQConstantsstatic final java.lang.String MQFMT_REF_MSG_HEADER
MQConstantsstatic final java.lang.String MQRFH_STRUC_ID
MQConstantsstatic final int MQRFH_VERSION_1
MQConstantsstatic final int MQRFH_VERSION_2
MQConstantsstatic final int MQRFH_NO_FLAGS
MQConstantsstatic final int MQRFH_STRUC_LENGTH_FIXED
MQConstantsstatic final int MQRFH_STRUC_LENGTH_FIXED_2
MQConstantsstatic final int MQPRI_PRIORITY_AS_Q_DEF
MQConstantsstatic final int MQPER_PERSISTENT
MQConstantsstatic final int MQPER_NOT_PERSISTENT
MQConstantsIn the case of shared queues, nonpersistent messages survive queue manager restarts in the queue-sharing group, but do not survive failures of the coupling facility used to store messages on the shared queues.
static final int MQPER_PERSISTENCE_AS_Q_DEF
MQConstantsIf the queue is a cluster queue, the persistence of the message is taken from the DefPersistence attribute defined at the destination queue manager that owns the particular instance of the queue on which the message is placed.
static final int MQMF_REJECT_UNSUP_MASK
MQConstantsThis subfield occupies bit positions 20 through 31.
static final int MQMF_ACCEPT_UNSUP_MASK
MQConstantsThis subfield occupies bit positions 0 through 11.
static final int MQMF_ACCEPT_UNSUP_IF_XMIT_MASK
MQConstantsThis subfield occupies bit positions 12 through 19.
static final byte[] MQMI_NONE
MQConstantsstatic final java.lang.String MQCI_NONE_STRING
static final byte[] MQCI_NONE
MQConstantsstatic final byte[] MQCI_NEW_SESSION
MQConstantsstatic final byte[] MQACT_NONE
MQConstantsstatic final byte MQACTT_UNKNOWN
MQConstantsstatic final byte MQACTT_CICS_LUOW_ID
MQConstantsstatic final byte MQACTT_OS2_DEFAULT
MQConstantsstatic final byte MQACTT_DOS_DEFAULT
MQConstantsstatic final byte MQACTT_UNIX_NUMERIC_ID
MQConstantsstatic final byte MQACTT_OS400_ACCOUNT_TOKEN
MQConstantsstatic final byte MQACTT_WINDOWS_DEFAULT
MQConstantsstatic final byte MQACTT_NT_SECURITY_ID
MQConstantsstatic final byte MQACTT_USER
MQConstantsstatic final int MQAT_UNKNOWN
MQConstantsstatic final int MQAT_NO_CONTEXT
MQConstantsstatic final int MQAT_CICS
MQConstantsstatic final int MQAT_MVS
MQConstantsstatic final int MQAT_IMS
MQConstantsstatic final int MQAT_OS2
MQConstantsstatic final int MQAT_DOS
MQConstantsstatic final int MQAT_AIX
MQConstantsstatic final int MQAT_UNIX
MQConstantsstatic final int MQAT_QMGR
MQConstantsstatic final int MQAT_OS400
MQConstantsstatic final int MQAT_WINDOWS
MQConstantsstatic final int MQAT_CICS_VSE
MQConstantsstatic final int MQAT_VMS
MQConstantsstatic final int MQAT_GUARDIAN
MQConstantsstatic final int MQAT_VOS
MQConstantsstatic final int MQAT_JAVA
MQConstantsstatic final int MQAT_DEFAULT
MQConstantsstatic final int MQAT_USER_FIRST
MQConstantsstatic final int MQAT_USER_LAST
MQConstantsstatic final int MQAT_NSK
MQConstantsstatic final int MQAT_CICS_BRIDGE
MQConstantsstatic final int MQAT_NOTES_AGENT
MQConstantsstatic final int MQAT_WINDOWS_NT
MQConstantsstatic final int MQAT_IMS_BRIDGE
MQConstantsstatic final int MQAT_XCF
MQConstantsstatic final int MQPMO_SYNCPOINT
MQConstantsIf neither this option nor MQPMO_NO_SYNCPOINT is specified, the inclusion of the put request in unit-of-work protocols is determined by the environment:
Do not specify MQPMO_NO_SYNCPOINT with MQPMO_SYNCPOINT.
static final int MQPMO_NO_SYNCPOINT
MQConstantsDo not specify MQPMO_NO_SYNCPOINT with MQPMO_SYNCPOINT.
static final int MQPMO_NO_CONTEXT
MQConstantsstatic final int MQPMO_DEFAULT_CONTEXT
MQConstantsstatic final int MQPMO_PASS_IDENTITY_CONTEXT
MQConstantsstatic final int MQPMO_PASS_ALL_CONTEXT
MQConstantsstatic final int MQPMO_SET_IDENTITY_CONTEXT
MQConstantsstatic final int MQPMO_SET_ALL_CONTEXT
MQConstantsstatic final int MQPMO_ALTERNATE_USER_AUTHORITY
MQConstantsstatic final int MQPMO_FAIL_IF_QUIESCING
MQConstantsstatic final int MQPMO_RESOLVE_LOCAL_Q
MQConstantsstatic final int MQPMO_ASYNC_RESPONSE
MQConstants
If MQPMO_NEW_CORREL_ID is specified then a new correlation identifier is allocated to
the message and returned in MQMD.correlationId.
If MQPMO_NEW_MSG_ID is specified (explicitly, or implicitly with a blank
MQMD.messageId) then a new message identifier is allocated to the message and returned
in MQMD.messageId.
static final int MQPMO_SYNC_RESPONSE
MQConstantsstatic final int MQPMO_RESPONSE_AS_Q_DEF
MQConstantsThis is the default.
static final int MQPMO_RESPONSE_AS_TOPIC_DEF
MQConstantsThis is the default.
static final int MQPMO_NONE
MQConstantsstatic final int MQCO_NONE
MQConstantsstatic final int MQCO_DELETE_PURGE
MQConstantsIn all other cases the call fails with reason code MQRC_OPTION_NOT_VALID_FOR_TYPE, and the object is not deleted.
static final int MQCO_DELETE
MQConstantsIn all other cases the call fails with reason code MQRC_OPTION_NOT_VALID_FOR_TYPE, and the object is not deleted.
static final int MQCO_IMMEDIATE
MQConstantsMQCO_QUIESCE,
Constant Field Valuesstatic final int MQCO_QUIESCE
MQConstantsstatic final int MQQT_LOCAL
MQConstantsstatic final int MQQT_MODEL
MQConstantsstatic final int MQQT_ALIAS
MQConstantsstatic final int MQQT_REMOTE
MQConstantsApplications connected to the local queue manager can place messages on queues of this type; the messages are placed on the local transmission queue used to route messages to the remote queue manager. Applications cannot remove messages from remote queues.
static final int MQQT_CLUSTER
MQConstantsstatic final int MQQDT_PREDEFINED
MQConstantsstatic final int MQQDT_PERMANENT_DYNAMIC
MQConstantsstatic final int MQQDT_TEMPORARY_DYNAMIC
MQConstantsThis type of queue is deleted automatically by the MQCLOSE call when it is closed by the application that created it.
static final int MQQA_GET_INHIBITED
MQConstantsstatic final int MQQA_GET_ALLOWED
MQConstantsstatic final int MQQA_PUT_INHIBITED
MQConstantsstatic final int MQQA_PUT_ALLOWED
MQConstantsstatic final int MQQA_SHAREABLE
MQConstantsstatic final int MQQA_NOT_SHAREABLE
MQConstantsstatic final int MQQA_BACKOUT_HARDENED
MQConstantsstatic final int MQQA_BACKOUT_NOT_HARDENED
MQConstantsstatic final int MQMDS_PRIORITY
MQConstantsstatic final int MQMDS_FIFO
MQConstantsstatic final int MQTC_OFF
MQConstantsstatic final int MQTC_ON
MQConstantsstatic final int MQTT_NONE
MQConstantsstatic final int MQTT_FIRST
MQConstantsstatic final int MQTT_EVERY
MQConstantsstatic final int MQTT_DEPTH
MQConstantsAfter the trigger message has been written, TriggerControl is set to MQTC_OFF to prevent further triggering until it is explicitly turned on again.
static final int MQUS_NORMAL
MQConstantsstatic final int MQUS_TRANSMISSION
MQConstantsstatic final int MQOO_INPUT_AS_Q_DEF
MQConstantsstatic final int MQOO_INPUT_SHARED
MQConstantsstatic final int MQOO_INPUT_EXCLUSIVE
MQConstantsstatic final int MQOO_BROWSE
MQConstantsstatic final int MQOO_OUTPUT
MQConstantsAn MQOPEN call with this option can succeed even if the InhibitPut queue attribute is set to MQQA_PUT_INHIBITED (although subsequent MQPUT calls will fail while the attribute is set to this value). This option is valid for all types of queue, including distribution lists.
static final int MQOO_SAVE_ALL_CONTEXT
MQConstantsThis option is valid only for local, alias, and model queues; it is not valid for remote queues, distribution lists, and objects that are not queues.
static final int MQOO_ALTERNATE_USER_AUTHORITY
MQConstantsThis option is valid for all types of object.
static final int MQOO_FAIL_IF_QUIESCING
MQConstantsstatic final int MQOO_PASS_IDENTITY_CONTEXT
MQConstantsThis option is valid for all types of queue, including distribution lists.
static final int MQOO_PASS_ALL_CONTEXT
MQConstantsThis option is valid for all types of queue, including distribution lists.
static final int MQOO_SET_IDENTITY_CONTEXT
MQConstantsThis option is valid for all types of queue, including distribution lists.
static final int MQOO_SET_ALL_CONTEXT
MQConstantsThis option is valid for all types of queue, including distribution lists.
static final int MQOO_INQUIRE
MQConstantsstatic final int MQOO_SET
MQConstantsstatic final int MQOO_BIND_ON_OPEN
MQConstantsThis option is valid only for queues, and affects only cluster queues. If specified for a queue that is not a cluster queue, the option is ignored.
static final int MQOO_BIND_NOT_FIXED
MQConstantsstatic final int MQOO_CO_OP
MQConstantsstatic final int MQOO_BIND_AS_Q_DEF
MQConstantsMQOO_BIND_AS_Q_DEF is the default if neither MQOO_BIND_ON_OPEN nor MQOO_BIND_NOT_FIXED is specified.
static final int MQOO_RESOLVE_LOCAL_Q
MQConstantsstatic final int MQOO_READ_AHEAD
MQConstantsstatic final int MQOO_NO_READ_AHEAD
MQConstantsMQOO_READ_AHEAD,
Constant Field Valuesstatic final int MQOO_READ_AHEAD_AS_Q_DEF
MQConstantsMQOO_READ_AHEAD,
Constant Field Valuesstatic final int MQPL_MVS
MQConstantsstatic final int MQPL_OS2
MQConstantsstatic final int MQPL_AIX
MQConstantsstatic final int MQPL_UNIX
MQConstantsstatic final int MQPL_OS400
MQConstantsstatic final int MQPL_WINDOWS
MQConstantsstatic final int MQPL_WINDOWS_NT
MQConstantsstatic final int MQPL_NSK
MQConstantsstatic final int MQSP_AVAILABLE
MQConstantsstatic final int MQSP_NOT_AVAILABLE
MQConstantsstatic final int MQCSP_VERSION_1
MQConstantsstatic final int MQCSP_AUTH_NONE
MQConstantsstatic final int MQCSP_AUTH_USER_ID_AND_PWD
MQConstantsstatic final int MQSCO_VERSION_1
MQConstantsstatic final int MQSCO_VERSION_2
MQConstantsstatic final int MQCNO_VERSION_1
MQConstantsstatic final int MQCNO_VERSION_2
MQConstantsstatic final int MQCNO_VERSION_3
MQConstantsstatic final int MQCNO_VERSION_4
MQConstantsstatic final int MQCNO_VERSION_5
MQConstantsstatic final int MQCNO_STANDARD_BINDING
MQConstantsstatic final int MQCNO_FASTPATH_BINDING
MQConstantsstatic final int MQCNO_NONE
MQConstantsstatic final int MQCNO_SHARED_BINDING
MQConstantsstatic final int MQCNO_ISOLATED_BINDING
MQConstantsstatic final int MQCNO_SERIALIZE_CONN_TAG_Q_MGR
MQConstantsstatic final int MQCNO_SERIALIZE_CONN_TAG_QSG
MQConstantsstatic final int MQCNO_RESTRICT_CONN_TAG_Q_MGR
MQConstants
On
If the application using the connection tag is a client application, MQCNO_RESTRICT_CONN_TAG_Q_MGR is not allowed.
static final int MQCNO_RESTRICT_CONN_TAG_QSG
MQConstants
On
If the application using the connection tag is a client application, MQCNO_RESTRICT_CONN_TAG_Q_QSG is not allowed.
static final int MQCNO_NO_CONV_SHARING
MQConstantsstatic final int MQCNO_ALL_CONVS_SHARE
MQConstantsstatic final int MQCMDL_LEVEL_1
MQConstantsstatic final int MQCMDL_LEVEL_101
MQConstantsstatic final int MQCMDL_LEVEL_110
MQConstantsstatic final int MQCMDL_LEVEL_114
MQConstantsstatic final int MQCMDL_LEVEL_120
MQConstantsstatic final int MQCMDL_LEVEL_200
MQConstantsstatic final int MQCMDL_LEVEL_201
MQConstantsstatic final int MQCMDL_LEVEL_210
static final int MQCMDL_LEVEL_221
MQConstantsstatic final int MQCMDL_LEVEL_230
MQConstantsstatic final int MQCMDL_LEVEL_320
MQConstantsstatic final int MQCMDL_LEVEL_500
MQConstantsstatic final int MQCMDL_LEVEL_510
MQConstantsstatic final int MQCMDL_LEVEL_520
MQConstantsstatic final int MQCMDL_LEVEL_530
MQConstantsstatic final int MQCMDL_LEVEL_531
MQConstantsstatic final int MQCMDL_LEVEL_600
MQConstantsstatic final int MQCMDL_LEVEL_700
MQConstantsstatic final int MQCMDL_LEVEL_701
MQConstantsstatic final int MQDL_NOT_SUPPORTED
MQConstantsstatic final int MQDL_SUPPORTED
MQConstantsstatic final int MQBND_BIND_ON_OPEN
MQConstantsstatic final int MQBND_BIND_NOT_FIXED
MQConstantsstatic final java.lang.String MQGI_NONE_STRING
static final byte[] MQGI_NONE
MQConstantsstatic final int MQGMO_MARK_SKIP_BACKOUT
MQConstantsWhen an application requests the backout of a unit of work containing a get request, a message that was retrieved using this option is not restored to its previous state. (Other resource updates, however, are still backed out.) Instead, the message is treated as if it had been retrieved by a get request without this option, in a new unit of work started by the backout request.
static final int MQGMO_SYNCPOINT_IF_PERSISTENT
MQConstantsIf the message is persistent, the queue manager processes the call as though the application had specified MQGMO_SYNCPOINT.
If the message is not persistent, the queue manager processes the call as though the application had specified MQGMO_NO_SYNCPOINT .
static final int MQGMO_LOGICAL_ORDER
MQConstantsstatic final int MQGMO_COMPLETE_MSG
MQConstantsstatic final int MQGMO_ALL_MSGS_AVAILABLE
MQConstantsstatic final int MQGMO_ALL_SEGMENTS_AVAILABLE
MQConstantsstatic final int MQGMO_VERSION_1
MQConstantsstatic final int MQGMO_VERSION_2
MQConstantsstatic final int MQGMO_VERSION_3
MQConstantsstatic final char MQGS_NOT_IN_GROUP
MQConstantsstatic final char MQGS_MSG_IN_GROUP
MQConstantsstatic final char MQGS_LAST_MSG_IN_GROUP
MQConstantsstatic final int MQIAV_UNDEFINED
MQConstantsstatic final int MQIAV_NOT_APPLICABLE
MQConstantsstatic final int MQMD_VERSION_1
MQConstantsstatic final int MQMD_VERSION_2
MQConstantsstatic final int MQMF_SEGMENTATION_INHIBITED
MQConstantsThe value of this flag is binary zero. This is the default.
static final int MQMF_NONE
MQConstantsstatic final int MQMF_SEGMENTATION_ALLOWED
MQConstantsstatic final int MQMF_SEGMENT
MQConstantsstatic final int MQMF_LAST_SEGMENT
MQConstantsstatic final int MQMF_MSG_IN_GROUP
MQConstantsstatic final int MQMF_LAST_MSG_IN_GROUP
MQConstantsstatic final byte MQSIDT_NONE
MQConstantsstatic final byte MQSIDT_NT_SECURITY_ID
MQConstantsstatic final int MQMO_NONE
MQConstantsstatic final int MQMO_MATCH_MSG_ID
MQConstantsIf you omit this option, the MsgId field in the MsgDesc parameter is ignored, and any message identifier will match.
static final int MQMO_MATCH_CORREL_ID
MQConstantsIf you omit this option, the CorrelId field in the MsgDesc parameter is ignored, and any correlation identifier will match.
static final int MQMO_MATCH_GROUP_ID
MQConstantsIf you omit this option, the GroupId field in the MsgDesc parameter is ignored, and any group identifier will match.
static final int MQMO_MATCH_MSG_SEQ_NUMBER
MQConstantsIf you omit this option, the MsgSeqNumber field in the MsgDesc parameter is ignored, and any message sequence number will match.
static final int MQMO_MATCH_OFFSET
MQConstantsIf you omit this option or it is not specified, the Offset field in the MsgDesc parameter is ignored, and any offset will match.
static final int MQMO_MATCH_MSG_TOKEN
If you omit this option, the MsgToken field in MQGMO is ignored, and any message token will
match.@deprecated Since WMQ 7.0.0.0, replaced by MQConstants
static final byte[] MQMTOK_NONE
MQConstantsstatic final int MQOL_UNDEFINED
MQConstantsstatic final int MQOT_Q
MQConstantsstatic final int MQOT_NAMELIST
MQConstantsstatic final int MQOT_PROCESS
MQConstantsstatic final int MQOT_STORAGE_CLASS
MQConstantsstatic final int MQOT_Q_MGR
MQConstantsstatic final int MQOT_CHANNEL
MQConstantsstatic final int MQOT_AUTH_INFO
MQConstantsstatic final int MQOT_CF_STRUC
MQConstantsstatic final int MQOT_RESERVED_1
MQConstantsstatic final int MQOT_ALL
MQConstantsstatic final int MQOT_ALIAS_Q
MQConstantsstatic final int MQOT_MODEL_Q
MQConstantsstatic final int MQOT_LOCAL_Q
MQConstantsstatic final int MQOT_REMOTE_Q
MQConstantsstatic final int MQOT_SENDER_CHANNEL
MQConstantsstatic final int MQOT_SERVER_CHANNEL
MQConstantsstatic final int MQOT_REQUESTER_CHANNEL
MQConstantsstatic final int MQOT_RECEIVER_CHANNEL
MQConstantsstatic final int MQOT_CURRENT_CHANNEL
MQConstantsstatic final int MQOT_SAVED_CHANNEL
MQConstantsstatic final int MQOT_SVRCONN_CHANNEL
MQConstantsstatic final int MQOT_CLNTCONN_CHANNEL
MQConstantsstatic final int MQPMO_NEW_MSG_ID
MQConstantsstatic final int MQPMO_NEW_CORREL_ID
MQConstantsstatic final int MQPMO_LOGICAL_ORDER
MQConstantsstatic final int MQPMO_VERSION_1
MQConstantsstatic final int MQPMO_VERSION_2
MQConstantsstatic final int MQPMRF_NONE
MQConstantsstatic final int MQPMRF_MSG_ID
MQConstantsstatic final int MQPMRF_CORREL_ID
MQConstantsstatic final int MQPMRF_GROUP_ID
MQConstantsstatic final int MQPMRF_FEEDBACK
MQConstantsstatic final int MQPMRF_ACCOUNTING_TOKEN
MQConstantsIf you specify this flag, also specify either MQPMO_SET_IDENTITY_CONTEXT or MQPMO_SET_ALL_CONTEXT in the Options field; if this condition is not satisfied, the call fails with reason code MQRC_PMO_RECORD_FLAGS_ERROR.
static final int MQRO_NAN
MQConstantsstatic final int MQRO_PAN
MQConstantsstatic final int MQFB_PAN
MQConstantsstatic final int MQFB_NAN
MQConstantsstatic final int MQFB_DATA_LENGTH_ZERO
MQConstantsstatic final int MQFB_DATA_LENGTH_NEGATIVE
MQConstantsstatic final int MQFB_DATA_LENGTH_TOO_BIG
MQConstantsstatic final int MQFB_BUFFER_OVERFLOW
MQConstantsstatic final int MQFB_LENGTH_OFF_BY_ONE
MQConstantsstatic final int MQFB_IIH_ERROR
MQConstantsstatic final char MQSEG_INHIBITED
MQConstantsstatic final char MQSEG_ALLOWED
MQConstantsstatic final char MQSS_NOT_A_SEGMENT
MQConstantsstatic final char MQSS_LAST_SEGMENT
MQConstantsstatic final char MQSS_SEGMENT
MQConstantsstatic final int MQRL_UNDEFINED
MQConstantsstatic final int MQCF_DIST_LISTS
static final int HDRCOMPLIST_LENGTH
static final int MSGCOMPLIST_LENGTH
static final byte[] MQCT_NONE
MQConstants
The connection tag field is only used when connecting to a
static final char[] MQCT_NONE_ARRAY
The connection tag field is only used when connecting to a
static final int MQCA_ALTERATION_DATE
MQConstantsstatic final int MQCA_ALTERATION_TIME
MQConstantsstatic final int MQCA_APPL_ID
MQConstantsstatic final int MQCA_AUTH_INFO_CONN_NAME
MQConstantsstatic final int MQCA_AUTH_INFO_DESC
MQConstantsstatic final int MQCA_AUTH_INFO_NAME
MQConstantsstatic final int MQCA_BACKOUT_REQ_Q_NAME
MQConstantsstatic final int MQCA_BASE_Q_NAME
MQConstantsstatic final int MQCA_CF_STRUC_DESC
MQConstants
This attribute applies only to shared queues. This attribute is supported only on
static final int MQCA_CF_STRUC_NAME
MQConstants
This attribute applies only to shared queues. This attribute is supported only on
static final int MQCA_CHANNEL_AUTO_DEF_EXIT
MQConstantsstatic final int MQCA_CLUSTER_DATE
MQConstantsstatic final int MQCA_CLUSTER_NAME
MQConstantsstatic final int MQCA_CLUSTER_NAMELIST
MQConstantsstatic final int MQCA_CLUSTER_Q_MGR_NAME
MQConstantsstatic final int MQCA_CLUSTER_TIME
MQConstantsstatic final int MQCA_CLUSTER_WORKLOAD_DATA
MQConstantsstatic final int MQCA_CLUSTER_WORKLOAD_EXIT
MQConstantsstatic final int MQCA_COMMAND_INPUT_Q_NAME
MQConstantsstatic final int MQCA_COMMAND_REPLY_Q_NAME
MQConstantsstatic final int MQCA_CREATION_DATE
MQConstantsstatic final int MQCA_CREATION_TIME
MQConstantsstatic final int MQCA_DEAD_LETTER_Q_NAME
MQConstantsstatic final int MQCA_DEF_XMIT_Q_NAME
MQConstantsstatic final int MQCA_ENV_DATA
MQConstantsstatic final int MQCA_FIRST
MQConstantsstatic final int MQCA_IGQ_USER_ID
MQConstantsstatic final int MQCA_INITIATION_Q_NAME
MQConstantsstatic final int MQCA_LAST
MQConstantsstatic final int MQCA_LAST_USED
MQConstantsstatic final int MQCA_LDAP_PASSWORD
MQConstantsstatic final int MQCA_LDAP_USER_NAME
MQConstantsstatic final int MQCA_NAMELIST_DESC
MQConstantsstatic final int MQCA_NAMELIST_NAME
MQConstantsstatic final int MQCA_NAMES
MQConstantsstatic final int MQCA_PROCESS_DESC
MQConstantsstatic final int MQCA_PROCESS_NAME
MQConstantsstatic final int MQCA_Q_DESC
MQConstantsstatic final int MQCA_Q_MGR_DESC
MQConstantsstatic final int MQCA_Q_MGR_IDENTIFIER
MQConstantsstatic final int MQCA_Q_MGR_NAME
MQConstantsstatic final int MQCA_Q_NAME
static final int MQCA_QSG_NAME
static final int MQCA_REMOTE_Q_MGR_NAME
static final int MQCA_REMOTE_Q_NAME
static final int MQCA_REPOSITORY_NAME
static final int MQCA_REPOSITORY_NAMELIST
static final int MQCA_SSL_CRL_NAMELIST
static final int MQCA_SSL_CRYPTO_HARDWARE
static final int MQCA_STORAGE_CLASS
MQConstantsstatic final int MQCA_STORAGE_CLASS_DESC
MQConstantsstatic final int MQCA_TRIGGER_DATA
MQConstantsstatic final int MQCA_USER_DATA
MQConstantsstatic final int MQCA_XCF_GROUP_NAME
MQConstantsstatic final int MQCA_XCF_MEMBER_NAME
MQConstantsstatic final int MQCA_XMIT_Q_NAME
MQConstantsstatic final int MQIA_APPL_TYPE
MQConstantsstatic final int MQIA_ARCHIVE
MQConstantsstatic final int MQIA_AUTH_INFO_TYPE
MQConstantsstatic final int MQIA_AUTHORITY_EVENT
static final int MQIA_BACKOUT_THRESHOLD
static final int MQIA_CHANNEL_AUTO_DEF
static final int MQIA_CHANNEL_AUTO_DEF_EVENT
static final int MQIA_CLUSTER_Q_TYPE
static final int MQIA_CLUSTER_WORKLOAD_LENGTH
static final int MQIA_CLWL_Q_RANK
static final int MQIA_CLWL_Q_PRIORITY
static final int MQIA_CLWL_MRU_CHANNELS
static final int MQIA_CLWL_USEQ
static final int MQIA_CODED_CHAR_SET_ID
static final int MQIA_COMMAND_LEVEL
static final int MQIA_CONFIGURATION_EVENT
static final int MQIA_CURRENT_Q_DEPTH
MQConstantsstatic final int MQIA_DEF_BIND
MQConstantsstatic final int MQIA_DEF_INPUT_OPEN_OPTION
MQConstantsstatic final int MQIA_DEF_PERSISTENCE
MQConstantsstatic final int MQIA_DEF_PRIORITY
MQConstantsstatic final int MQIA_DEF_PUT_RESPONSE_TYPE
MQConstantsstatic final int MQIA_DEFINITION_TYPE
MQConstantsstatic final int MQIA_DIST_LISTS
MQConstantsstatic final int MQIA_EXPIRY_INTERVAL
MQConstantsstatic final int MQIA_FIRST
MQConstantsstatic final int MQIA_HARDEN_GET_BACKOUT
MQConstantsstatic final int MQIA_HIGH_Q_DEPTH
MQConstantsstatic final int MQIA_IGQ_PUT_AUTHORITY
MQConstantsstatic final int MQIA_INDEX_TYPE
MQConstantsstatic final int MQIA_INHIBIT_EVENT
MQConstantsstatic final int MQIA_INHIBIT_GET
MQConstantsstatic final int MQIA_INHIBIT_PUT
MQConstantsstatic final int MQIA_INTRA_GROUP_QUEUING
MQConstantsstatic final int MQIA_LAST
MQConstantsstatic final int MQIA_LOCAL_EVENT
MQConstantsstatic final int MQIA_MAX_HANDLES
MQConstants
The value is in the range 1 to 999,999,999. The default value is determined by the environment.
On
static final int MQIA_MAX_MSG_LENGTH
MQConstantsThe lower limit for the MaxMsgLength attribute is 32 KB (32 768 bytes). The upper limit is 100 MB (104 857 600 bytes).
static final int MQIA_MAX_PRIORITY
MQConstantsstatic final int MQIA_MAX_Q_DEPTH
MQConstants
The value of this attribute is zero or greater. The upper limit is determined by the
environment. On
static final int MQIA_MAX_UNCOMMITTED_MSGS
MQConstantsstatic final int MQIA_MSG_DELIVERY_SEQUENCE
MQConstantsstatic final int MQIA_MSG_DEQ_COUNT
MQConstantsstatic final int MQIA_MSG_ENQ_COUNT
MQConstantsstatic final int MQIA_NAME_COUNT
MQConstantsstatic final int MQIA_NAMELIST_TYPE
MQConstantsstatic final int MQIA_NPM_CLASS
MQConstantsstatic final int MQIA_OPEN_INPUT_COUNT
MQConstantsstatic final int MQIA_OPEN_OUTPUT_COUNT
MQConstantsstatic final int MQIA_PERFORMANCE_EVENT
MQConstantsstatic final int MQIA_PLATFORM
MQConstantsstatic final int MQIA_Q_DEPTH_HIGH_EVENT
MQConstantsstatic final int MQIA_Q_DEPTH_HIGH_LIMIT
MQConstantsstatic final int MQIA_Q_DEPTH_LOW_EVENT
MQConstantsstatic final int MQIA_Q_DEPTH_LOW_LIMIT
MQConstantsstatic final int MQIA_Q_DEPTH_MAX_EVENT
MQConstantsstatic final int MQIA_Q_SERVICE_INTERVAL
MQConstantsstatic final int MQIA_Q_SERVICE_INTERVAL_EVENT
MQConstantsstatic final int MQIA_Q_TYPE
MQConstantsstatic final int MQIA_QSG_DISP
MQConstantsstatic final int MQIA_REMOTE_EVENT
MQConstantsstatic final int MQIA_RETENTION_INTERVAL
MQConstantsstatic final int MQIA_SCOPE
MQConstantsstatic final int MQIA_SHAREABILITY
MQConstantsstatic final int MQIA_SSL_EVENT
MQConstantsstatic final int MQIA_SSL_FIPS_REQUIRED
MQConstantsstatic final int MQIA_SSL_RESET_COUNT
MQConstantsThe value is a number between 0 and 999,999,999, with a default value of 0.
static final int MQIA_SSL_TASKS
MQConstantsstatic final int MQIA_START_STOP_EVENT
MQConstantsstatic final int MQIA_SYNCPOINT
MQConstantsstatic final int MQIA_TIME_SINCE_RESET
MQConstantsstatic final int MQIA_TRIGGER_CONTROL
MQConstantsstatic final int MQIA_TRIGGER_DEPTH
MQConstantsstatic final int MQIA_TRIGGER_INTERVAL
MQConstantsThe value is not less than 0 and not greater than 999,999,999. The default value is 999,999,999.
static final int MQIA_TRIGGER_MSG_PRIORITY
MQConstantsstatic final int MQIA_TRIGGER_TYPE
MQConstantsstatic final int MQIA_USAGE
MQConstantsstatic final int MQIA_CHANNEL_EVENT
MQConstantsstatic final int MQIA_COMMAND_EVENT
MQConstantsstatic final int MQIA_STATISTICS_MQI
MQConstantsstatic final int MQIA_STATISTICS_Q
MQConstantsstatic final int MQIA_STATISTICS_CHANNEL
MQConstantsstatic final int MQIA_STATISTICS_AUTO_CLUSSDR
MQConstantsstatic final int MQIA_STATISTICS_INTERVAL
MQConstantsstatic final int MQIA_ACCOUNTING_MQI
MQConstantsstatic final int MQIA_ACCOUNTING_Q
MQConstantsstatic final int MQIA_ACCOUNTING_INTERVAL
MQConstantsstatic final int MQIA_ACCOUNTING_CONN_OVERRIDE
MQConstantsstatic final int MQIA_TRACE_ROUTE_RECORDING
MQConstantsstatic final int MQIA_LAST_USED
MQConstantsstatic final int MQXT_CHANNEL_SEC_EXIT
MQConstantsstatic final int MQXT_CHANNEL_SEND_EXIT
MQConstantsstatic final int MQXT_CHANNEL_RCV_EXIT
MQConstantsstatic final int MQXR_INIT
MQConstantsThis is set after the channel connection conditions have been negotiated, but before any security flows have been sent.
static final int MQXR_TERM
MQConstantsThis is called after the disconnect flows have been sent but before the socket connection is destroyed.
static final int MQXR_XMIT
MQConstantsstatic final int MQXR_SEC_MSG
MQConstantsstatic final int MQXR_INIT_SEC
MQConstants
The receiver's security exit is always invoked with this reason immediately after being invoked
with MQC.MQXR_INIT, to give it the opportunity to initiate a security
exchange. If it declines the opportunity by returning MQC.MQXCC_OKinstead of
MQC.MQXCC_SEND_SEC_MSGor or MQC.MQXCC_SEND_AND_REQUEST_SEC_MSG, the sender's security exit is invoked with MQXR_INIT_SEC.
See WebSphere MQ Intercommunications for more details of the possible security exchanges that can take place when an exit is invoked with this reason.
static final int MQXR_SEC_PARMS
MQConstantsMQConnectionSecurityParametersobject. If it does so, and MQChannelExit.getMQCSP() is not null after the exit completes, then the data returned from the
exit is then sent to the server-connection end of the channel.
This occurs for channel security exits only, and takes place when the normal security message exchange has ended and the channel is ready to run.
See WebSphere MQ Intercommunications for more details of the possible security exchanges that can take place when an exit is invoked with this reason.
static final int MQXCC_OK
MQConstantsstatic final int MQXCC_SUPPRESS_FUNCTION
MQConstantsstatic final int MQXCC_SEND_AND_REQUEST_SEC_MSG
MQConstantsstatic final int MQXCC_SEND_SEC_MSG
MQConstantsstatic final int MQXCC_SUPPRESS_EXIT
MQConstantsstatic final int MQXCC_CLOSE_CHANNEL
MQConstantsstatic final java.lang.String CCSID_PROPERTY
MQEnvironment.CCSID.
static final java.lang.String CHANNEL_PROPERTY
MQEnvironment.channel.
See WebSphere MQ Using Java for more information on defining the WebSphere MQ environment.
static final java.lang.String CONNECT_OPTIONS_PROPERTY
static final java.lang.String CONNTAG_PROPERTY
static final java.lang.String HOST_NAME_PROPERTY
MQEnvironment.hostname.
See WebSphere MQ Using Java for more information on defining the WebSphere MQ environment.
static final java.lang.String PASSWORD_PROPERTY
MQEnvironment.password.
static final java.lang.String PORT_PROPERTY
MQEnvironment.port.
static final java.lang.String RECEIVE_EXIT_PROPERTY
com.ibm.mq.MQReceiveExit. This property overrides
MQEnvironment.receiveExit.
static final java.lang.String RECEIVE_EXIT_USER_DATA_PROPERTY
static final java.lang.String CHANNEL_RECEIVE_EXIT_PROPERTY
com.ibm.mq.MQReceiveExit or
com.ibm.mq.exits.WMQReceiveExit. This property
overrides MQEnvironment.channelReceiveExit.
static final java.lang.String CHANNEL_RECEIVE_EXIT_USER_DATA_PROPERTY
static final java.lang.String SECURITY_EXIT_PROPERTY
com.ibm.mq.MQSecurityExit This property overrides
MQEnvironment.securityExit.
static final java.lang.String SECURITY_EXIT_USER_DATA_PROPERTY
static final java.lang.String CHANNEL_SECURITY_EXIT_PROPERTY
com.ibm.mq.MQSecurityExit
or com.ibm.mq.exits.WMQSecurityExit. This property
overrides MQEnvironment.channelSecurityExit.
static final java.lang.String CHANNEL_SECURITY_EXIT_USER_DATA_PROPERTY
static final java.lang.String SEND_EXIT_PROPERTY
com.ibm.mq.MQSendExit. This property overrides MQEnvironment.sendExit.
static final java.lang.String SEND_EXIT_USER_DATA_PROPERTY
static final java.lang.String CHANNEL_SEND_EXIT_PROPERTY
com.ibm.mq.MQSendExit. or
com.ibm.mq.exits.WMQSendExit. This property overrides
MQEnvironment.channelSendExit.
static final java.lang.String CHANNEL_SEND_EXIT_USER_DATA_PROPERTY
static final java.lang.String EXIT_CLASSPATH_PROPERTY
static final java.lang.String SHARING_CONVERSATIONS_PROPERTY
static final java.lang.String TRANSPORT_PROPERTY
MQC.TRANSPORT_MQSERIES_BINDINGSor MQC.TRANSPORT_MQSERIES_CLIENT. The default is MQC.TRANSPORT_MQSERIES, which selects a transport based on the value of the hostname property.
static final java.lang.String TRANSPORT_MQSERIES
static final java.lang.String TRANSPORT_MQSERIES_CLIENT
static final java.lang.String TRANSPORT_MQSERIES_BINDINGS
static final java.lang.String USER_ID_PROPERTY
MQEnvironment.userID.static final java.lang.String THREAD_AFFINITY
THREAD_AFFINITY_PROPERTY.static final java.lang.String THREAD_AFFINITY_PROPERTY
Two-phase commit processing is not supported with shared connections, and so XA coordination is only possible when the MQQueueManager is created with THREAD_AFFINITY set to true. If it is not, MQQueueManager.begin() will fail with MQRC 2121, MQRC_NO_EXTERNAL_PARTICIPANTS.
static final java.lang.String MQ_QMGR_ASSOCIATION_PROPERTY
MQQueueManager
object can be shared within a specified context. If this value is not set, then the default
behavior is to prevent the object being shared.static final java.lang.String SSL_CIPHER_SUITE_PROPERTY
MQEnvironment.sslCipherSuite.static final java.lang.String SSL_PEER_NAME_PROPERTY
MQEnvironment.sslPeerName.static final java.lang.String SSL_CERT_STORE_PROPERTY
MQEnvironment.sslCertStores.static final java.lang.String SSL_SOCKET_FACTORY_PROPERTY
MQEnvironment.sslSocketFactory.static final java.lang.String SSL_RESET_COUNT_PROPERTY
MQEnvironment.sslResetCount.static final java.lang.String SSL_FIPS_REQUIRED_PROPERTY
MQEnvironment.sslFipsRequired.static final java.lang.String LOCAL_ADDRESS_PROPERTY
static final int MQCOMPRESS_NONE
MQConstantsMESSAGE_COMPRESSION_PROPERTYand
HEADER_COMPRESSION_PROPERTY.
static final int MQCOMPRESS_RLE
MQConstantsMESSAGE_COMPRESSION_PROPERTY.static final int MQCOMPRESS_ZLIBFAST
MQConstantsMESSAGE_COMPRESSION_PROPERTY.static final int MQCOMPRESS_ZLIBHIGH
MQConstantsMESSAGE_COMPRESSION_PROPERTY.static final int MQCOMPRESS_SYSTEM
MQConstantsHEADER_COMPRESSION_PROPERTY.static final java.lang.String HEADER_COMPRESSION_PROPERTY
MQCOMPRESS_NONE
MQCOMPRESS_SYSTEM.
This property overrides MQEnvironment.hdrCompList.
static final java.lang.String MESSAGE_COMPRESSION_PROPERTY
MQCOMPRESS_NONE
MQCOMPRESS_RLE
MQCOMPRESS_ZLIBFAST
MQCOMPRESS_ZLIBHIGH.
This property overrides MQEnvironment.msgCompList.
static final int ASSOCIATE_NONE
MQQueueManagerobject being created will not be available for sharing within any context. This
is the default value.
static final int ASSOCIATE_THREAD
MQQueueManagerobject being created can be shared within the context of the currently executing
thread. A subsequent call to MQEnvironment.getQueueManagerReference(int) or
MQEnvironment.getQueueManagerReference(int, Object), where the Object is a Java
String containing the name of the WebSphere MQ queue manager, will return a
reference to this MQQueueManager object.
static final int ASSOCIATE_ALL
MQQueueManagerobject being created can be shared within the context of the Java Virtual
Machine. A subsequent call to MQEnvironment.getQueueManagerReference(int) or
MQEnvironment.getQueueManagerReference(int, Object), where the Object is a Java
String containing the name of the WebSphere MQ queue manager, will return a
reference to this MQQueueManager object.
static final java.lang.String INSERT_PROPERTY_OVERRIDE_LIST
static final java.lang.String CONNECTION_PROPERTY_OVERRIDE