linux-lpx opened a new issue, #5630:
URL: https://github.com/apache/rocketmq/issues/5630

   
![image](https://user-images.githubusercontent.com/15316382/205004541-69148668-0c7f-40e2-a5a3-d8f3a50e236d.png)
   
   消费模式是这样的
   ```
   @RocketMQMessageListener(topic = MyProducer.TOPIC_NAME,
           consumerGroup = MyProducer.CONSUMER_GROUP_IN_ORDER,
           messageModel = MessageModel.CLUSTERING,
           consumeMode = ConsumeMode.ORDERLY,
           maxReconsumeTimes = 3, // 重试三次
           selectorExpression = "tag_order")
   ```
   


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

Reply via email to