Antonio ForniƩ wrote:
>
> Is there anybody using Geronimo and Camel? Is the integration easy? Is it
> working well?
>
just uncomment the following part in the
$GERONIMO_HOME\var\activemq\conf\activemq.xml
<!--
Lets deploy some Enterprise Integration Patterns inside the ActiveMQ
Message
Broker. For more details see:
http://activemq.apache.org/enterprise-integration-patterns.html
<camelContext id="camel"
xmlns="http://activemq.apache.org/camel/schema/spring">
-->
<!--</camelContext>-->
<!-- You can use a <package> element for each root package to search
for Java routes
<package>org.foo.bar</package>
-->
<!-- You can use Spring XML syntax to define the routes here using
the <route> element -->
<route>
<from uri="activemq:example.A"/>
<to uri="activemq:example.B"/>
</route>
</camelContext>
An you cab send a message from queue example.A to queue example.B
see also http://activemq.apache.org/enterprise-integration-patterns.html
--
View this message in context:
http://www.nabble.com/Is-there-anybody-using-Geronimo-and-Camel--tp26024285s134p26079882.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.