You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2013/04/03 13:31:18 UTC

[jira] [Resolved] (AMQ-4432) Validate camel context within activemq.xml in karaf

     [ https://issues.apache.org/jira/browse/AMQ-4432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-4432.
-----------------------------

    Resolution: Fixed

fix nd test in http://svn.apache.org/r1463909
                
> 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
>              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