To enable web user interface (User Management Plugin) for RabbitMQ. Just follow 4 easy steps given below.

  1. Open the command prompt & go to below location.

    C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.2.3\sbin
    

    enter image description here

  2. Hit below command:

    rabbitmq-plugins enable rabbitmq_management
    

    This command will actually run rabbitmq-plugins batch file which is present inside sbin folder.

    enter image description here

  3. Now, restart the RabbitMQ service. enter image description
here
  4. Go to browser & hit this URL http://localhost:15672 enter image
description here

That's all...:)