When I set the listener to @RocketMQMessageListener(topic = "aaaaa", messageModel = MessageModel.BROADCASTING, consumerGroup = "bbbb", consumeMode = ConsumeMode.ORDERLY)
The consumer does not receive any message at all, I checked rocketmq console and can confirm that those message are successfully created from producer. And, the consumer can consume message if I set the consumeMode to concurrently. Could you please share some hints, what am I missing here to turn the consumer into "orderly" mode? [ Full content available at: https://github.com/apache/rocketmq-externals/issues/109 ] This message was relayed via gitbox.apache.org for [email protected]
