henrypoter opened a new issue #268:
URL: https://github.com/apache/rocketmq-spring/issues/268


   
   1. Please describe the issue you observed:
   
     I have a webapp,  there are two consumers which connect to two rocketmq 
clusters.
     Each of the consumer have different nameserver, topics and consumer group 
names.
     As belows:
   `@RocketMQMessageListener( nameServer = "${uat.rocketmq.nameServer}",
           topic = "uat-topic",
           consumerGroup = "demo-consumer-group-uat")
   
   @RocketMQMessageListener( nameServer = "${dev.rocketmq.nameServer}",
           topic = "dev-topic",
           consumerGroup = "demo-consumer-group-dev")`
   
   I have a global config:
   `rocketmq.name-server=10.2.3.4:9876  `
   
   The consumers will always subscribe to the global configed nameserver. 
   
   This issue is not the same with 
https://github.com/apache/rocketmq-spring/issues/254
   But I have a workaround by setting the instanceName of consumers.
    
   
   
   


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


Reply via email to