DEV Community

Discussion on: Working With RabbitMQ in Golang

Collapse
 
reddec profile image
reddec

Nice explanation! For a big application you will probably meet another problem: recovery/redeclare all channels, bindings and queues after reconnect.
I can offer github.com/reddec/fluent-amqp . I made it to provide more flexible and clean way to interact with amqp. It's just a wrapper of library in the article

Collapse
 
olushola_k profile image
Olushola Karokatose

Thanks! I'll be sure to check the library out!

Collapse
 
damienroche profile image
Damien Roche

Hey I've been using cony, which I'm sure you're aware of, but it's really good to see signing and verification upfront in the README! Good stuff.