/
RabbitMQ Deployment (Ubuntu)

RabbitMQ Deployment (Ubuntu)

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-and-upgrade-guides/zephyr-on-premise-production-installation/zephyr-enterprise-services/rabbitmq-deployment/rabbitmq-deployment--ubuntu-.html

RabbitMQ - Deployment (Ubuntu)

Setup RabbitMQ on Ubuntu with 1 node

Install RabbitMQ Server (Ubuntu 3.12.10)

Install RabbitMQ packages on all servers:

  1. Cloudsmith Quick Start Script.
    Run the below script file to install RabbitMQ on Ubuntu.

    image-20240328-062631.png
    For more installing details please refer: Installing on Debian and Ubuntu — RabbitMQ

    NOTE:
    In the above script file, we have used the Distribution as “focal” like below, since our Ubuntu version is 20.04.
    deb [signed … /ubuntu focal main
    deb-src [signed-by…ubuntu focal main
    etc…

    Please replace “focal” and use the appropriate Distribution name in your script file from the below table.
    jammy for Ubuntu 23.04
    jammy for Ubuntu 22.04
    focal for Ubuntu 20.04
    bionic for Ubuntu 18.04
    buster for Debian Buster, Bullseye, and Sid

  2. Once the RabbitMQ server package is installed, start and enable the RabbitMQ service with the following command: