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 f4c47cc56 Fix: Create a topic type use uppercase (#565)
f4c47cc56 is described below

commit f4c47cc56299ac1ebbc610ab20e1e15980eb3ce9
Author: Jimmy01010 <[email protected]>
AuthorDate: Mon Jul 24 08:45:04 2023 +0800

    Fix: Create a topic type use uppercase (#565)
---
 versioned_docs/version-5.0/04-featureBehavior/02delaymessage.md       | 2 +-
 versioned_docs/version-5.0/04-featureBehavior/04transactionmessage.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/versioned_docs/version-5.0/04-featureBehavior/02delaymessage.md 
b/versioned_docs/version-5.0/04-featureBehavior/02delaymessage.md
index 600f02163..7035962f5 100644
--- a/versioned_docs/version-5.0/04-featureBehavior/02delaymessage.md
+++ b/versioned_docs/version-5.0/04-featureBehavior/02delaymessage.md
@@ -88,7 +88,7 @@ Apache RocketMQ 定时消息的状态支持持久化存储,系统由于故障
 Apache RocketMQ 5.0版本下创建主题操作,推荐使用mqadmin工具,需要注意的是,对于消息类型需要通过属性参数添加。示例如下:
 
 ```shell
-sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name> -a +message.type=Delay
+sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name> -a +message.type=DELAY
 ```
 
 **发送消息**
diff --git 
a/versioned_docs/version-5.0/04-featureBehavior/04transactionmessage.md 
b/versioned_docs/version-5.0/04-featureBehavior/04transactionmessage.md
index c7a2a754b..a2486e5da 100644
--- a/versioned_docs/version-5.0/04-featureBehavior/04transactionmessage.md
+++ b/versioned_docs/version-5.0/04-featureBehavior/04transactionmessage.md
@@ -117,7 +117,7 @@ Apache RocketMQ 事务消息的命周期存在超时机制,即半事务消息
 Apache RocketMQ 5.0版本下创建主题操作,推荐使用mqadmin工具,需要注意的是,对于消息类型需要通过属性参数添加。示例如下:
 
 ```shell
-sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name> -a +message.type=Transaction
+sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name> -a +message.type=TRANSACTION
 ```
 
 **发送消息**

Reply via email to