mqseries_connx

PECL mqseries >= 0.10.0
mqseries_connx - MQSeries MQCONNX
Manual
Code Examples

mqseries_connx(
     string$qManagerName,
     arrayconnOptions,
     resourcehconn,
     resourcecompCode,
     resourcereason
): 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.

Related Functions

Example of mqseries_connx

Show all examples for mqseries_connx

PHP Version:


Function mqseries_connx:

mqseries Functions

Most used PHP functions