MeowWolf / node-red-contrib-amqp

AMQP nodes for node-red
22 stars 18 forks source link

Node tries to create the queue before connecting #74

Open fasblom opened 10 months ago

fasblom commented 10 months ago

When using the input-node to read from an existing queue the node uses the assertQueue method which needs write privileges to the queue otherwise it fails. If instead checkQueue is used the input node can read from a queue with only read privileges.