From 06fa1aa3772518aaebc13b6342f132f3334e30c9 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Thu, 7 Mar 2024 00:10:01 +0100 Subject: [PATCH] update --- technology/dev/RabbitMQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technology/dev/RabbitMQ.md b/technology/dev/RabbitMQ.md index 1cccb9d..b52f06d 100644 --- a/technology/dev/RabbitMQ.md +++ b/technology/dev/RabbitMQ.md @@ -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