disconnect

 

public void disconnect() throws MQException;

Ends the connection to the queue manager. All open queues and processes accessed through this queue manager are closed and become unusable. The only way to reconnect is to create a new MQQueueManager object.

Exceptions

  • MQException - if the MQ disconnect call fails.


uj15140_