Verifying the RabbitMQ Installation
To verify that the RabbitMQ Server application has been successfully installed and configured, access the RabbitMQ Management webpage. View the RabbitMQ Management webpage to monitor the status and queuing of the messages across the enterprise.
The following are the default RabbitMQ user accounts that can be used to log into the RabbitMQ Management webpage.
Username | Password |
---|---|
guest | guest |
administrator | rmqAdministrator_1 |
mqreader | ChangeMe_123 |
mqwriter | ChangeMe_123 |
NCR recommends to update the password of the default users to secure and manage RabbitMQ Server application access. For more information, refer to Default RabbitMQ user credentials.
Logging on to the RabbitMQ Management webpage
- Open a Web browser and, based on the communication protocol used for RabbitMQ, enter the corresponding URL.
Communication protocol URL HTTP (Unsecured) http://<Messaging Server machine name or IP address>:15672
HTTPS (Secured) https://<Messaging Server machine name or IP address>:15671
- Enter the required login credentials.Note
Both the username and password are case-sensitive.
- From the RabbitMQ Management webpage, select the Queues tab. The application displays the message queues.Note
At this point of the installation, only the queues installed by the NCR.Retail.Platform.RabbitMQ.SetupApplication are displayed.