{"id":16599208,"url":"https://github.com/collabh/mq-console","last_synced_at":"2025-08-26T23:31:26.963Z","repository":{"id":105164802,"uuid":"206624436","full_name":"collabH/mq-console","owner":"collabH","description":"RocketMQ控制台","archived":false,"fork":false,"pushed_at":"2020-07-01T17:27:27.000Z","size":3193,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T16:02:27.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/collabH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-05T17:49:05.000Z","updated_at":"2021-08-09T10:34:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bace90b-857b-4220-8c06-dd03db3550fa","html_url":"https://github.com/collabH/mq-console","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/collabH/mq-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fmq-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fmq-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fmq-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fmq-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/collabH","download_url":"https://codeload.github.com/collabH/mq-console/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabH%2Fmq-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272267214,"owners_count":24903639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T00:10:40.603Z","updated_at":"2025-08-26T23:31:26.931Z","avatar_url":"https://github.com/collabH.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## RocketMQ-Console-Ng[![Build Status](https://travis-ci.org/apache/rocketmq-externals.svg?branch=master)](https://travis-ci.org/apache/rocketmq-externals) [![Coverage Status](https://coveralls.io/repos/github/rocketmq/rocketmq-console-ng/badge.svg?branch=master)](https://coveralls.io/github/rocketmq/rocketmq-console-ng?branch=master)\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n## How To Install\n\n### With Docker\n\n* get docker image\n\n```\nmvn clean package -Dmaven.test.skip=true docker:build\n```\n\nor\n\n```\ndocker pull styletang/rocketmq-console-ng\n```\n* run it (change namesvrAddr and port yourself)\n\n```\ndocker run -e \"JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876 -Dcom.rocketmq.sendMessageWithVIPChannel=false\" -p 8080:8080 -t styletang/rocketmq-console-ng\n```\n\n### Without Docker\nrequire java 1.7\n```\nmvn spring-boot:run\n```\nor\n```\nmvn clean package -Dmaven.test.skip=true\njava -jar target/rocketmq-console-ng-1.0.1.jar\n```\n\n#### Tips\n* if you download package slow,you can change maven's mirror(maven's settings.xml)\n  \n  ```\n  \u003cmirrors\u003e\n      \u003cmirror\u003e\n            \u003cid\u003ealimaven\u003c/id\u003e\n            \u003cname\u003ealiyun maven\u003c/name\u003e\n            \u003curl\u003ehttp://maven.aliyun.com/nexus/content/groups/public/\u003c/url\u003e\n            \u003cmirrorOf\u003ecentral\u003c/mirrorOf\u003e        \n      \u003c/mirror\u003e\n  \u003c/mirrors\u003e\n  ```\n  \n* if you use the rocketmq \u003c 3.5.8,please add -Dcom.rocketmq.sendMessageWithVIPChannel=false when you start rocketmq-console-ng(or you can change it in ops page)\n* change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)\n\n## UserGuide\n\n[English](https://github.com/apache/incubator-rocketmq-externals/blob/master/rocketmq-console/doc/1_0_0/UserGuide_EN.md)\n\n[中文](https://github.com/apache/incubator-rocketmq-externals/blob/master/rocketmq-console/doc/1_0_0/UserGuide_CN.md)\n\n## Contact\n\n* Issue / Pull Request\n* You can join us and make a contribute for rocketmq-console.\n\n[RocketMQ Contact](http://rocketmq.apache.org/about/contact/)\n#### Mailing Lists\n\nDEV dev@rocketmq.incubator.apache.org\n\nUSERS users@rocketmq.incubator.apache.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollabh%2Fmq-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollabh%2Fmq-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollabh%2Fmq-console/lists"}