Updated Branches: refs/heads/flume-1.4 fee30380b -> 3598ac538
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/3598ac53 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/3598ac53 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/3598ac53 Branch: refs/heads/flume-1.4 Commit: 3598ac538e30859c8e2506948c3d540faf200fe1 Parents: fee3038 Author: Mike Percy <[email protected]> Authored: Thu Jun 13 17:28:59 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Thu Jun 13 17:29:39 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/3598ac53/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**.
