From a927b41f908fe8d445676878051fc2a5b8e05664 Mon Sep 17 00:00:00 2001 From: 8ga Date: Thu, 20 Mar 2025 11:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20MQ/RocketMQ.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MQ/RocketMQ.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 MQ/RocketMQ.md diff --git a/MQ/RocketMQ.md b/MQ/RocketMQ.md new file mode 100644 index 0000000..369389d --- /dev/null +++ b/MQ/RocketMQ.md @@ -0,0 +1,18 @@ +# RocketMQ + +官方网站:https://rocketmq.apache.org/zh/ +中文文档:https://rocketmq.apache.org/zh/docs/ + +从网上找的现成的消息传递基本流程 + + + +# 普通消息 + +普通消息一般应用于微服务解耦、事件驱动、数据集成等场景,微服务每个服务都是独立的,通过MQ实现异步通信是常用的一种方式。 + + + + + +