How To Install and Manage RabbitMQ

Blog
Spread the love

RabbitMQ is lightweight and easy to deploy on premises and in the cloud. It supports multiple messaging protocols. RabbitMQ can be deployed in distributed and federated configurations to meet high-scale, high-availability requirements.

Step 1:

#sudo apt-get update

#sudo apt-get install erlang

#sudo apt-get install rabbitmq-server

#sudo systemctl enable rabbitmq-server

#sudo systemctl start rabbitmq-server

#sudo systemctl status rabbitmq-server

#sudo rabbitmq-plugins enable rabbitmq_management

Run http://localhost:15672/ on browser

Username: guest

Password: guest

If you need to create new user for RabbitMQ run bellow command.

Step 1:

#sudo rabbitmqctl add_user admin admin

Set user role

#sudo rabbitmqctl set_user_tags admin administrator

Set user permission

#sudo rabbitmqctl set_permissions -p / admin “.” “.” “.”

Run http://localhost:15672/ on browser

Username: admin

Password: admin

bluethinkinc_blog

bluethinkinc_blog

2022-08-25

0

Leave a Reply

Your email address will not be published. Required fields are marked *

Find More Blogs

Exception Handling in Java

Spread the love Introduction – Exception:An unwanted

How to add custom less file in Magento2

Spread the love Source files *.css included into layout

Spring Boot Microservices

Spread the love Microservices architecture has become

Implementation of WireMock for better testing

Spread the love WireMock is a flexible and powerful tool

Magento 2: How to selected default option in configurable options?

Spread the love Configurable products in Magento 2 allow

How To Implement Simple JWT Authentication in Django Rest Framework

Spread the love We’ll learn how to use simple JWT

Optimizing Search: Integrating Elasticsearch in Django Applications

Spread the love What is Elasticsearch? Elasticsearch is a

How to create Customer Segments

Spread the love In Magento 2, “customer

Proxy Design Pattern and Requisition List in Magento 2

Spread the love Requisition List in Magento 2 Requisition

Google Ads Conversion Tracking Through Magento Platform:

Spread the love Google Ads Conversion Tracking Through

bluethinkinc Blogs