dltmqm (delete queue manager)
Delete a queue manager.
Purpose
You can use the dltmqm command to delete a queue manager.
Syntax
Parameters
- QMgrName
- Specifies the name of the queue manager that you want to delete.
Usage notes
- This command must be run from the IBM® MQ administration mode. If the system is in the IBM MQ administration mode the prompt includes
mqa(mqcli)#
. To enter the IBM MQ administration mode, entermqcli
on the command line. To exit the IBM MQ administration mode, enterexit
on the command line. - Before you delete the queue manager, you must end the queue manager by using the endmqm command.
- For more information about this command in IBM MQ, see dltmqm in the IBM MQ documentation.
Examples
- The following command deletes the queue manager
QM1
.dltmqm QM1