Home

 

Quiesced shutdown

 

By default, the endmqm command performs a quiesced shutdown of the specified queue manager. This might take a while to complete. A quiesced shutdown waits until all connected applications have disconnected.

Use this type of shutdown to notify applications to stop. If you issue:

endmqm -c saturn.queue.manager

you are not told when all applications have stopped. (An endmqm -c saturn.queue.manager command is equivalent to an endmqm saturn.queue.manager command.)

However, if you issue:

endmqm -w saturn.queue.manager

the command waits until all applications have stopped and the queue manager has ended.

 

Parent topic:

Stopping a queue manager


fa10970_


 

Home