mqseries_connx
PECL mqseries >= 0.10.0
mqseries_connx - MQSeries MQCONNX
Manual
mqseries_connx(
string$qManagerName,
arrayconnOptions ,
resourcehconn ,
resourcecompCode ,
resourcereason
): void
string$qManagerName,
array
resource
resource
resource
): void
The mqseries_connx (MQCONNX) call connects an application program to a queue manager. It provides a queue manager connection handle, which is used by the application on subsequent MQ calls.
The mqseries_connx call is like the mqseries_conn (MQCONN) call, except that MQCONNX allows options to be specified to control the way that the call works.
Parameters
- qManagerName
-
Name of queue manager.
Name of the queue manager the application wishes to connect.
- connOps
-
Options that control the action of function
See also the MQCNO structure.
- hConn
-
Connection handle.
This handle represents the connection to the queue manager.
- compCode
-
Completion code.
- reason
-
Reason code qualifying the compCode.
Return Values
No value is returned.