Monday, February 19, 2018

Producer Consumer Queue Setup on RabbitMQ

1. Login into the RabbitMQ portal using guest credentials

http://localhost:15672/#/exchanges

2. Add a new exchange

  • Put Name jsa.direct
  • Leave all other fields remain same and click on Add Exchange
3. Click on the newly created exchange jsa.direct
4. Go to the queue tab:

http://localhost:15672/#/queues

5.Click on Add Queue
  • Put Name: jsa.queue
  • Leave all other fields remain same and click on Add Queue
6. Click on the newly created queue jsa.queue
7.Go the binding tab in the jsa.queue
  • Put the From Exchange: jsa.direct
  • Put the Routing Key: jsa.routingkey
  • Leave other fields blank and click on bind button


No comments:

Post a Comment