What is Binding?
Binding is a connection which is referred as relation between Queue and Exchange.
Steps to Bind RabbitMQ queues to exchange:
- Open Browser http://localhost:15672 (guest/guest)
- Click on Queue Tab
- Click on respective queue name
- Scroll down and click on Binding and enter Exchange name and binding key and click on Bind Button.
- As we have successfully linked exchange with queue, In any case if you want to unbind it click on unbind button as shown below.
Next step: How to add users in RabbitMQ
You must log in to post a comment.