SYMPTOMS
This article explains how to install the RabbitMQ web based management console on a server assuming RabbitMQ itself is already installed.
CAUSE
Not applicable.
RESOLUTION
Assuming the plugin directory and rabbitMQ server is installed, you can either run the command prompt that RabbitMQ provides which is the same as a regular command prompt with the exception that it automatically opens up at the correct directory for the plugins.
Alternatively, you can open command prompt and run this command: CD C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.1.3\sbin. With command prompt open and the proper directory selected run this command to enable the plugin: rabbitmq-plugins enable rabbitmq_management.
Once this is completed, open a browser and navigate to this URL: http://SERVERNAME:15672
The initial user id and password is: Guest/Guest
APPLIES TO
3.1; 3.2; 3.3; 3.4; 3.5; 3.6; 3.7; 3.7 Service Pack 1; 3.7 Service Pack 2
Comments
0 comments
Article is closed for comments.