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**