- 下载rocketMq:wget https://archive.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip安装解压工具:yum install -y unzip zip解压:unzip rocketmq-all-4.9.0-bin-release.zip进入文件夹:cd rocketmq-all-4.9.0-bin-release按需修改启动内存:修改bin下runbroker.sh 和runserver.sh文件的内存启动:nohup sh bin/mqnamesrv &启动:nohup sh bin/mqbroker -n localhost:9876 &



