Enabling RabbitMQ Plugin in Windows 10 and 11

  • Post category:RabbitMQ
  • Reading time:2 mins read

Are you facing problem to enable RabbitMQ Management ?
Just follow this few steps

First make sure you install Erlang form here: DOWNLOAD ERLANG INSTALLER
And install RabbitMQ here : DOWNLOAD RABBITMQ INSTALLER

After installing both go to this directory from file explorer. RabbitMQ version may vary. In this case directory is in the bellow pirture.

Step 1: Now run Command Prompt as Administrator and paste this command

C:\Program Files\RabbitMQ Server\rabbitmq_server-3.9.8\sbin

rabbitmq_server-3.9.8  this version may vary, change it with your installed version

Step 2: Hit bellow Command

rabbitmq-plugins enable rabbitmq_management

Step 3: Now stop the service by hitting the bellow command

net stop RabbitMQ

Step 4: Start the service now

net start RabbitMQ

Last two command is restarting your RabbitMQ Service. You can do it manually also.

Now go to this link : http://localhost:15672/
which navigate you to RabbitMQ management dashboard .

Default username & password is guest

That’s All . Hope this may help you.

 

Leave a Reply