mqseries_begin

PECL mqseries >= 0.10.0
mqseries_begin - MQseries MQBEGIN
Manual
Code Examples

mqseries_begin( resource$hconn, array$beginOptions, resourcecompCode, resourcereason ): void

The mqseries_begin (MQBEGIN) call begins a unit of work that is coordinated by the queue manager, and that may involve external resource managers.

Using mqseries_begin starts the unit of work. Either mqseries_back or mqseries_cmit ends the unit of work.

Parameters

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.

Notes

Note:

mqseries_begin will not function when using MQSeries Client to connect to a Queueu Manager.

Related Functions

Example of mqseries_begin

Show all examples for mqseries_begin

PHP Version:


Function mqseries_begin:

mqseries Functions

Most used PHP functions