PEIYANGXINQU commented on issue #5420: URL: https://github.com/apache/rocketmq/issues/5420#issuecomment-1296083494
> Hi @PEIYANGXINQU There is no such thing as sequential or non-sequential topics, we use MessageQueueSelector to select queue that message to send. if message in the same queue, we can consume message in order. doc for 4.x: https://rocketmq.apache.org/docs/4.x/producer/06message2 doc for 5.0: https://rocketmq.apache.org/docs/featureBehavior/03fifomessage @mxsm @complone ,from the document **it says:create Topic by specifying the -o parameter (--order) to be true, which represents ordered messages**,some one have created the topic in test environment,now I want to create them in the prod environment.I just want to refer to these practices,but it seems that I don't know how to start because the rocketmq console do not show order=true property. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
