Monday, February 19, 2018

Installing RabbitMQ Server on Local Machine

  1. Install the Erlang(http://www.erlang.org/downloads)

2. Install the Rabbit MQ
https://www.rabbitmq.com

3. Open the Command Prompt
C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.3\sbin

4. Run the following command
rabbitmq-plugins.bat enable rabbitmq_management

5.Restart the RabbitMQ Services
6. Open browser
http://localhost:15672

7. Use guest as username and password

No comments:

Post a Comment