This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new e1ebac2c13 Update 03messagequeue.md (#612)
e1ebac2c13 is described below
commit e1ebac2c13ad3dce44db6eceef105730f33b7528
Author: lancemmt <[email protected]>
AuthorDate: Thu Dec 28 15:52:54 2023 +0800
Update 03messagequeue.md (#612)
删除部分错误的表述
---
versioned_docs/version-5.0/03-domainModel/03messagequeue.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-5.0/03-domainModel/03messagequeue.md
b/versioned_docs/version-5.0/03-domainModel/03messagequeue.md
index 941021e4d6..7120e0a3e5 100644
--- a/versioned_docs/version-5.0/03-domainModel/03messagequeue.md
+++ b/versioned_docs/version-5.0/03-domainModel/03messagequeue.md
@@ -60,7 +60,7 @@ Apache RocketMQ 中通过修改队列数量,以此实现横向的水平扩容
## 行为约束
-每个主题下会由一到多个队列来存储消息,每个主题对应的队列数与消息类型以及实例所处地域(Region)相关,队列数暂不支持修改。
+每个主题下会由一到多个队列来存储消息,每个主题对应的队列数与消息类型以及实例所处地域(Region)相关。
## 版本兼容性