rocketmq服务关闭 进入到bin
sh mqshutdown namesrv
sh mqshutdown broker

rocketmq的启动
nohup sh mqnamesrv & //启动namesrv
nohup sh mqbroker -n 47.101.154.158:9876 -c /usr/local/rocketMq/rocketmq-all-4.9.2/distribution/target/rocketmq-4.9.2/rocketmq-4.9.2/conf/broker.conf autoCreateTopicEnable=true &

(nohup sh bin/mqbroker -n 139.224.40.102:9876 -c conf/broker.conf autoCreateTopicEnable=true &
)
//启动Borker

https://zhuanlan.zhihu.com/p/356024707

nohup sh bin/mqbroker -n 123.60.83.208:9876 -c /usr/local/rocketmq-all-4.2.0/distribution/target/apache-rocketmq/conf/broker.conf autoCreateTopicEnable=true &

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐