Interface CMQXC

All Known Subinterfaces:
CMQXC, CMQXC, CMQXC
All Known Implementing Classes:
MQConstants

public interface CMQXC
The CMQXC interface defines constants used with exits and MQCD.

To refer to one of these constants from within your programs, simply prefix constant name with "CMQXC.".

A full description of these constants can be found in the IBM MQ Applications Reference section of the IBM MQ Documentation.

  • Field Details

    • MQXT_API_CROSSING_EXIT

      static final int MQXT_API_CROSSING_EXIT
      Exit Identifiers - Api crossing exit
      See Also:
    • MQXT_API_EXIT

      static final int MQXT_API_EXIT
      Exit Identifiers - Api exit
      See Also:
    • MQXT_CHANNEL_SEC_EXIT

      static final int MQXT_CHANNEL_SEC_EXIT
      Exit Identifiers - Channel sec exit
      See Also:
    • MQXT_CHANNEL_MSG_EXIT

      static final int MQXT_CHANNEL_MSG_EXIT
      Exit Identifiers - Channel msg exit
      See Also:
    • MQXT_CHANNEL_SEND_EXIT

      static final int MQXT_CHANNEL_SEND_EXIT
      Exit Identifiers - Channel send exit
      See Also:
    • MQXT_CHANNEL_RCV_EXIT

      static final int MQXT_CHANNEL_RCV_EXIT
      Exit Identifiers - Channel rcv exit
      See Also:
    • MQXT_CHANNEL_MSG_RETRY_EXIT

      static final int MQXT_CHANNEL_MSG_RETRY_EXIT
      Exit Identifiers - Channel msg retry exit
      See Also:
    • MQXT_CHANNEL_AUTO_DEF_EXIT

      static final int MQXT_CHANNEL_AUTO_DEF_EXIT
      Exit Identifiers - Channel auto def exit
      See Also:
    • MQXT_CLUSTER_WORKLOAD_EXIT

      static final int MQXT_CLUSTER_WORKLOAD_EXIT
      Exit Identifiers - Cluster workload exit
      See Also:
    • MQXT_PUBSUB_ROUTING_EXIT

      static final int MQXT_PUBSUB_ROUTING_EXIT
      Exit Identifiers - Pubsub routing exit
      See Also:
    • MQXT_PUBLISH_EXIT

      static final int MQXT_PUBLISH_EXIT
      Exit Identifiers - Publish exit
      See Also:
    • MQXT_PRECONNECT_EXIT

      static final int MQXT_PRECONNECT_EXIT
      Exit Identifiers - PreConnect exit
      See Also:
    • MQXR_BEFORE

      static final int MQXR_BEFORE
      Exit Reasons - Before
      See Also:
    • MQXR_AFTER

      static final int MQXR_AFTER
      Exit Reasons - After
      See Also:
    • MQXR_CONNECTION

      static final int MQXR_CONNECTION
      Exit Reasons - Connection
      See Also:
    • MQXR_BEFORE_CONVERT

      static final int MQXR_BEFORE_CONVERT
      Exit Reasons - Before Convert
      See Also:
    • MQXR_INIT

      static final int MQXR_INIT
      This indicates that the exit is being invoked for the first time. It allows the exit to acquire and initialize any resources that it might need

      This is set after the channel connection conditions have been negotiated, but before any security flows have been sent.

      See Also:
    • MQXR_TERM

      static final int MQXR_TERM
      This indicates that the exit is about to be terminated. The exit should free any resources that it has acquired since it was initialized.

      This is called after the disconnect flows have been sent but before the socket connection is destroyed.

      See Also:
    • MQXR_MSG

      static final int MQXR_MSG
      Exit Reasons - Msg
      See Also:
    • MQXR_XMIT

      static final int MQXR_XMIT
      Exit Reasons - Xmit
      See Also:
    • MQXR_SEC_MSG

      static final int MQXR_SEC_MSG
      This indicates that a security message has been received from the queue manager. This occurs for channel security exits only.
      See Also:
    • MQXR_INIT_SEC

      static final int MQXR_INIT_SEC
      This indicates that the exit is to initiate the security dialog with the queue manager. This occurs for channel security exits only.

      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_MSG or or MQC.MQXCC_SEND_AND_REQUEST_SEC_MSG, the sender's security exit is invoked with MQXR_INIT_SEC.

      See IBM MQ Intercommunications for more details of the possible security exchanges that can take place when an exit is invoked with this reason.

      See Also:
    • MQXR_RETRY

      static final int MQXR_RETRY
      Exit Reasons - Retry
      See Also:
    • MQXR_AUTO_CLUSSDR

      static final int MQXR_AUTO_CLUSSDR
      Exit Reasons - Auto clussdr
      See Also:
    • MQXR_AUTO_RECEIVER

      static final int MQXR_AUTO_RECEIVER
      Exit Reasons - Auto receiver
      See Also:
    • MQXR_CLWL_OPEN

      static final int MQXR_CLWL_OPEN
      Exit Reasons - Clwl open
      See Also:
    • MQXR_CLWL_PUT

      static final int MQXR_CLWL_PUT
      Exit Reasons - Clwl put
      See Also:
    • MQXR_CLWL_MOVE

      static final int MQXR_CLWL_MOVE
      Exit Reasons - Clwl move
      See Also:
    • MQXR_CLWL_REPOS

      static final int MQXR_CLWL_REPOS
      Exit Reasons - Clwl repos
      See Also:
    • MQXR_CLWL_REPOS_MOVE

      static final int MQXR_CLWL_REPOS_MOVE
      Exit Reasons - Clwl repos move
      See Also:
    • MQXR_END_BATCH

      static final int MQXR_END_BATCH
      Exit Reasons - End batch
      See Also:
    • MQXR_ACK_RECEIVED

      static final int MQXR_ACK_RECEIVED
      Exit Reasons - Ack received
      See Also:
    • MQXR_AUTO_SVRCONN

      static final int MQXR_AUTO_SVRCONN
      Exit Reasons - Auto svrconn
      See Also:
    • MQXR_AUTO_CLUSRCVR

      static final int MQXR_AUTO_CLUSRCVR
      Exit Reasons - Auto clusrcvr
      See Also:
    • MQXR_SEC_PARMS

      static final int MQXR_SEC_PARMS
      This indicates that the exit might create a MQCSPobject. If it does so, 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 IBM MQ Intercommunications for more details of the possible security exchanges that can take place when an exit is invoked with this reason.

      See Also:
    • MQXR_PUBLICATION

      static final int MQXR_PUBLICATION
      Exit Reasons - Publication
      See Also:
    • MQXR_PRECONNECT

      static final int MQXR_PRECONNECT
      Exit Reasons - PreConnect
      See Also:
    • MQXCC_OK

      static final int MQXCC_OK
      This is set by the exit to indicate that the exit completed successfully. For a channel security exit, this indicates that message transfer can now proceed normally. In the case of a send exit, it indicates that the returned data is to be transmitted to the queue manager, while in the case of a receive exit, it indicates that the returned data is available for processing by the IBM MQ Client for Java.
      See Also:
    • MQXCC_SUPPRESS_FUNCTION

      static final int MQXCC_SUPPRESS_FUNCTION
      This is set by the security exit to indicate that communications with the queue manager must be shut down. It is not valid for send or receive exits.
      See Also:
    • MQXCC_SKIP_FUNCTION

      static final int MQXCC_SKIP_FUNCTION
      Exit Responses - Skip function
      See Also:
    • MQXCC_SEND_AND_REQUEST_SEC_MSG

      static final int MQXCC_SEND_AND_REQUEST_SEC_MSG
      This is set by the security exit to indicate that the returned data is to be transmitted to the queue manager, and that a response is expected. If no response is received, the channel must be terminated, because the exit has not yet decided whether communications can proceed. It is not valid for send or receive exits.
      See Also:
    • MQXCC_SEND_SEC_MSG

      static final int MQXCC_SEND_SEC_MSG
      This is set by the security exit to indicate that the returned data is to be transmitted to the queue manager. No response is expected. It is not valid for send or receive exits.
      See Also:
    • MQXCC_SUPPRESS_EXIT

      static final int MQXCC_SUPPRESS_EXIT
      This value can be set by a send exit or receive exit, to indicate that it can no longer be called. It suppresses any further invocation of that exit, until termination of the channel, when the exit is again invoked with an exit reason of MQXR_TERM.
      See Also:
    • MQXCC_CLOSE_CHANNEL

      static final int MQXCC_CLOSE_CHANNEL
      This value can be set by any type of channel exit, and indicates that the connection to the queue manager can be closed.
      See Also:
    • MQXCC_REQUEST_ACK

      static final int MQXCC_REQUEST_ACK
      Exit Responses - Request ACK
      See Also:
    • MQXCC_FAILED

      static final int MQXCC_FAILED
      Exit Responses - Failed
      See Also:
    • MQXUA_NONE

      static final byte[] MQXUA_NONE
      Exit User Area Value - None
    • MQCLCT_STATIC

      static final int MQCLCT_STATIC
      Cluster Cache Types - Static
      See Also:
    • MQCLCT_DYNAMIC

      static final int MQCLCT_DYNAMIC
      Cluster Cache Types - Dynamic
      See Also:
    • MQMCEV_PACKET_LOSS

      static final int MQMCEV_PACKET_LOSS
      Multicast Event - Packet loss
      See Also:
    • MQMCEV_HEARTBEAT_TIMEOUT

      static final int MQMCEV_HEARTBEAT_TIMEOUT
      Multicast Event - Heartbeat timeout
      See Also:
    • MQMCEV_VERSION_CONFLICT

      static final int MQMCEV_VERSION_CONFLICT
      Multicast Event - Version conflict
      See Also:
    • MQMCEV_RELIABILITY

      static final int MQMCEV_RELIABILITY
      Multicast Event - Reliability
      See Also:
    • MQMCEV_CLOSED_TRANS

      static final int MQMCEV_CLOSED_TRANS
      Multicast Event - Closed transport
      See Also:
    • MQMCEV_STREAM_ERROR

      static final int MQMCEV_STREAM_ERROR
      Multicast Event - Stream error
      See Also:
    • MQMCEV_NEW_SOURCE

      static final int MQMCEV_NEW_SOURCE
      Multicast Event - New source
      See Also:
    • MQMCEV_RECEIVE_QUEUE_TRIMMED

      static final int MQMCEV_RECEIVE_QUEUE_TRIMMED
      Multicast Event - Receive queue trimmed
      See Also:
    • MQMCEV_PACKET_LOSS_NACK_EXPIRE

      static final int MQMCEV_PACKET_LOSS_NACK_EXPIRE
      Multicast Event - Packet loss NACK expire
      See Also:
    • MQMCEV_ACK_RETRIES_EXCEEDED

      static final int MQMCEV_ACK_RETRIES_EXCEEDED
      Multicast Event - ACK retries exceeded
      See Also:
    • MQMCEV_STREAM_SUSPEND_NACK

      static final int MQMCEV_STREAM_SUSPEND_NACK
      Multicast Event - Stream suspend NACK
      See Also:
    • MQMCEV_STREAM_RESUME_NACK

      static final int MQMCEV_STREAM_RESUME_NACK
      Multicast Event - Stream resume NACK
      See Also:
    • MQMCEV_STREAM_EXPELLED

      static final int MQMCEV_STREAM_EXPELLED
      Multicast Event - Stream expelled
      See Also:
    • MQMCEV_FIRST_MESSAGE

      static final int MQMCEV_FIRST_MESSAGE
      Multicast Event - First message
      See Also:
    • MQMCEV_LATE_JOIN_FAILURE

      static final int MQMCEV_LATE_JOIN_FAILURE
      Multicast Event - Late join failure
      See Also:
    • MQMCEV_MESSAGE_LOSS

      static final int MQMCEV_MESSAGE_LOSS
      Multicast Event - Message loss
      See Also:
    • MQMCEV_SEND_PACKET_FAILURE

      static final int MQMCEV_SEND_PACKET_FAILURE
      Multicast Event - Send packet failure
      See Also:
    • MQMCEV_REPAIR_DELAY

      static final int MQMCEV_REPAIR_DELAY
      Multicast Event - Repair delay
      See Also:
    • MQMCEV_MEMORY_ALERT_ON

      static final int MQMCEV_MEMORY_ALERT_ON
      Multicast Event - Memory alert on
      See Also:
    • MQMCEV_MEMORY_ALERT_OFF

      static final int MQMCEV_MEMORY_ALERT_OFF
      Multicast Event - Memory alert off
      See Also:
    • MQMCEV_NACK_ALERT_ON

      static final int MQMCEV_NACK_ALERT_ON
      Multicast Event - NACK alert on
      See Also:
    • MQMCEV_NACK_ALERT_OFF

      static final int MQMCEV_NACK_ALERT_OFF
      Multicast Event - NACK alert off
      See Also:
    • MQMCEV_REPAIR_ALERT_ON

      static final int MQMCEV_REPAIR_ALERT_ON
      Multicast Event - Repair alert on
      See Also:
    • MQMCEV_REPAIR_ALERT_OFF

      static final int MQMCEV_REPAIR_ALERT_OFF
      Multicast Event - Repair alert off
      See Also:
    • MQMCEV_RELIABILITY_CHANGED

      static final int MQMCEV_RELIABILITY_CHANGED
      Multicast Event - Reliability changed
      See Also:
    • MQMCEV_SHM_DEST_UNUSABLE

      static final int MQMCEV_SHM_DEST_UNUSABLE
      Multicast Event - Shared memory destination unusable
      See Also:
    • MQMCEV_SHM_PORT_UNUSABLE

      static final int MQMCEV_SHM_PORT_UNUSABLE
      Multicast Event - Shared memory port unusable
      See Also:
    • MQMCEV_CCT_GETTIME_FAILED

      static final int MQMCEV_CCT_GETTIME_FAILED
      Multicast Event - Get time service failed
      See Also:
    • MQMCEV_DEST_INTERFACE_FAILURE

      static final int MQMCEV_DEST_INTERFACE_FAILURE
      Multicast Event - Destination interface failure
      See Also:
    • MQMCEV_DEST_INTERFACE_FAILOVER

      static final int MQMCEV_DEST_INTERFACE_FAILOVER
      Multicast Event - Destination interface failover
      See Also:
    • MQMCEV_PORT_INTERFACE_FAILURE

      static final int MQMCEV_PORT_INTERFACE_FAILURE
      Multicast Event - port interface failure
      See Also:
    • MQMCEV_PORT_INTERFACE_FAILOVER

      static final int MQMCEV_PORT_INTERFACE_FAILOVER
      Multicast Event - Port interface failover
      See Also:
    • MQCD_VERSION_1

      static final int MQCD_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQCD_VERSION_2

      static final int MQCD_VERSION_2
      Structure Version Number - Version 2
      See Also:
    • MQCD_VERSION_3

      static final int MQCD_VERSION_3
      Structure Version Number - Version 3
      See Also:
    • MQCD_VERSION_4

      static final int MQCD_VERSION_4
      Structure Version Number - Version 4
      See Also:
    • MQCD_VERSION_5

      static final int MQCD_VERSION_5
      Structure Version Number - Version 5
      See Also:
    • MQCD_VERSION_6

      static final int MQCD_VERSION_6
      Structure Version Number - Version 6
      See Also:
    • MQCD_VERSION_7

      static final int MQCD_VERSION_7
      Structure Version Number - Version 7
      See Also:
    • MQCD_VERSION_8

      static final int MQCD_VERSION_8
      Structure Version Number - Version 8
      See Also:
    • MQCD_VERSION_9

      static final int MQCD_VERSION_9
      Structure Version Number - Version 9
      See Also:
    • MQCD_VERSION_10

      static final int MQCD_VERSION_10
      Structure Version Number - Version 10
      See Also:
    • MQCD_VERSION_11

      static final int MQCD_VERSION_11
      Structure Version Number - Version 11
      See Also:
    • MQCD_VERSION_12

      static final int MQCD_VERSION_12
      Structure Version Number - Version 12
      See Also:
    • MQCD_CURRENT_VERSION

      static final int MQCD_CURRENT_VERSION
      Structure Version Number - Current version.
      See Also:
    • MQCD_LENGTH_1

      static final int MQCD_LENGTH_1
      Length of version-1 channel definition structure.
      See Also:
    • MQCD_LENGTH_2

      static final int MQCD_LENGTH_2
      Length of version-2 channel definition structure.
      See Also:
    • MQCD_LENGTH_3

      static final int MQCD_LENGTH_3
      Length of version-3 channel definition structure.
      See Also:
    • MQCHT_SENDER

      static final int MQCHT_SENDER
      Channel Types - Sender
      See Also:
    • MQCHT_SERVER

      static final int MQCHT_SERVER
      Channel Types - Server
      See Also:
    • MQCHT_RECEIVER

      static final int MQCHT_RECEIVER
      Channel Types - Receiver
      See Also:
    • MQCHT_REQUESTER

      static final int MQCHT_REQUESTER
      Channel Types - Requester
      See Also:
    • MQCHT_ALL

      static final int MQCHT_ALL
      Channel Types - All
      See Also:
    • MQCHT_CLNTCONN

      static final int MQCHT_CLNTCONN
      Channel Types - Clntconn
      See Also:
    • MQCHT_SVRCONN

      static final int MQCHT_SVRCONN
      Channel Types - Svrconn
      See Also:
    • MQCHT_CLUSRCVR

      static final int MQCHT_CLUSRCVR
      Channel Types - Clusrcvr
      See Also:
    • MQCHT_CLUSSDR

      static final int MQCHT_CLUSSDR
      Channel Types - Clussdr
      See Also:
    • MQCHT_MQTT

      static final int MQCHT_MQTT
      Channel Types - MQTT

      NOT FOR EXTERNAL USE

      See Also:
    • MQCHT_AMQP

      static final int MQCHT_AMQP
      Channel Types - AMQP

      NOT FOR EXTERNAL USE

      See Also:
    • MQCOMPRESS_NONE

      static final int MQCOMPRESS_NONE
      Setting this value specifies that no message or header data compression is to take place.
      See Also:
    • MQCOMPRESS_RLE

      static final int MQCOMPRESS_RLE
      Setting this value specifies that message data compression is to be performed using run-length encoding (RLE) compression.
      See Also:
    • MQCOMPRESS_ZLIBFAST

      static final int MQCOMPRESS_ZLIBFAST
      Setting this value specifies that message data compression is performed using ZLIB encoding and with speed of compression prioritized over degree of compression.
      See Also:
    • MQCOMPRESS_ZLIBHIGH

      static final int MQCOMPRESS_ZLIBHIGH
      Setting this value specifies that message data compression is performed using ZLIB encoding and with degree of compression prioritized over speed of compression.
      See Also:
    • MQCOMPRESS_SYSTEM

      static final int MQCOMPRESS_SYSTEM
      Setting this value specifies that header data compression is performed using run-length encoding (RLE) compression.
      See Also:
    • MQCOMPRESS_LZ4FAST

      static final int MQCOMPRESS_LZ4FAST
      Setting this value specifies that message data compression is performed using LZ4 encoding and with speed of compression prioritized over degree of compression.
      See Also:
    • MQCOMPRESS_LZ4HIGH

      static final int MQCOMPRESS_LZ4HIGH
      Setting this value specifies that message data compression is performed using LZ4 encoding and with degree of compression prioritized over speed of compression.
      See Also:
    • MQCOMPRESS_ANY

      static final int MQCOMPRESS_ANY
      Channel Compression - Any
      See Also:
    • MQXPT_ALL

      static final int MQXPT_ALL
      Transport Types - All
      See Also:
    • MQXPT_LOCAL

      static final int MQXPT_LOCAL
      Transport Types - Local
      See Also:
    • MQXPT_LU62

      static final int MQXPT_LU62
      Transport Types - Lu62
      See Also:
    • MQXPT_TCP

      static final int MQXPT_TCP
      Transport Types - Tcp
      See Also:
    • MQXPT_NETBIOS

      static final int MQXPT_NETBIOS
      Transport Types - Netbios
      See Also:
    • MQXPT_SPX

      static final int MQXPT_SPX
      Transport Types - Spx
      See Also:
    • MQXPT_DECNET

      static final int MQXPT_DECNET
      Transport Types - Decnet
      See Also:
    • MQXPT_UDP

      static final int MQXPT_UDP
      Transport Types - Udp
      See Also:
    • MQPA_DEFAULT

      static final int MQPA_DEFAULT
      Put Authority - Default
      See Also:
    • MQPA_CONTEXT

      static final int MQPA_CONTEXT
      Put Authority - Context
      See Also:
    • MQPA_ONLY_MCA

      static final int MQPA_ONLY_MCA
      Put Authority - Only mca
      See Also:
    • MQPA_ALTERNATE_OR_MCA

      static final int MQPA_ALTERNATE_OR_MCA
      Put Authority - Alternate or mca
      See Also:
    • MQCDC_SENDER_CONVERSION

      static final int MQCDC_SENDER_CONVERSION
      Channel Data Conversion - Sender conversion
      See Also:
    • MQCDC_NO_SENDER_CONVERSION

      static final int MQCDC_NO_SENDER_CONVERSION
      Channel Data Conversion - No sender conversion
      See Also:
    • MQMCAT_PROCESS

      static final int MQMCAT_PROCESS
      MCA Types - Process
      See Also:
    • MQMCAT_THREAD

      static final int MQMCAT_THREAD
      MCA Types - Thread
      See Also:
    • MQNPMS_NORMAL

      static final int MQNPMS_NORMAL
      NonPersistent-Message Speeds - Normal
      See Also:
    • MQNPMS_FAST

      static final int MQNPMS_FAST
      NonPersistent-Message Speeds - Fast
      See Also:
    • MQSCA_REQUIRED

      static final int MQSCA_REQUIRED
      SSL Client Authentication - Required
      See Also:
    • MQSCA_OPTIONAL

      static final int MQSCA_OPTIONAL
      SSL Client Authentication - Optional
      See Also:
    • MQSCA_NEVER_REQUIRED

      static final int MQSCA_NEVER_REQUIRED
      SSL Client Authentication - Never Required
      See Also:
    • MQKAI_AUTO

      static final int MQKAI_AUTO
      KeepAlive Interval - Auto
      See Also:
    • MQCAFTY_NONE

      static final int MQCAFTY_NONE
      Connection Affinity Values - None
      See Also:
    • MQCAFTY_PREFERRED

      static final int MQCAFTY_PREFERRED
      Connection Affinity Values - Preferred
      See Also:
    • MQRCN_NO

      static final int MQRCN_NO
      Client Reconnect - No
      See Also:
    • MQRCN_YES

      static final int MQRCN_YES
      Client Reconnect - Yes
      See Also:
    • MQRCN_Q_MGR

      static final int MQRCN_Q_MGR
      Client Reconnect - Queue Manager
      See Also:
    • MQRCN_DISABLED

      static final int MQRCN_DISABLED
      Client Reconnect - Disabled
      See Also:
    • MQPROTO_MQTTV3

      static final int MQPROTO_MQTTV3
      Protocol - MQTTv3
      See Also:
    • MQPROTO_HTTP

      static final int MQPROTO_HTTP
      Protocol - HTTP
      See Also:
    • MQPROTO_AMQP

      static final int MQPROTO_AMQP
      Protocol - AMQP
      See Also:
    • MQPROTO_MQTTV311

      static final int MQPROTO_MQTTV311
      Protocol - MQTTv311
      See Also:
    • MQSECPROT_NONE

      static final int MQSECPROT_NONE
      Security Protocol - None
      See Also:
    • MQSECPROT_SSLV30

      static final int MQSECPROT_SSLV30
      Security Protocol - SSLv3
      See Also:
    • MQSECPROT_TLSV10

      static final int MQSECPROT_TLSV10
      Security Protocol - TLSv1
      See Also:
    • MQSECPROT_TLSV12

      static final int MQSECPROT_TLSV12
      Security Protocol - TLSv1.2
      See Also:
    • MQSECPROT_TLSV13

      static final int MQSECPROT_TLSV13
      Security Protocol - TLSv1.3
      See Also:
    • MQSPL_PASSTHRU

      static final int MQSPL_PASSTHRU
      SPL Protection - Passthrough
      See Also:
    • MQSPL_REMOVE

      static final int MQSPL_REMOVE
      SPL Protection - Remove
      See Also:
    • MQSPL_AS_POLICY

      static final int MQSPL_AS_POLICY
      SPL Protection - AS Policy
      See Also:
    • MQACH_STRUC_ID

      static final String MQACH_STRUC_ID
      Identifier for the API Exit Chain Area Header.
      See Also:
    • MQACH_VERSION_1

      static final int MQACH_VERSION_1
      Version-1 authentication information record.
      See Also:
    • MQACH_CURRENT_VERSION

      static final int MQACH_CURRENT_VERSION
      Current version of authentication information record.
      See Also:
    • MQAXC_STRUC_ID

      static final String MQAXC_STRUC_ID
      Identifier for the API exit context structure.
      See Also:
    • MQAXC_VERSION_1

      static final int MQAXC_VERSION_1
      Version-1 API exit context structure.
      See Also:
    • MQAXC_VERSION_2

      static final int MQAXC_VERSION_2
      Version-2 API exit context structure.
      See Also:
    • MQAXC_CURRENT_VERSION

      static final int MQAXC_CURRENT_VERSION
      Current API exit context structure.
      See Also:
    • MQXE_OTHER

      static final int MQXE_OTHER
      Environments - Other
      See Also:
    • MQXE_MCA

      static final int MQXE_MCA
      Environments - Mca
      See Also:
    • MQXE_MCA_SVRCONN

      static final int MQXE_MCA_SVRCONN
      Environments - Mca svrconn
      See Also:
    • MQXE_COMMAND_SERVER

      static final int MQXE_COMMAND_SERVER
      Environments - Command server
      See Also:
    • MQXE_MQSC

      static final int MQXE_MQSC
      Environments - Mqsc
      See Also:
    • MQXE_MCA_CLNTCONN

      static final int MQXE_MCA_CLNTCONN
      Environments - Client
      See Also:
    • MQAXP_STRUC_ID

      static final String MQAXP_STRUC_ID
      Structure Identifier - Struc id
      See Also:
    • MQAXP_VERSION_1

      static final int MQAXP_VERSION_1
      Version-1 API exit parameter structure.
      See Also:
    • MQAXP_VERSION_2

      static final int MQAXP_VERSION_2
      Version-2 API exit parameter structure.
      See Also:
    • MQAXP_CURRENT_VERSION

      static final int MQAXP_CURRENT_VERSION
      Current API exit parameter structure.
      See Also:
    • MQXACT_EXTERNAL

      static final int MQXACT_EXTERNAL
      API Caller Types - External
      See Also:
    • MQXACT_INTERNAL

      static final int MQXACT_INTERNAL
      API Caller Types - ExInternalternal
      See Also:
    • MQXPDA_NONE

      static final byte[] MQXPDA_NONE
      Problem Determination Area
    • MQXF_INIT

      static final int MQXF_INIT
      API Function Identifiers - Init
      See Also:
    • MQXF_TERM

      static final int MQXF_TERM
      API Function Identifiers - Term
      See Also:
    • MQXF_CONN

      static final int MQXF_CONN
      API Function Identifiers - Conn
      See Also:
    • MQXF_CONNX

      static final int MQXF_CONNX
      API Function Identifiers - Connx
      See Also:
    • MQXF_DISC

      static final int MQXF_DISC
      API Function Identifiers - Disc
      See Also:
    • MQXF_OPEN

      static final int MQXF_OPEN
      API Function Identifiers - Open
      See Also:
    • MQXF_CLOSE

      static final int MQXF_CLOSE
      API Function Identifiers - Close
      See Also:
    • MQXF_PUT1

      static final int MQXF_PUT1
      API Function Identifiers - Put1
      See Also:
    • MQXF_PUT

      static final int MQXF_PUT
      API Function Identifiers - Put
      See Also:
    • MQXF_GET

      static final int MQXF_GET
      API Function Identifiers - Get
      See Also:
    • MQXF_DATA_CONV_ON_GET

      static final int MQXF_DATA_CONV_ON_GET
      API Function Identifiers - Data conv on get
      See Also:
    • MQXF_INQ

      static final int MQXF_INQ
      API Function Identifiers - Inq
      See Also:
    • MQXF_SET

      static final int MQXF_SET
      API Function Identifiers - Set
      See Also:
    • MQXF_BEGIN

      static final int MQXF_BEGIN
      API Function Identifiers - Begin
      See Also:
    • MQXF_CMIT

      static final int MQXF_CMIT
      API Function Identifiers - Cmit
      See Also:
    • MQXF_BACK

      static final int MQXF_BACK
      API Function Identifiers - Back
      See Also:
    • MQXF_STAT

      static final int MQXF_STAT
      API Function Identifiers - Stat
      See Also:
    • MQXF_CB

      static final int MQXF_CB
      API Function Identifiers - Cb
      See Also:
    • MQXF_CTL

      static final int MQXF_CTL
      API Function Identifiers - Ctl
      See Also:
    • MQXF_CALLBACK

      static final int MQXF_CALLBACK
      API Function Identifiers - Callback
      See Also:
    • MQXF_SUB

      static final int MQXF_SUB
      API Function Identifiers - Sub
      See Also:
    • MQXF_SUBRQ

      static final int MQXF_SUBRQ
      API Function Identifiers - Subrq
      See Also:
    • MQXF_XACLOSE

      static final int MQXF_XACLOSE
      API Function Identifiers - xaClose
      See Also:
    • MQXF_XACOMMIT

      static final int MQXF_XACOMMIT
      API Function Identifiers - xaCommit
      See Also:
    • MQXF_XACOMPLETE

      static final int MQXF_XACOMPLETE
      API Function Identifiers - xaComplete
      See Also:
    • MQXF_XAEND

      static final int MQXF_XAEND
      API Function Identifiers - xaEnd
      See Also:
    • MQXF_XAFORGET

      static final int MQXF_XAFORGET
      API Function Identifiers - xaForget
      See Also:
    • MQXF_XAOPEN

      static final int MQXF_XAOPEN
      API Function Identifiers - xaOpen
      See Also:
    • MQXF_XAPREPARE

      static final int MQXF_XAPREPARE
      API Function Identifiers - xaPrepare
      See Also:
    • MQXF_XARECOVER

      static final int MQXF_XARECOVER
      API Function Identifiers - xaRecover
      See Also:
    • MQXF_XAROLLBACK

      static final int MQXF_XAROLLBACK
      API Function Identifiers - xaRollBack
      See Also:
    • MQXF_XASTART

      static final int MQXF_XASTART
      API Function Identifiers - xaStart
      See Also:
    • MQXF_AXREG

      static final int MQXF_AXREG
      API Function Identifiers - axReg
      See Also:
    • MQXF_AXUNREG

      static final int MQXF_AXUNREG
      API Function Identifiers - axUnreg
      See Also:
    • MQCDC_VERSION_1

      static final int MQCDC_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQCDC_VERSION_2

      static final int MQCDC_VERSION_2
      Structure Version Number - Version 2
      See Also:
    • MQCDC_VERSION_3

      static final int MQCDC_VERSION_3
      Structure Version Number - Version 3
      See Also:
    • MQCDC_VERSION_4

      static final int MQCDC_VERSION_4
      Structure Version Number - Version 4
      See Also:
    • MQCDC_VERSION_5

      static final int MQCDC_VERSION_5
      Structure Version Number - Version 5
      See Also:
    • MQCDC_VERSION_6

      static final int MQCDC_VERSION_6
      Structure Version Number - Version 6
      See Also:
    • MQCDC_VERSION_7

      static final int MQCDC_VERSION_7
      Structure Version Number - Version 7
      See Also:
    • MQCDC_VERSION_8

      static final int MQCDC_VERSION_8
      Structure Version Number - Version 8
      See Also:
    • MQCDC_VERSION_9

      static final int MQCDC_VERSION_9
      Structure Version Number - Version 9
      See Also:
    • MQCDC_VERSION_10

      static final int MQCDC_VERSION_10
      Structure Version Number - Version 10
      See Also:
    • MQCDC_VERSION_11

      static final int MQCDC_VERSION_11
      Structure Version Number - Version 11
      See Also:
    • MQCDC_VERSION_12

      static final int MQCDC_VERSION_12
      Structure Version Number - Version 12
      See Also:
    • MQCDC_CURRENT_VERSION

      static final int MQCDC_CURRENT_VERSION
      Structure Version Number - Current version.
      See Also:
    • MQCDC_LENGTH_1

      static final int MQCDC_LENGTH_1
      Length of version-1 channel definition structure.
      See Also:
    • MQCDC_LENGTH_2

      static final int MQCDC_LENGTH_2
      Length of version-2 channel definition structure.
      See Also:
    • MQCDC_LENGTH_3

      static final int MQCDC_LENGTH_3
      Length of version-3 channel definition structure.
      See Also:
    • MQCXP_STRUC_ID

      static final String MQCXP_STRUC_ID
      Structure Identifier
      See Also:
    • MQCXP_VERSION_1

      static final int MQCXP_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQCXP_VERSION_2

      static final int MQCXP_VERSION_2
      Structure Version Number - Version 2
      See Also:
    • MQCXP_VERSION_3

      static final int MQCXP_VERSION_3
      Structure Version Number - Version 3
      See Also:
    • MQCXP_VERSION_4

      static final int MQCXP_VERSION_4
      Structure Version Number - Version 4
      See Also:
    • MQCXP_VERSION_5

      static final int MQCXP_VERSION_5
      Structure Version Number - Version 5
      See Also:
    • MQCXP_VERSION_6

      static final int MQCXP_VERSION_6
      Structure Version Number - Version 6
      See Also:
    • MQCXP_VERSION_7

      static final int MQCXP_VERSION_7
      Structure Version Number - Version 7
      See Also:
    • MQCXP_VERSION_8

      static final int MQCXP_VERSION_8
      Structure Version Number - Version 8
      See Also:
    • MQCXP_VERSION_9

      static final int MQCXP_VERSION_9
      Structure Version Number - Version 9
      See Also:
    • MQCXP_CURRENT_VERSION

      static final int MQCXP_CURRENT_VERSION
      Structure Version Number - Current version
      See Also:
    • MQCXP_LENGTH_3

      static final int MQCXP_LENGTH_3
      Length of version-3 channel exit parameter structure.
      See Also:
    • MQCXP_LENGTH_4

      static final int MQCXP_LENGTH_4
      Length of version-4 channel exit parameter structure.
      See Also:
    • MQCXP_LENGTH_5

      static final int MQCXP_LENGTH_5
      Length of version-5 channel exit parameter structure.
      See Also:
    • MQXR2_PUT_WITH_DEF_ACTION

      static final int MQXR2_PUT_WITH_DEF_ACTION
      Exit Response 2 - Mqxr2put with def action
      See Also:
    • MQXR2_PUT_WITH_DEF_USERID

      static final int MQXR2_PUT_WITH_DEF_USERID
      Exit Response 2 - Mqxr2put with def userid
      See Also:
    • MQXR2_PUT_WITH_MSG_USERID

      static final int MQXR2_PUT_WITH_MSG_USERID
      Exit Response 2 - Mqxr2put with msg userid
      See Also:
    • MQXR2_USE_AGENT_BUFFER

      static final int MQXR2_USE_AGENT_BUFFER
      Exit Response 2 - Mqxr2use agent buffer
      See Also:
    • MQXR2_USE_EXIT_BUFFER

      static final int MQXR2_USE_EXIT_BUFFER
      Exit Response 2 - Mqxr2use exit buffer
      See Also:
    • MQXR2_DEFAULT_CONTINUATION

      static final int MQXR2_DEFAULT_CONTINUATION
      Exit Response 2 - Mqxr2default continuation
      See Also:
    • MQXR2_CONTINUE_CHAIN

      static final int MQXR2_CONTINUE_CHAIN
      Exit Response 2 - Mqxr2continue chain
      See Also:
    • MQXR2_SUPPRESS_CHAIN

      static final int MQXR2_SUPPRESS_CHAIN
      Exit Response 2 - Mqxr2suppress chain
      See Also:
    • MQXR2_STATIC_CACHE

      static final int MQXR2_STATIC_CACHE
      Exit Response 2 - Mqxr2static cache
      See Also:
    • MQXR2_DYNAMIC_CACHE

      static final int MQXR2_DYNAMIC_CACHE
      Exit Response 2 - Mqxr2dynamic cache
      See Also:
    • MQCF_NONE

      static final int MQCF_NONE
      Capability Flags - None
      See Also:
    • MQCF_DIST_LISTS

      static final int MQCF_DIST_LISTS
      This flag indicates that distribution lists are supported by the local queue manager.
      See Also:
    • MQDXP_STRUC_ID

      static final String MQDXP_STRUC_ID
      Structure Identifier
      See Also:
    • MQDXP_VERSION_1

      static final int MQDXP_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQDXP_VERSION_2

      static final int MQDXP_VERSION_2
      Structure Version Number - Version 2
      See Also:
    • MQDXP_CURRENT_VERSION

      static final int MQDXP_CURRENT_VERSION
      Structure Version Number - Current version
      See Also:
    • MQDXP_LENGTH_1

      static final int MQDXP_LENGTH_1
      Length of version-1 data conversion exit parameter structure.
      See Also:
    • MQXDR_OK

      static final int MQXDR_OK
      Exit Response - Ok
      See Also:
    • MQXDR_CONVERSION_FAILED

      static final int MQXDR_CONVERSION_FAILED
      Exit Response - Conversion failed
      See Also:
    • MQNXP_STRUC_ID

      static final String MQNXP_STRUC_ID
      Structure Identifier
      See Also:
    • MQNXP_VERSION_1

      static final int MQNXP_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQNXP_VERSION_2

      static final int MQNXP_VERSION_2
      Structure Version Number - Version 2
      See Also:
    • MQNXP_CURRENT_VERSION

      static final int MQNXP_CURRENT_VERSION
      Structure Version Number - Current version
      See Also:
    • MQPBC_STRUC_ID

      static final String MQPBC_STRUC_ID
      Structure Identifier
      See Also:
    • MQPBC_VERSION_1

      static final int MQPBC_VERSION_1
      Version-1 for PBC record.
      See Also:
    • MQPBC_VERSION_2

      static final int MQPBC_VERSION_2
      Version-2 for PBC record.
      See Also:
    • MQPBC_CURRENT_VERSION

      static final int MQPBC_CURRENT_VERSION
      Current version of PBC record.
      See Also:
    • MQPSXP_STRUC_ID

      static final String MQPSXP_STRUC_ID
      Structure Identifier
      See Also:
    • MQPSXP_VERSION_1

      static final int MQPSXP_VERSION_1
      Version-1 for PSXP record.
      See Also:
    • MQPSXP_VERSION_2

      static final int MQPSXP_VERSION_2
      Version-2 for PSXP record.
      See Also:
    • MQPSXP_CURRENT_VERSION

      static final int MQPSXP_CURRENT_VERSION
      Current version of PSXP record.
      See Also:
    • MQSBC_STRUC_ID

      static final String MQSBC_STRUC_ID
      Structure Identifier
      See Also:
    • MQSBC_VERSION_1

      static final int MQSBC_VERSION_1
      Version-1 for SBC record.
      See Also:
    • MQSBC_CURRENT_VERSION

      static final int MQSBC_CURRENT_VERSION
      Current version of SBC record.
      See Also:
    • MQWDR_STRUC_ID

      static final String MQWDR_STRUC_ID
      Structure Identifier
      See Also:
    • MQWDR_VERSION_1

      static final int MQWDR_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQWDR_VERSION_2

      static final int MQWDR_VERSION_2
      Structure Version Number - Version 2
      See Also:
    • MQWDR_CURRENT_VERSION

      static final int MQWDR_CURRENT_VERSION
      Cluster workload destination record.
      See Also:
    • MQWDR_LENGTH_1

      static final int MQWDR_LENGTH_1
      Structure Length - Length (Version 1)
      See Also:
    • MQWDR_LENGTH_2

      static final int MQWDR_LENGTH_2
      Structure Length - Length (Version 2)
      See Also:
    • MQWDR_CURRENT_LENGTH

      static final int MQWDR_CURRENT_LENGTH
      Structure Length - Current length
      See Also:
    • MQQMF_REPOSITORY_Q_MGR

      static final int MQQMF_REPOSITORY_Q_MGR
      Queue Manager Flags - Repository q mgr
      See Also:
    • MQQMF_CLUSSDR_USER_DEFINED

      static final int MQQMF_CLUSSDR_USER_DEFINED
      Queue Manager Flags - Clussdr user defined
      See Also:
    • MQQMF_CLUSSDR_AUTO_DEFINED

      static final int MQQMF_CLUSSDR_AUTO_DEFINED
      Queue Manager Flags - Clussdr auto defined
      See Also:
    • MQQMF_AVAILABLE

      static final int MQQMF_AVAILABLE
      Queue Manager Flags - Available
      See Also:
    • MQWDR1_LENGTH_1

      static final int MQWDR1_LENGTH_1
      Length of version-1 cluster workload exit destination record structure version 1.
      See Also:
    • MQWDR1_CURRENT_LENGTH

      static final int MQWDR1_CURRENT_LENGTH
      Length of current version of cluster workload exit destination Record structure version 1.
      See Also:
    • MQWDR2_LENGTH_1

      static final int MQWDR2_LENGTH_1
      Length of version-1 cluster workload exit destination record structure version 2.
      See Also:
    • MQWDR2_LENGTH_2

      static final int MQWDR2_LENGTH_2
      Length of version-2 cluster workload exit destination record structure version 2.
      See Also:
    • MQWDR2_CURRENT_LENGTH

      static final int MQWDR2_CURRENT_LENGTH
      Length of current version of cluster workload exit destination record structure version 1.
      See Also:
    • MQWQR_STRUC_ID

      static final String MQWQR_STRUC_ID
      Structure Identifier
      See Also:
    • MQWQR_VERSION_1

      static final int MQWQR_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQWQR_VERSION_2

      static final int MQWQR_VERSION_2
      Structure Version Number - Version 2
      See Also:
    • MQWQR_VERSION_3

      static final int MQWQR_VERSION_3
      Structure Version Number - Version 3
      See Also:
    • MQWQR_VERSION_4

      static final int MQWQR_VERSION_4
      Structure Version Number - Version 4
      See Also:
    • MQWQR_CURRENT_VERSION

      static final int MQWQR_CURRENT_VERSION
      Cluster workload queue record structure.
      See Also:
    • MQWQR_LENGTH_1

      static final int MQWQR_LENGTH_1
      Structure Length - Length (Version 1)
      See Also:
    • MQWQR_LENGTH_2

      static final int MQWQR_LENGTH_2
      Structure Length - Length (Version 2)
      See Also:
    • MQWQR_LENGTH_3

      static final int MQWQR_LENGTH_3
      Structure Length - Length (Version 3)
      See Also:
    • MQWQR_LENGTH_4

      static final int MQWQR_LENGTH_4
      Structure Length - Length (Version 4)
      See Also:
    • MQWQR_CURRENT_LENGTH

      static final int MQWQR_CURRENT_LENGTH
      Structure Length - Current length
      See Also:
    • MQQF_LOCAL_Q

      static final int MQQF_LOCAL_Q
      Queue Flags - Local q
      See Also:
    • MQQF_CLWL_USEQ_ANY

      static final int MQQF_CLWL_USEQ_ANY
      Queue Flags - Clwl useq any
      See Also:
    • MQQF_CLWL_USEQ_LOCAL

      static final int MQQF_CLWL_USEQ_LOCAL
      Queue Flags - Clwl useq local
      See Also:
    • MQWQR1_LENGTH_1

      static final int MQWQR1_LENGTH_1
      Length of version-1 cluster workload exit queue record version 1 structure.
      See Also:
    • MQWQR1_CURRENT_LENGTH

      static final int MQWQR1_CURRENT_LENGTH
      Length of current version of cluster workload exit queue record version 1 structure.
      See Also:
    • MQWQR2_LENGTH_1

      static final int MQWQR2_LENGTH_1
      Length of version-1 cluster workload exit queue record version 2 structure.
      See Also:
    • MQWQR2_LENGTH_2

      static final int MQWQR2_LENGTH_2
      Length of version-2 cluster workload exit queue record version 2 structure.
      See Also:
    • MQWQR2_CURRENT_LENGTH

      static final int MQWQR2_CURRENT_LENGTH
      Length of current version of cluster workload exit queue record version 2 structure.
      See Also:
    • MQWQR3_LENGTH_1

      static final int MQWQR3_LENGTH_1
      Length of version-1 cluster workload exit queue record version 3 structure.
      See Also:
    • MQWQR3_LENGTH_2

      static final int MQWQR3_LENGTH_2
      Length of version-2 cluster workload exit queue record version 3 structure.
      See Also:
    • MQWQR3_LENGTH_3

      static final int MQWQR3_LENGTH_3
      Length of version-3 cluster workload exit queue record version 3 structure.
      See Also:
    • MQWQR3_CURRENT_LENGTH

      static final int MQWQR3_CURRENT_LENGTH
      Length of current version of cluster workload exit queue record version 3 structure.
      See Also:
    • MQWQR4_LENGTH_1

      static final int MQWQR4_LENGTH_1
      Length of version-1 cluster workload exit queue record version 4 structure.
      See Also:
    • MQWQR4_LENGTH_2

      static final int MQWQR4_LENGTH_2
      Length of version-2 cluster workload exit queue record version 4 structure.
      See Also:
    • MQWQR4_LENGTH_3

      static final int MQWQR4_LENGTH_3
      Length of version-3 cluster workload exit queue record version 4 structure.
      See Also:
    • MQWQR4_LENGTH_4

      static final int MQWQR4_LENGTH_4
      Length of version-4 cluster workload exit queue record version 4 structure.
      See Also:
    • MQWQR4_CURRENT_LENGTH

      static final int MQWQR4_CURRENT_LENGTH
      Length of current version of cluster workload exit queue record version 4 structure.
      See Also:
    • MQWXP_STRUC_ID

      static final String MQWXP_STRUC_ID
      Structure Identifier
      See Also:
    • MQWXP_VERSION_1

      static final int MQWXP_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQWXP_VERSION_2

      static final int MQWXP_VERSION_2
      Structure Version Number - Version 2
      See Also:
    • MQWXP_VERSION_3

      static final int MQWXP_VERSION_3
      Structure Version Number - Version 2
      See Also:
    • MQWXP_VERSION_4

      static final int MQWXP_VERSION_4
      Structure Version Number - Version 4
      See Also:
    • MQWXP_CURRENT_VERSION

      static final int MQWXP_CURRENT_VERSION
      Structure Version Number - Current version
      See Also:
    • MQWXP_PUT_BY_CLUSTER_CHL

      static final int MQWXP_PUT_BY_CLUSTER_CHL
      Cluster Workload Flags - Put by cluster chl
      See Also:
    • MQXEPO_STRUC_ID

      static final String MQXEPO_STRUC_ID
      Structure Identifier
      See Also:
    • MQXEPO_VERSION_1

      static final int MQXEPO_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQXEPO_CURRENT_VERSION

      static final int MQXEPO_CURRENT_VERSION
      Structure Version Number - Current version
      See Also:
    • MQXEPO_NONE

      static final int MQXEPO_NONE
      Exit Options - None
      See Also:
    • MQXP_STRUC_ID

      static final String MQXP_STRUC_ID
      Structure Identifier
      See Also:
    • MQXP_VERSION_1

      static final int MQXP_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQXP_LENGTH_1

      static final int MQXP_LENGTH_1
      Length of version-1 exit parameter structure.
      See Also:
    • MQXP_CURRENT_LENGTH

      static final int MQXP_CURRENT_LENGTH
      Length of current version of exit parameter structure.
      See Also:
    • MQXC_MQOPEN

      static final int MQXC_MQOPEN
      Exit Commands - MQOPEN
      See Also:
    • MQXC_MQCLOSE

      static final int MQXC_MQCLOSE
      Exit Commands - MQCLOSE
      See Also:
    • MQXC_MQGET

      static final int MQXC_MQGET
      Exit Commands - MQGET
      See Also:
    • MQXC_MQPUT

      static final int MQXC_MQPUT
      Exit Commands - MQPUT
      See Also:
    • MQXC_MQPUT1

      static final int MQXC_MQPUT1
      Exit Commands - MQPUT1
      See Also:
    • MQXC_MQINQ

      static final int MQXC_MQINQ
      Exit Commands - MQINQ
      See Also:
    • MQXC_MQSET

      static final int MQXC_MQSET
      Exit Commands - MQSET
      See Also:
    • MQXC_MQBACK

      static final int MQXC_MQBACK
      Exit Commands - MQBACK
      See Also:
    • MQXC_MQCMIT

      static final int MQXC_MQCMIT
      Exit Commands - MQCMIT
      See Also:
    • MQXC_MQSUB

      static final int MQXC_MQSUB
      Exit Commands - MQCMIT
      See Also:
    • MQXC_MQSUBRQ

      static final int MQXC_MQSUBRQ
      Exit Commands - MQCMIT
      See Also:
    • MQXC_MQCB

      static final int MQXC_MQCB
      Exit Commands - MQCMIT
      See Also:
    • MQXC_MQCTL

      static final int MQXC_MQCTL
      Exit Commands - MQCMIT
      See Also:
    • MQXC_MQSTAT

      static final int MQXC_MQSTAT
      Exit Commands - MQCMIT
      See Also:
    • MQXC_CALLBACK

      static final int MQXC_CALLBACK
      Exit Id - Callback
      See Also:
    • MQXWD_STRUC_ID

      static final String MQXWD_STRUC_ID
      Structure Identifier
      See Also:
    • MQXWD_VERSION_1

      static final int MQXWD_VERSION_1
      Structure Version Number - Version 1
      See Also:
    • MQXWD_LENGTH_1

      static final int MQXWD_LENGTH_1
      Length of version-1 exit parameter block structure.
      See Also:
    • MQXWD_CURRENT_LENGTH

      static final int MQXWD_CURRENT_LENGTH
      Length of current version of exit parameter block structure.
      See Also:
    • MQTRANSPORTEXIT

      static final String MQTRANSPORTEXIT
      Alternative name for the MQ_TRANSPORT_EXIT type definition
      See Also:
    • MQDCC_DEFAULT_CONVERSION

      static final int MQDCC_DEFAULT_CONVERSION
      Conversion Options - Default conversion
      See Also:
    • MQDCC_FILL_TARGET_BUFFER

      static final int MQDCC_FILL_TARGET_BUFFER
      Conversion Options - Fill target buffer
      See Also:
    • MQDCC_INT_DEFAULT_CONVERSION

      static final int MQDCC_INT_DEFAULT_CONVERSION
      Conversion Options - Int default conversion
      See Also:
    • MQDCC_SOURCE_ENC_NATIVE

      static final int MQDCC_SOURCE_ENC_NATIVE
      Conversion Options - Source enc native
      See Also:
    • MQDCC_SOURCE_ENC_NORMAL

      static final int MQDCC_SOURCE_ENC_NORMAL
      Conversion Options - Source enc normal
      See Also:
    • MQDCC_SOURCE_ENC_REVERSED

      static final int MQDCC_SOURCE_ENC_REVERSED
      Conversion Options - Source enc reversed
      See Also:
    • MQDCC_SOURCE_ENC_UNDEFINED

      static final int MQDCC_SOURCE_ENC_UNDEFINED
      Conversion Options - Source enc undefined
      See Also:
    • MQDCC_TARGET_ENC_NATIVE

      static final int MQDCC_TARGET_ENC_NATIVE
      Conversion Options - Target enc native
      See Also:
    • MQDCC_TARGET_ENC_NORMAL

      static final int MQDCC_TARGET_ENC_NORMAL
      Conversion Options - Target enc normal
      See Also:
    • MQDCC_TARGET_ENC_REVERSED

      static final int MQDCC_TARGET_ENC_REVERSED
      Conversion Options - Target enc reversed
      See Also:
    • MQDCC_TARGET_ENC_UNDEFINED

      static final int MQDCC_TARGET_ENC_UNDEFINED
      Conversion Options - Target enc undefined
      See Also:
    • MQDCC_NONE

      static final int MQDCC_NONE
      Conversion Options - None
      See Also:
    • MQDCC_SOURCE_ENC_MASK

      static final int MQDCC_SOURCE_ENC_MASK
      Conversion Options Masks and Factors - Source enc mask
      See Also:
    • MQDCC_TARGET_ENC_MASK

      static final int MQDCC_TARGET_ENC_MASK
      Conversion Options Masks and Factors - Target enc mask
      See Also:
    • MQDCC_SOURCE_ENC_FACTOR

      static final int MQDCC_SOURCE_ENC_FACTOR
      Conversion Options Masks and Factors - Source enc factor
      See Also:
    • MQDCC_TARGET_ENC_FACTOR

      static final int MQDCC_TARGET_ENC_FACTOR
      Conversion Options Masks and Factors - Target enc factor
      See Also: