Warm tip: This article is reproduced from stackoverflow.com, please click
amqp node.js rabbitmq

amqp vs amqplib

发布于 2020-03-30 21:16:18

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

Questioner
Javier del Saz
Viewed
55
Carl Hörberg 2013-11-22 09:47

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).