Summaries/Apache/RabbitMQ.md

14 lines
351 B
Markdown
Raw Normal View History

2022-08-09 21:04:44 +02:00
---
title: RabbitMQ
updated: 2022-05-24 19:49:57Z
created: 2022-05-24 19:45:41Z
---
RabbitMQ is the most widely deployed open source message broker.
### Asynchronous Messaging
> Supports multiple messaging protocols, message queuing, delivery acknowledgement, flexible routing to queues, multiple exchange type.
[source](https://www.rabbitmq.com)