Add inital readme file for external projects.
1 file changed
tree: ff2b42fcdfef05ff4d29c3ddd4082a9ad8a9d391
  1. rocketmq-jms/
  2. README.md
README.md

RocketMQ Externals

There are some RocketMQ external projects, with the purpose of growing the RocketMQ community.

RocketMQ-Console-Ng

A console for RocketMQ

RocketMQ-JMS

RocketMQ-JMS is an implement of JMS specification,taking Apache RocketMQ as broker. Now we are on the way of supporting JMS 1.1 and JMS2.0 is our final target.

RocketMQ-Flume-Ng

This project is used to receive and send messages between RocketMQ and Flume-ng

  1. Firstly, please get familiar with RocketMQ and Flume-ng.

  2. Ensure that the jar related to RocketMQ exists in local maven repository.

  3. Execute the following command in rocketmq-flume root directory

    mvn clean install dependency:copy-dependencies

  4. Copy the jar depended by rocketmq-flume to $FLUME_HOME/lib(the specific jar will be given later)