https://github.com/collabh/mq-console
RocketMQ控制台
https://github.com/collabh/mq-console
Last synced: 10 months ago
JSON representation
RocketMQ控制台
- Host: GitHub
- URL: https://github.com/collabh/mq-console
- Owner: collabH
- License: apache-2.0
- Created: 2019-09-05T17:49:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T17:27:27.000Z (almost 6 years ago)
- Last Synced: 2025-06-26T16:02:27.970Z (12 months ago)
- Language: Java
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RocketMQ-Console-Ng[](https://travis-ci.org/apache/rocketmq-externals) [](https://coveralls.io/github/rocketmq/rocketmq-console-ng?branch=master)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
## How To Install
### With Docker
* get docker image
```
mvn clean package -Dmaven.test.skip=true docker:build
```
or
```
docker pull styletang/rocketmq-console-ng
```
* run it (change namesvrAddr and port yourself)
```
docker run -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876 -Dcom.rocketmq.sendMessageWithVIPChannel=false" -p 8080:8080 -t styletang/rocketmq-console-ng
```
### Without Docker
require java 1.7
```
mvn spring-boot:run
```
or
```
mvn clean package -Dmaven.test.skip=true
java -jar target/rocketmq-console-ng-1.0.1.jar
```
#### Tips
* if you download package slow,you can change maven's mirror(maven's settings.xml)
```
alimaven
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/
central
```
* if you use the rocketmq < 3.5.8,please add -Dcom.rocketmq.sendMessageWithVIPChannel=false when you start rocketmq-console-ng(or you can change it in ops page)
* change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)
## UserGuide
[English](https://github.com/apache/incubator-rocketmq-externals/blob/master/rocketmq-console/doc/1_0_0/UserGuide_EN.md)
[中文](https://github.com/apache/incubator-rocketmq-externals/blob/master/rocketmq-console/doc/1_0_0/UserGuide_CN.md)
## Contact
* Issue / Pull Request
* You can join us and make a contribute for rocketmq-console.
[RocketMQ Contact](http://rocketmq.apache.org/about/contact/)
#### Mailing Lists
DEV dev@rocketmq.incubator.apache.org
USERS users@rocketmq.incubator.apache.org