RabbitMQ
RabbitMQ is an open-source message broker software that facilitates reliable messaging between applications and services. It supports a variety of messaging protocols such as AMQP and MQTT, making it a versatile solution for modern distributed systems. With RabbitMQ, you can efficiently manage message queues, exchanges, and routing, enabling seamless communication across different components of your application. It also provides a user-friendly web-based management interface for monitoring, configuration, and troubleshooting.
Quick Info
| Field | Value |
|---|---|
| Category | Dev & Infrastructure |
| Subcategory | API & Backend |
| Default Port | 5672 |
| Docker Image | rabbitmq:3-management |
| Dependencies | Docker |
| OS Support | Ubuntu 22.04, Ubuntu 24.04, Debian 12 |
Links
- 🌐 Website
- 📚 Documentation
- 💻 GitHub