# bflash-mq-share **Repository Path**: fjp813/bflash-mq-share ## Basic Information - **Project Name**: bflash-mq-share - **Description**: rocketMQ Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bflash-mq-share #### 介绍 bflash-mq-share,用于测试rocketmq #### 软件架构 软件架构说明 #### 安装教程 1. 安装 docker-rocketmq ,创建测试环境 https://github.com/foxiswho/docker-rocketmq 2. xxxx 3. xxxx #### 使用说明 1. 修改 producer \ consumer项目中的 application.yml rocketmq: name-server: 192.168.1.13:9876 2. 启动IP,如果 docker 报 com.alibaba.rocketmq.remoting.exception.RemotingConnectException: connect to <192.168.0.120:10909> failed 解决方式1 加上一句producer.setVipChannelEnabled(false);,解决方式2 brokerIP1 设置宿主机IP,不要使用docker 内部IP 修改 /User/fox/rmq/conf/broker.conf 为我的本地配置文件目录 brokerIP1=192.168.1.13 重启 docker restart <容器 ID> 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request