Amqp-client for RabbitMQ -- all well?

Can https://github.com/andersfugmann/amqp-client be used with RabbitMQ nicely?

No functionality is missing when it’s used with RabbitMQ? No downsides at all?

Working perfectly for me in production. I’ve not noticed anything glaring missing from it.

We have multiple services in production which uses the client connect to a Rabbitmq server, and have not had any problems.

The client has been developed and tested mainly against Rabbitmq server, but should work against any amqp 0-9-1 compatible servers.

If you find any problems, bugs, or have feature requests, you are very welcome to create tickets on github.

3 Likes

I use this library and so far all bugs I reported were fixed quickly. Can recommend.