unzip rocketmq-all-4.4.0-source-release.zip cd rocketmq-all-4.4.0/ mvn -Prelease-all -DskipTests clean install -U cd distribution/target/apache-rocketmq
最终路径 distribution/target/apache-rocketmq
启动nameServer
1
nohup sh bin/mqnamesrv &
查看日志
1
tail -f nohup.out
结尾为 The Name Server boot success. serializeType=JSON 说明启动成功
1 2 3
Java HotSpot(TM) 64-Bit Server VM warning: Using the DefNew young collector with the CMS collector is deprecated and will likely be removed in a future release Java HotSpot(TM) 64-Bit Server VM warning: UseCMSCompactAtFullCollection is deprecated and will likely be removed in a future release. The Name Server boot success. serializeType=JSON
部署问题
Please set the JAVA_HOME variable in your environment, We need java(x64)