RabbitMQ
RabbitMQ is an open-source | message broker using AMQP | for asynchronous communication
RabbitMQ là một message broker | mã nguồn mở sử dụng AMQP | cho giao tiếp bất đồng bộ
between distributed systems.
giữa các hệ thống phân tán.
Enables message queuing, routing, | durability, and acknowledgments.
Cho phép xếp hàng tin nhắn, định tuyến, | tính bền vững và xác nhận.
Supports various messaging patterns | (pub/sub, request/reply, | point-to-point).
Hỗ trợ nhiều mô hình nhắn tin | (pub/sub, request/reply, | point-to-point).
Used for high-throughput | enterprise messaging.
Được sử dụng cho nhắn tin doanh nghiệp | thông lượng cao.
Resources
- RabbitMQ Tutorials (official)
- RabbitMQ Tutorial - Message Queues and Distributed Systems (video)
- RabbitMQ in 100 Seconds (video)
References
- https://roadmap.sh/backend (Node: [label])