Skip to content
- To Install RabbitMQ you need to install Erlang first. Download and install the Erlang OTP latest version.
- After that install the RabbitMQ .
- Once RabbitMQ is installed browse to the location where it is installed in the program files like below.
- Now enable the management interface plugin using the command
“rabbitmq-plugins.bat enable rabbitmq_management”
- Now restart the rabbitMQ service.
- After that you can visit the url “http://localhost:15672” and login using credentials guest for both username and password.
- After the login you can see all the details like below.