[
https://issues.apache.org/jira/browse/AMQ-4432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Tully reassigned AMQ-4432:
-------------------------------
Assignee: Gary Tully
> 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
> Assignee: Gary Tully
> Labels: activemq, camel, karaf, osgi, xbean, xml
> 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