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
773 stars 126 forks source link

Add option to skip exchange declaration #31

Closed ckoehn closed 3 years ago

wagslane commented 3 years ago

For a bit of context, why wouldn't you want to declare the exchange? Are you worried about changing settings?

ckoehn commented 3 years ago

If the exchange is already created on the publishing side (with all the attributes) I want to avoid to copy the specifics to the consumer side (which might not even know which settings to use).