Steps for Rabbitmq Installation:



Note:
Please make sure to install at DataOpsServer machine


Supported OS: Ubuntu24



Step-1
--------------------
Download the Rabbitmq zip in Linux machine using below link with 'wget'

-> wget https://datagaps.s3.us-east-1.amazonaws.com/dataops-suite/Rabbitmq_Linux.zip

Step-2
---------------------
Now after Download unzip the Downloaded 'Rabbitmq_Linux.zip' file

-> unzip Rabbitmq_Linux.zip

Step-3
---------------------
Now change to extracted directory

-> cd Rabbitmq_Linux.zip

Step-4
---------------------
There will be Instructions.txt & Rabbitmq_Linux.sh files, Run Script file using 'sudo user' to Install Rabbitmq on Linux machine.

-> sudo ./Rabbitmq_Linux.sh

Setup completed!



You can verify using: curl -I http://localhost:15672