You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by mp...@apache.org on 2013/06/14 02:29:48 UTC

git commit: FLUME-1976. JMS Source document should provide instruction on JMS implementation jars.

Updated Branches:
  refs/heads/trunk a97c04657 -> 7eb9acc50


FLUME-1976. JMS Source document should provide instruction on JMS implementation jars.

(Roshan Naik via Mike Percy)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/7eb9acc5
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/7eb9acc5
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/7eb9acc5

Branch: refs/heads/trunk
Commit: 7eb9acc503b01b8c298f457b6d95575022af821d
Parents: a97c046
Author: Mike Percy <mp...@apache.org>
Authored: Thu Jun 13 17:28:59 2013 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Thu Jun 13 17:28:59 2013 -0700

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/7eb9acc5/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index ad29f33..acc3d9a 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -832,7 +832,9 @@ JMS Source
 JMS Source reads messages from a JMS destination such as a queue or topic. Being a JMS
 application it should work with any JMS provider but has only been tested with ActiveMQ.
 The JMS source provides configurable batch size, message selector, user/pass, and message
-to flume event converter.
+to flume event converter. Note that the vendor provided JMS jars should be included in the
+Flume classpath using plugins.d directory (preferred), --classpath on command line, or
+via FLUME_CLASSPATH variable in flume-env.sh.
 
 Required properties are in **bold**.