-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4.0
-
Component/s: Configuration
-
Labels:None
JMS Source used in agent configuration gets removed on running the agent.
13/05/11 04:13:17 WARN conf.FlumeConfiguration: Removed jms-source due to Could not create configuration!
The configuration used is:
agent.sources = jms-source
agent.channels = memoryChannel
agent.channels.memoryChannel.type = memory
agent.sources.jms-source.type = jms
agent.sources.jms-source.channels = memoryChannel
agent.sources.jms-source.initialContextFactory = org.apache.activemq.jndi.ActiveMQInitialContextFactory
agent.sources.jms-source.providerURL = tcp://localhost:61616
agent.sources.jms-source.destinationName = test
agent.sources.jms-source.destinationType = queue
- is related to
-
FLUME-1886 Add a JMS enum type to SourceType so that users don't need to enter FQCN for JMSSource
-
- Resolved
-