This is an automated email from the ASF dual-hosted git repository.
ShannonDing 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 95d7f144f6 docs: fix delay message type casing (#787)
95d7f144f6 is described below
commit 95d7f144f6ab7fa72258a616cedcb33194b1aa15
Author: titanniya542-spec <[email protected]>
AuthorDate: Mon Jun 15 11:30:33 2026 +0800
docs: fix delay message type casing (#787)
Co-authored-by: titanniya542-spec
<[email protected]>
---
.../version-5.0/04-featureBehavior/02delaymessage.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md
index 416f8bd1a2..59066fc5aa 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md
@@ -97,7 +97,7 @@ The status of delay messages in Apache RocketMQ can be
persistently stored. If t
For creating topics in Apache RocketMQ 5.0, it is recommended to use the
mqadmin tool. However, it is worth noting that message type needs to be added
as a property parameter. Here is an example:
```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
```
**Send messages**