Deleting a broker on Windows

To delete a broker:

  1. Stop the broker using the mqsistop command.
  2. Enter the following command to delete the broker:
    mqsideletebroker WBRK_BROKER 

    where:

    WBRK_BROKER is the broker name.

On completion of this task, you have:
  • Stopped the Windows service that runs the broker.
  • Removed the broker's data from the database.
  • Removed the record for the component in the broker registry. It is therefore removed from the list of components displayed by issuing the mqsilist command.
Related concepts
Brokers
Broker domains
Related tasks
Removing a broker from a broker domain
Starting and stopping a broker
Related reference
mqsideletebroker command
mqsistop command
mqsilist (list resources) command