Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近一直在阅读任务队列和消息队列,我对所有内容如何组合在一起感到有些困惑。
我看到 node-celery 和 node-amqp 都提供了添加到 RabbitMQ 队列的方法。然而,node-celery 被描述为“任务队列”,而 node-amqp 被描述为“RabbitMQ 的客户端”。有什么不同?或者 node-amqp 是否已经提供类似于 Celery 的功能?
另外,RabbitMQ 不是已经有队列了吗?为什么我需要在 RabbitMQ 之上使用 Celery?
这里有两个概念: