RabbitMQ Installation and Setup

The following steps outline the process of installing and setting up the RabbitMQ:

  1. Install and configure RabbitMQ using the RabbitMQ documentation{ https://www.rabbitmq.com/docs/install-windows}.
  2. Create an administrative user which will be used later in configuration.

    Go to http://localhost:15672 on the server where RabbitMQ is installed and log in with the Default credentials:

    Username: guest

    Password: guest

  3. Create another administrative user account as follows:

    • Go to the Admin tab
    • Add a user
    • Enter any specific name
    • Enter any password & confirm password
    • Set Admin from Tags
    • Click on Add user
    • Click on the Name of the added user
    • Click on Set Permissions
    • Click on the Admin tab & verify that the administrative user successfully added
    • Record username and password for a later step

      RabbitMQ should now be installed and verified.