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 © 2014 CA Technologies.
All rights reserved.
|
|