DEV Community

Discussion on: Working With RabbitMQ in Golang

Collapse
 
damienroche profile image
Damien Roche • Edited

I tried using amqp by itself and lost interest when I realised the amount of boilerplate involved for less than trivial implementations.

Below someone mentioned fluent-amqp as their own library. I went with cony: github.com/assembla/cony

Seems to be the most popular one at the moment.

Collapse
 
igormelo profile image
Igor Melo

it seems to be unmaintaned