The ADDRESS MQ CLOSE command closes the message queue.
This command has the following format:
ADDRESS MQ CLOSE
{CONHANDLE(varHCONN)}
{OBJHANDLE(varHOBJ)}
Defines the variable name that stores the connection handle.
Defines the variable name that stores the object handle.
Example: MQ CLOSE
This example closes the message queue:
ADDRESS MQ "CLOSE CONHANDLE(hconn) OBJHANDLE(hobj)"
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |