You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/10/11 06:27:19 UTC

[GitHub] [rocketmq] xdkxlk commented on issue #5261: Rocketmq version 5.0.0 When I create a topic, which parameter of mqadmin updateTopic specifies the message type?

xdkxlk commented on issue #5261:
URL: https://github.com/apache/rocketmq/issues/5261#issuecomment-1274146910

   You can use `-a ` to add the `message.type` attribute when updateTopic
   
   For example:
   `mqadmin updatetopic -n {NameSrvAddr} -t {YourTopic} -c {YourCluster} -a +message.type=FIFO`
   
   The value of `message.type` can be `TRANSACTION`, `FIFO`, `DELAY` or `NORMAL`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org