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

Switch to rabbitmq/amqp091-go #38

Closed perriea closed 3 years ago

perriea commented 3 years ago

Hi,

Following #27, I'm testing if this library working with rabbitmq/amqp091-go instead of streadway/amqp.

On my firsts tests on my project (based with RMQ microservices), all features works with no changes.

perriea commented 3 years ago

@wagslane can you check this ? :)

wagslane commented 3 years ago

Thanks for contributing!