To enable web user interface (User Management Plugin) for RabbitMQ. Just follow 4 easy steps given below.
-
Open the command prompt & go to below location.
C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.2.3\sbin
-
Hit below command:
rabbitmq-plugins enable rabbitmq_management
This command will actually run
rabbitmq-plugins
batch file which is present insidesbin
folder. - Now, restart the RabbitMQ service.
- Go to browser & hit this URL http://localhost:15672
That's all...:)