简体   繁体   中英

AMQP High level client for Node.JS - Looking for the "best choice"

I'm new in the RabbitMQ (AMQP) world and need to build a complex nodeJS application and trying to understand if its better to use the most popular(?) amqplib client or to use other alternatives.

I am asking here because i don't want to choose a lib that may be deprecated in the near future or a lib without wide support. i found

In other hand, i don't want to waste time on building my own common central "helper" from scratch.

I found NabbbitMQ but i don't think its popular enough for me.

Can you advice?

I use RabbitMQ in my production code. I would highly recommend it over other services. It gets slow sometimes on free tier but on paid instance you will face no problems.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM