mxsm commented on issue #5420: URL: https://github.com/apache/rocketmq/issues/5420#issuecomment-1295790081
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 -- 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]
