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

后端 未结 7 1274
灰色年华
灰色年华 2021-01-30 04:17

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

7条回答
  •  温柔的废话
    2021-01-30 04:49

    I have been using node-amqp

    npm install amqp
    

    This is the one recommended by RabbitMQ which is why I've been using it. From what I've been doing, this module is more dry and readable compared to the other libraries I have seen.

提交回复
热议问题