RabbitMQ
RabbitMQ is a robust messaging broker widely used for message queuing, streaming, and decoupling services. It supports multiple messaging protocols, ensures reliable message delivery, and offers features like routing, clustering, and federation. RabbitMQ is suitable for various use cases, including microservices communication, real-time data processing, and IoT applications.
RabbitMQ
Installation
Default install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/rabbitmq.sh)"
Default Credentials
| Username | Password |
|---|---|
proxmox | proxmox |
Configuration
Config file:
1
/etc/rabbitmq/rabbitmq.conf
Web Interface
Links
This post is licensed under CC BY 4.0 by the author.