Coder Social home page Coder Social logo

rocketmq-docker's Introduction

RocketMQ Docker

配置hosts文件 (注意修改ip)(域名在.env文件中)(可有可无)

  • 192.168.16.240 namesrv.rocketmq.com
  • 192.168.16.240 m.a.broker.rocketmq.com
  • 192.168.16.240 s.a.broker.rocketmq.com
  • 192.168.16.240 m.b.broker.rocketmq.com
  • 192.168.16.240 s.b.broker.rocketmq.com
  • 修改.env文件中的ROCKETMQ_HM_HOST的IP

RocketMQ base

  • 可以根据需要调整RocketMQ 内存参数(base/Dockerfile)

RocketMQ 4.0.0-incubating

  • docker-compose up -d

RocketMQ 4.2.0

  • docker-compose up -d

RocketMQ Console (注意修改ip)

  • docker run -d -e "JAVA_OPTS=-Drocketmq.namesrv.addr=192.168.16.240:9876 -Dcom.rocketmq.sendMessageWithVIPChannel=false" -p 8080:8080 -t styletang/rocketmq-console-ng

RocketMQ资料

  • https://dist.apache.org/repos/dist/release/rocketmq/
  • https://github.com/jingxizheng/rocketmq-docker-sample (参考此例子进行局部调整)

源码地址 (将会在两个git仓库同步发布最新代码)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.