How to get messages from MQ server

I want to use the "@ node-red-tools / node-red-contrib-amqp" node to get messages from rabbitMQ.
You are using the amqp in node.

On rabbitMQ side, / test1 is created for vhost, the queue name is hello, the user / password is created with test1 / test1, and the R / W access authority is given.

In this state, even if deployed, there is no connection from node-red to rabbitMQ, and messages cannot be obtained.

Are there any leaks?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.