walking98 commented on issue #1208: Springboot发布到外部tomcat,启动报错The consumer group has been created before, specify another name please URL: https://github.com/apache/rocketmq/issues/1208#issuecomment-491686099 @gavinWithGu https://github.com/apache/rocketmq-spring/blob/master/rocketmq-spring-boot-samples/rocketmq-consume-demo/src/main/java/org/apache/rocketmq/samples/springboot/consumer/StringConsumerNewNS.java 如果你的consumerlistener使用默认的nameserver (即, application.properties中属性rocketmq.nameServer定义的值),则不需要再@RocketMQMessageListener中指定nameServer属性; 如果一定要指定这个属性, 则这个属性值必须要与默认的nameserver取值不同。 另外,建议这个issue在 https://github.com/apache/rocketmq-spring 子项目中提出,可能会帮助更多的朋友。
---------------------------------------------------------------- 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] With regards, Apache Git Services
