Node.JS 中的 RabbitMQ 消息传递?

发布于 2024-12-01 07:17:15 字数 121 浏览 2 评论 0原文

我需要使用 RabbitMQ 在 Node.js 中发布和订阅队列,

我已经在 Ruby 中完成了,但我需要在 Node.js 中完成这项工作,但我没有找到任何资源。

有什么方法吗?或库来使用它?

I need to use RabbitMQ to publish and subscribe to queues in Node.js

I already done it in Ruby but I need to do the work in Node.js and I don't find any resource.

Is there any method ? or Library to make it use ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

猫性小仙女 2024-12-08 07:17:16

您可以将 AMQP 库用于节点。在 github 上:http://github.com/postwait/node-amqp#readme,在 npm 中:

$ npm install amqp

You can use the AMQP library for node. On github: http://github.com/postwait/node-amqp#readme, and in npm:

$ npm install amqp
好久不见√ 2024-12-08 07:17:16

您可能还想查看 rabbit.js它为带有rabbitMQ后端的node.js提供了面向套接字的API。

You might also want to look at rabbit.js which provides a socket-oriented API for node.js with the rabbitMQ back-end.

如果没有你 2024-12-08 07:17:16

您可以使用 amqp 库。

npm install amqp

rabbitmq官网小教程:amqp hello world node.js example

you can use amqp library.

npm install amqp

small tutorial on rabbitmq official website: amqp hello world node.js example

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文