noodlefrenzy / node-amqp10

amqp10 is a promise-based, AMQP 1.0 compliant node.js client
MIT License
134 stars 56 forks source link

Creating Exchange and binding it with the queue #375

Open Abhishek150995 opened 4 years ago

Abhishek150995 commented 4 years ago

How to create an exchange and bind it with the queue using the amqp10 library? Also how to publish messages on to the exchange?