Deleting RabbitMQ Exchanges
This section describes how to delete exchanges on the console.
Notes and Constraints
- Deleting an exchange removes all its configurations including exchange-exchange and exchange-queue bindings permanently.
- The default exchange cannot be deleted.
Prerequisite
An exchange has been created.
Deleting RabbitMQ Exchanges
- Log in to the RabbitMQ console.
- Click
in the upper left corner to select the region where your instance is located. - Click an instance name to go to the instance details page.
- In the navigation pane, choose Instance > Virtual Hosts.
- Click a virtual host name to go to the virtual host details page.
- On the Exchange tab page, delete exchanges in either of the following ways:
- Select one or more exchanges and click Delete Exchange in the upper left corner.
- In the row containing the desired exchange, click Delete.
Deleting an exchange removes all its configurations including exchange-exchange and exchange-queue bindings permanently.
- Click OK.
This Exchange is deleted when it is removed from the exchange list.
Related Document
To delete an exchange by calling an API, see Deleting Specified Exchanges in Batches.