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

Option to create exchange in publisher #91

Closed NicklasWallgren closed 1 year ago

mijjjj commented 1 year ago

When considering merging this pr, our service environment consumers will restart the service, which will cause our publishers to be unable to publish messages

wagslane commented 1 year ago

@NicklasWallgren Sorry this has taken some time to get to, but it now has some conflicts. I'll try to take a look if you update it to resolve the conflicts. Try to keep the changes minimal, each PR should do one thing!