简体   繁体   中英

How to delete a RabbitMQ exchange?

This seems like a very basic operation but I cannot find a way to delete a named exchange in RabbitMQ. I'm running it on Windows and using the command line tools. At this point I would settle for a .NET API call to delete an exchange, if there exists one. Thank you.

Management plugin is fine, if you don't need to do it programmatically (but your question indicates otherwise).

There is a command in the .NET API to delete the exchange. It's IModel.ExchangeDelete - which is also clearly called out in the API Specification .

Figured it out. Just use the Rabbit MQ Management Plugin .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM