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.
我可以使用以下代码在我的本地机器中使用 rabbitmq 连接到 asmq 通道。
但我想在不同的机器上连接到这个通道并接收数据。
amqp.connect('amqp://localhost', function (err, conn) {});