cloudamqp/amqp-client.js

Example on how to listen for messages on a exchange

thxmike opened this issue · 1 comments

Are there any examples how how to listen for messages on an exchange?

No, you have to bind a queue to the exchange and subscribe to that queue. Messages to an exchange will be routed to all queues bound to it with the matching routing keys.