RabbitMQ Deployment (Windows)

Starting October 11, 2024 (Zephyr Enterprise 8.2), the Zephyr Enterprise documentation moved from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise documentation page. Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/zephyr-enterprise/zephyr-installation---upgrade-guides/zephyr-on-premise-production-installation/zephyr-enterprise-services/rabbitmq-deployment/setup-rabbitmq-on-windows-with-1-node.html

Download Erlang/OTP for RabbitMQ. Refer to the following site here;

Installing RabbitMQ

  1. Install RabbitMQ from here:

  2. Open the RabbitMQ download file.

  3. Make sure to install the RabbitMQ as administrator. Run the setup to begin the installation.

  4. Select the Start RabbitMQ service check box from Select Components to Install, then click Finish.

To verify the service is operational, access the Windows search bar type services and locate the RabbitMQ service.

RabbitMQ Management Console Configuration

  1. Open the Windows command prompt or PowerShell and navigate to the RabbitMQ installed location. Perform the following steps:

    1. Press Win + R to open the Run dialog box.

    2. Type cmd for Command Prompt or PowerShell for PowerShell, and press Enter.

    3. In the opened window, type cd, and then copy and paste the following command to navigate to the RabbitMQ installation directory: C:\Program Files\RabbitMQ Server\rabbitmq_server-3.12.10\sbin

  2. Press Enter, to view the RabbitMQ sbin directory to execute the RabbitMQ commands.

  3. Run the rabbitmq-plugins and execute the following rabbitmq_management command in the Command Prompt:

    • \rabbitmq-plugins.bat enable rabbitmq_management

    • rabbitmq-plugins enable rabbitmq_management

  4. Restart the RabbitMQ server. Run the following commands in the PowerShell or command prompt:

    • .\rabbitmqctl.bat stop

    • .\rabbitmq-server.bat -detached

    • rabbitmqctl.bat stop

    • rabbitmq-server.bat -detached

  5. Open the browser and navigate to http://localhost:15672

If you are unable to start the rabbitMQ management in the web browser, then proceed to execute the following commands:

  • rabbitmq-service.bat remove

  • rabbitmq-service.bat install

  • rabbitmq-service.bat start

  • Refer to the RabbitMQ website here for installation instructions

  1. Login using your default user credentials. For example, the username and password are guest.