Logging in to RabbitMQ management console

You can find the information about logging in to RabbitMQ management console to monitor queues, exchanges, and message activity.

Before you begin

You must have completed the following tasks:

Procedure

  1. On the web browser, enter the URL https://hostname:port/rabbit
    Note: The hostname and port are the values that are specified during installation.
  2. Enter rabbit in the Username field.
  3. Enter the password retrieved from the Kubernetes or OpenShift secret in the Password field.
    Note: If you installed Velocity on Docker Compose, you can enter the password stored in the RABBITMQ_PASS environment variable in the .env file located in the installation directory.
  4. Click Login.
    You have successfully logged in to the RabbitMQ management console.