This commit is contained in:
JMARyA 2024-03-07 00:10:01 +01:00
parent e89497d21f
commit 06fa1aa377
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -6,7 +6,7 @@ wiki: https://en.wikipedia.org/wiki/RabbitMQ
---
# RabbitMQ
RabbitMQ is a widely-used open-source message broker that implements the Advanced Message Queuing Protocol (AMQP). It serves as a mediator between different components of distributed systems, allowing them to communicate asynchronously via messages.
RabbitMQ is a widely-used open-source message broker that implements the Advanced Message Queuing Protocol (AMQP). It serves as a mediator between different components of distributed systems, allowing them to communicate asynchronously via messages. RabbitMQ uses [Raft](../tools/Raft.md) for shared state in clusters.
## Concepts
### Message Broker