Apache RocketMQ Dashboard
Quick Start
Run with docker
Pull from docker hub(rocketmq-dashboard)
docker pull apacherocketmq/rocketmq-dashboard:latestRun 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:latestRun with source code
Prerequisite
- 64bit OS, Linux/Unix/Mac is recommended;
- 64bit JDK 1.8+;
- Maven 3.2.x;
Maven spring-boot run
mvn spring-boot:runor
Maven build and run
mvn clean package -Dmaven.test.skip=true
java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jarTips
-
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
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

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
