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:34:15 UTC

git commit: FLUME-1977. JMS Source connectionFactory property is not documented.

Updated Branches:
  refs/heads/trunk 7eb9acc50 -> 337e5fc37


FLUME-1977. JMS Source connectionFactory property is not documented.

(Jeff Lord 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/337e5fc3
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/337e5fc3
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/337e5fc3

Branch: refs/heads/trunk
Commit: 337e5fc3768af2d26a9a9dbfaa1e5afa30ae26bf
Parents: 7eb9acc
Author: Mike Percy <mp...@apache.org>
Authored: Thu Jun 13 17:33:40 2013 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Thu Jun 13 17:33:40 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/flume/blob/337e5fc3/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index acc3d9a..4f13d32 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -844,6 +844,7 @@ Property Name               Default      Description
 **channels**                --
 **type**                    --           The component type name, needs to be ``jms``
 **initialContextFactory**   --           Inital Context Factory, e.g: org.apache.activemq.jndi.ActiveMQInitialContextFactory
+**connectionFactory**       --           The JNDI name the connection factory shoulld appear as
 **providerURL**             --           The JMS provider URL
 **destinationName**         --           Destination name
 **destinationType**         --           Destination type (queue or topic)
@@ -886,6 +887,7 @@ Example for agent named a1:
   a1.sources.r1.type = jms
   a1.sources.r1.channels = c1
   a1.sources.r1.initialContextFactory = org.apache.activemq.jndi.ActiveMQInitialContextFactory
+  a1.sources.r1.connectionFactory = GenericConnectionFactory
   a1.sources.r1.providerURL = tcp://mqserver:61616
   a1.sources.r1.destinationName = BUSINESS_DATA
   a1.sources.r1.destinationType = QUEUE