wagslane / go-rabbitmq

A wrapper of streadway/amqp that provides reconnection logic and sane defaults
https://blog.boot.dev/golang/connecting-to-rabbitmq-in-golang-easy/
MIT License
768 stars 125 forks source link

Delete exchange #120

Closed KrutayaAlpaca closed 1 year ago

KrutayaAlpaca commented 1 year ago

is there a way to remove the exchange?

wagslane commented 1 year ago

Not in the library. You can always delete it manually with the Rabbit UI or by using the amqp lib