Closing objects using the MQCLOSE call

 

To close an object, use the MQCLOSE call. If the object is a queue, note the following:

Closure is unrelated to syncpoint, so we can close queues before or after syncpoint.

As input to the MQCLOSE call, supply:

The output from MQCLOSE is:

Descriptions of the parameters of the MQCLOSE call are given in the Application Programming Reference.

 

Parent topic:

Opening and closing objects


fg12300_