update
This commit is contained in:
parent
e89497d21f
commit
06fa1aa377
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue