rocketMQ-console 火箭MQ监控中心

 

https://github.com/apache/rocketmq-externals

下载该开源项目。

找到rocketmq-console 

rocketMQ-console 火箭MQ监控中心

我是在window平台下用maven打包的,使用命令:mvn clean package -Dmaven.test.skip=truerocketMQ-console 火箭MQ监控中心

执行完之后,在target目录下会生成jar文件:rocketmq-console-ng-1.0.0.jar。rocketMQ-console 火箭MQ监控中心

放在centos7的opt目录下,进入该文件目录下执行如下命令:

cd /opt

touch temp.txt

nohup java -jar rocketmq-console-ng-1.0.0.jar --server.port=12581 > /opt/temp.txt &

可以进 当前目录的temp.txt查看日志。

 

 

相关文章:

  • 2021-12-27
  • 2021-07-26
  • 2021-12-18
  • 2022-12-23
  • 2021-05-08
猜你喜欢
  • 2021-12-12
  • 2021-06-09
  • 2021-05-15
  • 2022-12-23
  • 2021-10-17
  • 2022-01-01
相关资源
相似解决方案