wujnju opened a new issue #2240: URL: https://github.com/apache/rocketmq/issues/2240
我把rocketmq4.4.0版本放在阿里云服务器上,一个使用rocklmq的springboot程序运行在本机上 我在/conf/broker.conf添加了: namesrvAddr=服务器公网ip:9876 brokerIP1=服务器公网ip 我启动rocketmq的命令如下: ` nohup ./bin/mqnamesrv -n 服务器公网ip:9876 & nohup sh bin/mqbroker -n 服务器公网ip8:9876 -c conf/broker.conf autoCreateTopicEnable=true & ` 运行程序后报错: org.apache.rocketmq.remoting.exception.RemotingTooMuchRequestException: sendDefaultImpl call timeout 请问我该怎么做? >Springboot是2.0.5版本,导入rocketmq依赖是4.3.0版本 ---------------------------------------------------------------- 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]
