diff --git a/whatsmars-mq/README.md b/whatsmars-mq/README.md index 0208cbd6ca330d82525b01ffbe2aac2ab7aada40..282ca3900c340a48e8c60dc395345fd28a34e6dc 100644 --- a/whatsmars-mq/README.md +++ b/whatsmars-mq/README.md @@ -1,30 +1,6 @@ -### 消息队列(Message Queue) +### [RocketMQ](https://github.com/apache/rocketmq) +- .properties指定rocketmqHome,namesrvAddr等,依次启动NamesrvStartup,BrokerStartup,Consumer,Producer +- 管理后台:https://github.com/apache/rocketmq-externals +- rocketmq原理与实践 http://wely.iteye.com/blog/2392089 -
[**RocketMQ**](https://github.com/apache/rocketmq):
-.properties指定rocketmqHome,namesrvAddr等,依次启动NamesrvStartup,BrokerStartup,Consumer,Producer.
-管理后台:https://github.com/apache/rocketmq-externals
-rocketmq原理与实践 http://wely.iteye.com/blog/2392089
- -
[**ActiveMQ**](https://github.com/apache/activemq):
-win:下载activemq,解压执行win64/activemq.bat即启动了broker和console
-Mac OS X:
-下载 apache-activemq-5.11.1-bin.tar
-解压 tar -xvf apache-activemq-5.11.1-bin.tar
-cd bin/macosx
-启动broker及console ./activemq start | stop | restart
-访问console localhost:8161 conf/jetty.xml admin/admin登录
-查看broker日志 data/activemq.log conf/activemq.xml
- -
**RabbitMQ**:
-Mac OS X:
-安装 drew install rabbitmq
-cd /usr/local/Cellar/rabbitmq/3.5.3/sbin
-启动broker ./rabbitmq-server
-看到completed with 10 plugins.标识启动OK。
- -
[**Kafka**](https://github.com/apache/kafka):
-win:
-修改bin/windows/kafka-server-start.bat set KAFKA_HEAP_OPTS=-Xmx512M -Xms512M
-server.properties port=9092
-启动zk zookeeper-server-start.bat ../../config/zookeeper.properties
-启动server kafka-server-start.bat ../../config/server.properties
+Other MQ: https://github.com/javahongxi/whatsmars/blob/master/whatsmars-mq/othermq.md diff --git a/whatsmars-mq/othermq.md b/whatsmars-mq/othermq.md new file mode 100644 index 0000000000000000000000000000000000000000..8139cc61a527d601bebd50a8bab3157bc723a795 --- /dev/null +++ b/whatsmars-mq/othermq.md @@ -0,0 +1,23 @@ +[**ActiveMQ**](https://github.com/apache/activemq):
+win:下载activemq,解压执行win64/activemq.bat即启动了broker和console
+Mac OS X:
+下载 apache-activemq-5.11.1-bin.tar
+解压 tar -xvf apache-activemq-5.11.1-bin.tar
+cd bin/macosx
+启动broker及console ./activemq start | stop | restart
+访问console localhost:8161 conf/jetty.xml admin/admin登录
+查看broker日志 data/activemq.log conf/activemq.xml
+ +
**RabbitMQ**:
+Mac OS X:
+安装 drew install rabbitmq
+cd /usr/local/Cellar/rabbitmq/3.5.3/sbin
+启动broker ./rabbitmq-server
+看到completed with 10 plugins.标识启动OK。
+ +
[**Kafka**](https://github.com/apache/kafka):
+win:
+修改bin/windows/kafka-server-start.bat set KAFKA_HEAP_OPTS=-Xmx512M -Xms512M
+server.properties port=9092
+启动zk zookeeper-server-start.bat ../../config/zookeeper.properties
+启动server kafka-server-start.bat ../../config/server.properties
\ No newline at end of file