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

后端 未结 7 1213
灰色年华
灰色年华 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:45

    https://github.com/guidesmiths/rascal#rascal worth a mention too. It's built on top of amqplib, and has a set of useful features like auto reconnection logic, configuration based subscription / publication and good support for TDD.

提交回复
热议问题