Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 919 Bytes

English | 中文

DDMQ Docker

DDMQ is not easy to deploy in cluster mode since it has multiple modules. So we provide this docker image that makes running standalone DDMQ very easy.

Image Content

  • standalone Zookeeper(Version 3.4.10)
  • tomcat 9 and console
  • rocketmq(one namesvr、one master broker)
  • standalone consumer-proxy
  • standalone producer-proxy
  • standalone chronos

Note:DDMQ Container requires a MySQL 5.7 container.

Usage

  • Install Docker

  • Install MySQL Client(recommend 5.7.x)

  • run build.sh to build packages

  • run play-ddmq.sh (will download centos7,mysql,tomcat,zookeeper in first run)

  • Visit DDMQ Web Console

    http://localhost:8080/carrera/index.html

    Note:producer-proxy port: 9613、consumer-proxy port: 9713