Deepesh Khandelwal created FLUME-2043:
-----------------------------------------
Summary: JMS Source removed on failure to create configuration
Key: FLUME-2043
URL: https://issues.apache.org/jira/browse/FLUME-2043
Project: Flume
Issue Type: Bug
Components: Configuration
Affects Versions: v1.4.0
Reporter: Deepesh Khandelwal
JMS Source used in agent configuration gets removed on running the agent.
{code}
13/05/11 04:13:17 WARN conf.FlumeConfiguration: Removed jms-source due to Could
not create configuration!
{code}
The configuration used is:
{code}
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
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira