This commit is contained in:
redkale
2024-08-13 19:16:32 +08:00
parent 3158f9265f
commit 3acf6a40ad
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
* [native-image](docs/native-image.md)
* [方法缓存Cached](docs/cached.md)
* [定时任务Scheduled](docs/scheduled.md)
* [消息队列MQ](docs/agent-message.md)
* [基本配置](docs/config.md)
* [FAQ](docs/faq.md)

View File

@@ -1,4 +1,4 @@
# 消息中心
# 消息队列
   MessageAgent是消息中心抽象接口。
## 配置
```xml