From 8ae5d794320d86bfa85a2de3a72addde55e1a65c Mon Sep 17 00:00:00 2001 From: Liu Ke <56467036+scrapstation@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:41:05 +0000 Subject: [PATCH] fix: incorrect transaction command parameter --- .../version-5.0/04-featureBehavior/04transactionmessage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/04transactionmessage.md b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/04transactionmessage.md index 15813a8316..d011f312da 100644 --- a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/04transactionmessage.md +++ b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/04transactionmessage.md @@ -121,7 +121,7 @@ Apache RocketMQ implements a timeout mechanism for transactional messages. Upon 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 -t -c -a +message.type=Transaction +sh mqadmin updateTopic -n -t -c -a +message.type=TRANSACTION ``` **Send messages**