How to Install RabbitMQ on on Rocky Linux 9

To install RabbitMQ on Rocky Linux 9, follow the steps below.

Step 1 : Update:

Step 2 : Import RabbitMQ and Erlang keys:

Step 3 : Create a new file /etc/yum.repos.d/rabbitmq.repo and add the following content:

Step 4 : Update again:

Step 5 : Install dependencies:

Step 6 : Install RabbitMQ:

Step 7 : Start RabbitMQ:

Step 8 : Enable RabbitMQ:

Step 9 : Check status:

Step 10 : Enable RabbitMQ management plugin:

Step 11 : Create Admin User:

Step 12 : Configure the firewall if needed:

Step 13 : Access RabbitMQ management console by navigating to http://your_server_ip:15672 in a web browser.

- Log in with the admin credentials you created.

Congratulations! You have successfully installed RabbitMQ on Rocky Linux 9.