Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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
Attachments
Attachments
Issue Links
- is related to
-
FLUME-1886 Add a JMS enum type to SourceType so that users don't need to enter FQCN for JMSSource
- Resolved