Add inital readme file for external projects.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/commit/82053872 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/tree/82053872 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/diff/82053872 Branch: refs/heads/master Commit: 820538727394b8d9a80dc6854251fc2f33b692f3 Parents: 8b65c56 Author: yukon <[email protected]> Authored: Wed Mar 15 16:19:09 2017 +0800 Committer: yukon <[email protected]> Committed: Wed Mar 15 16:19:09 2017 +0800 ---------------------------------------------------------------------- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/blob/82053872/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..34c147e --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 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](http://rocketmq.incubator.apache.org/) and [Flume-ng](https://github.com/apache/flume) + +1. Firstly, please get familiar with [RocketMQ](http://rocketmq.incubator.apache.org/) and [Flume-ng](https://github.com/apache/flume). +2. Ensure that the jar related to [RocketMQ](http://rocketmq.incubator.apache.org/dowloading/releases) 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)
