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
785 stars 128 forks source link

update `amqp091-go` from `v1.7.0` to `v1.9.0` #158

Closed thepabloaguilar closed 6 months ago

thepabloaguilar commented 6 months ago

Hi @wagslane, I'm opening this PR to update the amqp091-go version to the latest released! It has many fixes but one I consider really helpful to bring here is the Fix race condition on confirms PR which was released in version 1.8.0 and during my tests using go-rabbitmq I correlated the problem and saw this lib is not using the latest from amqp091-go!

Would you mind (if you accept this PR) to release a new version, please?

wagslane commented 6 months ago

Thanks!