RabbitMQ Installation and Setup
Copy
The following steps outline the process of installing and setting up the RabbitMQ:
- Install and configure RabbitMQ using the RabbitMQ documentation{ https://www.rabbitmq.com/docs/install-windows}.
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
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.