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/59d503c1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/tree/59d503c1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/diff/59d503c1

Branch: refs/heads/jms-dev-1.1.0
Commit: 59d503c1f8a3ddf1ec73d90df286254e56f59d53
Parents: 725026d
Author: yukon <yu...@apache.org>
Authored: Wed Mar 15 16:19:09 2017 +0800
Committer: yukon <yu...@apache.org>
Committed: Wed Mar 15 22:08:15 2017 +0800

----------------------------------------------------------------------
 README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/blob/59d503c1/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)

Reply via email to