Ending Native HA queue managers
For IBM® MQ in containers, you can use the endmqm command to end an active or a replica queue manager that is part of a Native HA group.
About this task
The procedure for stopping a queue manager that is part of a Native HA group depends on whether it is an active or a replica instance. When you end either type of instance, a check is made to ensure that ending the instance does not break the quorum of the Native HA group. If the quorum would be broken, the endmqm command fails.
When you issue an endmqm command, the other instances in the group are warned that this is happening, so that they do not report errors when the connection breaks.
If an active instance loses quorum because of the ending or disconnection of too many replica
instances, the active instance waits for a configurable amount of time before ending completely.
This allows a period of time to shut down processing gracefully, rather than applications just
having their connections broken. This timeout value can be specified by the
QuorumConnectivityTimeout
attribute in the NativeHALocalInstance
stanza of the qm.ini file. The default value is 0 seconds.