Saturday, February 24, 2018

Topic Setup in RabbitMQ

1. Login into the RabbitMQ portal using guest credentials

http://localhost:15672/#/exchanges

2. Add a new exchange
  • Put Name jsa.topic select type as topic
  • Leave all other fields remain same and click on Add Exchange
3. Click on the newly created exchange jsa.topic
4. Go to the queue tab:

http://localhost:15672/#/queues

5.Click on Add Queues
  • Put Name: jsa.queue.1
  • Leave all other fields remain same and click on Add Queue
  • Put Name: jsa.queue.2
  • Leave all other fields remain same and click on Add Queue
  • Put Name: jsa.queue.3
  • Leave all other fields remain same and click on Add Queue
6. Click on the newly created queue jsa.queue.1
7.Go the binding tab in the jsa.queue.1


  • Put the From Exchange: jsa.topic
  • Leave other fields blank and click on bind button
  • Repeat the same for other queues.

No comments:

Post a Comment