WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
mqsideletebroker command - z/OS
Use the mqsideletebroker command to delete a broker on a z/OS® system.
Syntax
Parameters
- BrokerName
- (Required) The name of the broker that you want to delete. You must specify this parameter first.
- -1
- (Optional) Deletes only the broker registry.
- -2
- (Optional) Deletes only the broker WebSphere® MQ queues.
- -s
- (Optional) Specify this option to delete all administrative
security queues for this broker when the broker is deleted. The queue
SYSTEM.BROKER.AUTH and the queue for every defined execution group
(SYSTEM.BROKER.AUTH.egroup_name) are deleted.
If you do not specify this option, the security queues are retained and can be reused if you re-create the broker.
Examples
Delete the broker registry for the
broker CSQ1BRK on z/OS:
mqsideletebroker CSQ1BRK -1
Delete the broker CSQ2BRK and
all its associated resources:
mqsideletebroker CSQ2BRK
Delete the
broker and all its security queues that are defined on the associated
queue manager:
mqsideletebroker CSQ1BRK -s