hachikozjq opened a new issue, #653:
URL: https://github.com/apache/rocketmq-spring/issues/653

   如题,有没有好的解决方案?
   @RocketMQMessageListener(
           topic = "topic1",
           consumerGroup = "spring-application-name",
           messageModel = MessageModel.CLUSTERING
   )
   public class A{
   }
   
   @RocketMQMessageListener(
           topic = "topic2",
           consumerGroup = "spring-application-name",
           messageModel = MessageModel.CLUSTERING
   )
   public class B{
   }
   
   难道要用一个类去监听所有的topic,然后再通过topic判断分别再去调用其他的类?


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