本地连接服务器上rocketmq 出现closeChannel: close the connection to remote address[] result: true
本地连接服务器上rocketmq
一直弹出出现closeChannel: close the connection to remote address[] result: true
解决:
1、首先查看腾讯云服务器的安全组,是否打开了10911端口
2、然后查看conf/broker.conf 是否设置了brokerIP1=xxx.xxx.xxx.xxx(服务器公网地址)
然后kill掉开启的进程,重新启动:
(1)启动namesrv:
.\bin\mqnamesrv.cmd
(2)创建broker:
.\bin\mqbroker.cmd -n (服务器公网地址):9876 -c conf/broker.conf autoCreateTopicEnable=true &