Gary Tully created AMQ-4432:
-------------------------------
Summary: Validate camel context within activemq.xml in karaf
Key: AMQ-4432
URL: https://issues.apache.org/jira/browse/AMQ-4432
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.8.0
Reporter: Gary Tully
Fix For: 5.9.0
Validate use case in xml config as follows: {code}
<beans>
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="${broker-name}"
dataDirectory="${data}"
start="false" />
...
<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
<route id="queueToDbTransacted">
<from uri="activemq:queue:camel_in"/>
<to uri="activemq:queue:camel_out"/>
</route>
</camelContext>
</beans>
--
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