You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/07/03 01:08:18 UTC

[GitHub] [rocketmq] henrypoter edited a comment on issue #2127: LitePullConsumer not work

henrypoter edited a comment on issue #2127:
URL: https://github.com/apache/rocketmq/issues/2127#issuecomment-653278785


   > > litePullConsumer
   > 
   > litePullConsumer.start() should after litePullConsumer.setMessageQueueListener(mql)???
   
   Both not work.
   Below is the workaround:
   `consumer.subscribe(topic, "*");
   consumer.start();
   consumer.poll();
   consumer.setMessageQueueListener(mql);`
   


----------------------------------------------------------------
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:
users@infra.apache.org