Erlang and RabbitMQ

Updated on December 9th, 2022

 Download Erlang First

Before installing RabbitMQ, download Erlang from here and run the installer.

Download RabbitMq

Download RabbitMq from here and run the installer.

Enable Rabbitmq_management

Open a command prompt as administrator to location C:\Program Files\RabbitMQ Server\rabbitmq_server-3.8.9\sbin

Run rabbitmq-plugins enable rabbitmq_management


Open Chrome Browse to http://localhost:15672/

Enter guest credentials Login using username: guest password: guest

Select Admin Tab Select the Admin tab and select Add a user. Enter curator as the username and password.

Select the user Select the curator user


Set Permission Press the Set permission button on the user's screen:

Add Administrator Tag On the same page select the “Update this user” section to expand the below. Add administrator to the Tags by clicking on Admin next to Tags box and select Update User.
Was this article helpful?