This is an automated email from the ASF dual-hosted git repository.
dinglei 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 8db19ece3 [ISSUE #313] Keep the context in the same format
8db19ece3 is described below
commit 8db19ece338ac1385223f30f294e7b96db6857f3
Author: Nowinkey <[email protected]>
AuthorDate: Wed Oct 12 09:31:55 2022 +0800
[ISSUE #313] Keep the context in the same format
---
.../03messagequeue.md" | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
"a/versioned_docs/version-5.0/03-\351\242\206\345\237\237\346\250\241\345\236\213/03messagequeue.md"
"b/versioned_docs/version-5.0/03-\351\242\206\345\237\237\346\250\241\345\236\213/03messagequeue.md"
index a40e7a089..61a101422 100644
---
"a/versioned_docs/version-5.0/03-\351\242\206\345\237\237\346\250\241\345\236\213/03messagequeue.md"
+++
"b/versioned_docs/version-5.0/03-\351\242\206\345\237\237\346\250\241\345\236\213/03messagequeue.md"
@@ -42,13 +42,13 @@ Apache RocketMQ 中通过修改队列数量,以此实现横向的水平扩容
* 定义:当前队列是否可以读写数据。
* 取值:由服务端定义,枚举值如下
- * 6:读写状态,当前队列同时允许写入消息和读取消息操作。
+ * 6:读写状态,当前队列允许读取消息和写入消息。
- * 4:只读状态,当前队列只允许读取历史消息,不允许向队列写入新的消息。
+ * 4:只读状态,当前队列只允许读取消息,不允许写入消息。
- * 2:只写状态,当前队列只允许写入新消息,不允许读取消息。
+ * 2:只写状态,当前队列只允许写入消息,不允许读取消息。
- * 0:不可读写状态,当前队列不允许任何读写操作。
+ * 0:不可读写状态,当前队列不允许读取消息和写入消息。