+

Search Tips | Advanced Search

Connecting to a queue manager using the MQCONNX call

The MQCONNX call is similar to the MQCONN call, but includes options to control the way that the call works.

As input to MQCONNX, we can supply a queue manager name, or a queue-sharing group name on z/OS® shared queue systems.

The output from MQCONNX is:

We use the connection handle on subsequent MQI calls.

A description of all the parameters of MQCONNX is given in MQCONNX. The Options field allows you to set STANDARD_BINDING, FASTPATH_BINDING, SHARED_BINDING, or ISOLATED_BINDING for any version of MQCNO. We can also make shared (thread independent) connections using a MQCONNX call. See Shared (thread independent) connections with MQCONNX for more information about these.

On z/OS these options are tolerated, but only a standard bound connection is performed.

MQCNO Version 3, for z/OS, allows four different options: