Stopping a queue manager in Java

There are 2 ways to close down a QueueManager, and one of the close methods should be called by MQe applications when they have finished using the queue manager:
  • closeQuiese
  • closeImmediate

Parent topic: Stopping queue managers