1,RemotingConnectException: connect to <null> failed

分析:为null说明都没有进入阿里云,可能是安全组没有打开,三个都要打开
阿里云三个安全组端口

2,conf/broker.conf 配置文件增加下面两行

增加最后两行

namesrvAddr=8.137.120.0000:9876
brokerIP1=8.137.120.0000

把ip地址换成自己阿里云的公网ip,一定是公网ip
3,broker启动时,-n指定的也是公网ip
nohup sh bin/mqbroker -n 8.137.120.0000:9876 -c conf/broker.conf &

-n 指定注册到哪个消息服务器
-c 指定conf配置文件
然后就能出来咯

在这里插入图片描述

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐