MeowWolf / node-red-contrib-amqp

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

Setting Exchange Name and Routing Key programmatically #59

Open danieljbstark opened 2 years ago

danieljbstark commented 2 years ago

We have user selectable RMQ exchanges and routings for our system, and I would like to take these selections and pass them to amqp-in. How can I do so?

Thanks!