The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.

Clone this repo:
  1. 2fb0fce perf: The new metrics of getTransferredTps for rocketmq5.x and the old metrics of getTransferedTps for rocketmq4.x (#197) by Javen · 4 weeks ago master
  2. 6456630 [#148] Throwables.propagate in deprecated for making runtime exception more verbose (#160) by Abhijeet Mishra · 1 year ago
  3. a25ccd6 5.1.0 rocketmq version update (#155) by Abhijeet Mishra · 1 year, 1 month ago
  4. 538d1c1 [ISSUE apache#149] updated lombok version in pom.xml because of this compilation was failing (#151) by Abhijeet Mishra · 1 year, 1 month ago
  5. 86bdb06 [ISSUE #123]Optimize groupList.query (#124) by zhangjidi2016 · 1 year, 5 months ago

Apache RocketMQ Dashboard

Build Status Coverage Status License CodeCov Average time to resolve an issue Percentage of issues still open Twitter Follow

Quick Start

Run with docker

Pull from docker hub(rocketmq-dashboard)

docker pull apacherocketmq/rocketmq-dashboard:latest

Run it (use your own rocketmq.namesrv.addr and port)

docker run -d --name rocketmq-dashboard -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8080:8080 -t apacherocketmq/rocketmq-dashboard:latest

Run with source code

Prerequisite

  1. 64bit OS, Linux/Unix/Mac is recommended;
  2. 64bit JDK 1.8+;
  3. Maven 3.2.x;

Maven spring-boot run

mvn spring-boot:run

or

Maven build and run

mvn clean package -Dmaven.test.skip=true
java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar

Tips

  • If you download the package slowly, you can change maven‘s mirror(maven’s settings.xml)

    <mirrors>
        <mirror>
              <id>alimaven</id>
              <name>aliyun maven</name>
              <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
              <mirrorOf>central</mirrorOf>        
        </mirror>
    </mirrors>
    
  • Change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)

UserGuide

English

中文

Contributing

We are always very happy to have contributions, whether for trivial cleanups or big new features. Please see the RocketMQ main website to read the details.

License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation