Stormpass / node-red-contrib-amqp

Amqp nodes for node-red
https://flows.nodered.org/node/@stormpass/node-red-contrib-amqp
2 stars 4 forks source link

ampq-in tries to create the queue before connecting to it #4

Open fasblom opened 6 months ago

fasblom commented 6 months ago

ampq-in tries to create the queue before connecting to it. If the user does not have the right to create the queue the call fails with a 403. The expected behaviour should be to try to connect to the queue before trying to create it.

Stormpass commented 4 months ago

Providing an option to configure whether or not to assert the queue should fulfill this requirement