RocketMQ4.3监控平台(基于双master模式)

先将incubator-rocketmq-externals从github下载zip到本地,因为我们需要自己对rocketmq-console进行编译打包运行。
1.源码获取 github地址:https://github.com/apache/incubator-rocketmq-externals

2.修改配置文件
RocketMQ4.3监控平台(基于双master模式)

RocketMQ4.3监控平台(基于双master模式)

3 进入rocketmq-console路径下,使用maven命令打包

mvn clean package -Dmaven.test.skip=true

在这里插入图片描述
RocketMQ4.3监控平台(基于双master模式)

打包成功后会生成 rocketmq-console-ng-1.0.0.jar 包
RocketMQ4.3监控平台(基于双master模式)RocketMQ4.3监控平台(基于双master模式)

4 将rocketmq-console-ng-1.0.0.jar 上传到服务器

5.启动

java -jar rocketmq-console-ng-1.0.0.jar

启动日志
RocketMQ4.3监控平台(基于双master模式)
浏览器输入服务器IP:端口 192.168.214.130:8080
RocketMQ4.3监控平台(基于双master模式)
OK啦