MeowWolf / node-red-contrib-amqp

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

Better RPC #23

Closed amodelbello closed 4 years ago

amodelbello commented 4 years ago

Changes RPC functionality to publish directly to replyTo queues instead of using routing keys.

This approach conforms to the standard RPC patter as laid out in the RabbitMQ tutorials and allows us to expand RPC functionality to headers and fanout exchanges.