Previous Page | Next Page

WebSphere MQ Call Routines

MQCLOSE



Relinquishes access to a WebSphere MQ object (queue, process definition, queue manager).
Syntax
Arguments
Example

Syntax

CALL MQCLOSE(hConn, hObj, options, compCode, reason);

Arguments

For the complete syntax information, see the WebSphere MQ Application Programming Reference at www.ibm.com.


Example

This example closes a queue.

options="NONE";
compCode=0;
reason=0;
CALL MQCLOSE(hConn, hObj, options, compCode, reason);

Previous Page | Next Page | Top of Page