liuliuzo opened a new issue #128: ListenerContainerConfiguration.java about set nameServer URL: https://github.com/apache/rocketmq-spring/issues/128 version: Master ListenerContainerConfiguration.java 的130-131行 String nameServer = environment.resolvePlaceholders(annotation.nameServer()); nameServer = StringUtils.isEmpty(nameServer) ? rocketMQProperties.getNameServer() : nameServer; @interface RocketMQMessageListener 中已经有了 String NAME_SERVER_PLACEHOLDER = "${rocketmq.name-server:}"; /** * The property of "name-server". */ String nameServer() default NAME_SERVER_PLACEHOLDER; 再从rocketMQProperties中拿一次是不是重复了。
---------------------------------------------------------------- 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
