주 콘텐츠로 건너뛰기
https://catalogartifact.azureedge.net/publicartifacts/pcloudhostingllc1770894336819.rabb-f0a8060b-bfed-426a-9ef5-7b4818535c65/image1_pcloud.png

RabbitMQ

pcloudhosting에 의해

(1 등급)

Version 4.3.0 + Free with Support on Ubuntu 26.04

RabbitMQ is an open-source message broker software designed to enable reliable communication between applications and services using messaging queues. It helps organizations build scalable, distributed, and asynchronous systems efficiently.

Features of RabbitMQ:
  • Reliable message queuing and delivery system.
  • Supports multiple messaging protocols including AMQP.
  • High availability and clustering support.
  • Management dashboard for monitoring and administration.
  • Flexible routing with exchanges and bindings.
  • Message persistence and acknowledgment support.
  • Scalable deployment for cloud and enterprise environments.
  • Easy integration with microservices and distributed applications.

RabbitMQ Usage:

$ sudo systemctl restart rabbitmq-server
$ sudo rabbitmqctl status
$ sudo rabbitmqctl add_user <USERNAME> <PASSWORD>
$ sudo rabbitmqctl set_user_tags <USERNAME> administrator
$ sudo rabbitmqctl set_permissions -p / <USERNAME> ".*" ".*" ".*"

To access RabbitMQ Management UI: http://your-ip:15672

Disclaimer: RabbitMQ is an open-source messaging platform distributed under the Mozilla Public License 2.0 (MPL 2.0). It is provided "as is," without any warranty. Users are responsible for proper configuration, security hardening, monitoring, backups, and updates when deploying RabbitMQ in production environments.