Updated Branches: refs/heads/flume-1.4 3598ac538 -> dc613bc22
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/dc613bc2 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/dc613bc2 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/dc613bc2 Branch: refs/heads/flume-1.4 Commit: dc613bc22b692fd79a1a0c13f3dca72a86714a12 Parents: 3598ac5 Author: Mike Percy <[email protected]> Authored: Thu Jun 13 17:33:40 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Thu Jun 13 17:34:07 2013 -0700 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/dc613bc2/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
