amqp vs amqplib - which Node.js amqp client library is better?

Javier del Saz picture Javier del Saz · Nov 21, 2013 · Viewed 27.1k times · Source

What are the differences between those amqp client libraries? Which one is the most recommended? What are the major differences?

Answer

Carl Hörberg picture Carl Hörberg · Nov 22, 2013

I would recommend amqp.node and bramqp over node-amqp. node-amqp has a lot of bugs and is poorly maintained, and it hides the "channel" concept which introduces a lot of problems for rabbitmq servers (because they are never closed).