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 - Windows, Linux, and UNIX systems
Use the mqsideletebroker command to delete a broker on Linux, UNIX, or Windows systems.
Parameters
- BrokerName
- (Required) The name of the broker that you want to delete. You must specify this parameter first.
- -q
- (Optional) Specifies that the broker's queue manager should be deleted. If you do not specify this parameter, only the WebSphere® MQ queues and broker's data are deleted.
- -w
- (Optional) Deletes all files related to this broker from the work path.
- -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.
This parameter is ignored if you specify -q, which deletes the queue manager and all its queues.
Examples
Delete the broker and its associated
queue manager:
mqsideletebroker MB8BROKER -q
Delete the
broker and all its security queues that are defined on the associated
queue manager:
mqsideletebroker MB8BROKER -s