RongtongJin commented on issue #2484: URL: https://github.com/apache/rocketmq/issues/2484#issuecomment-739117360
> 我在尝试使用MessageListenerConcurrently类的消费模式时,在master down的情况下也会继续消费消息,但是在使用MessageListenerOrderly类消费的时候,就不会继续消费了,请问是在顺序消费时,内部为了顺序而导致slave无法消费的原因吗 那就是正常的,顺序消息在消费Queue时需要加锁,且只能在Master节点上加锁。 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
