there is also the activemq jms<->jms bridge http://activemq.apache.org/jms-to-jms-bridge.html
On 26 September 2012 19:01, Christian Posta <[email protected]> wrote: > Hi, > Yes, this is absolutely possible. > You can use Camel to bridge to the other JMS providers: > > <route> > > <from uri="activemq:MyQueue"/> > > <to uri="jms:SomeOtherQueue"/> > > </route> > > On Mon, Sep 24, 2012 at 12:54 AM, lukas_s <[email protected]> wrote: > >> >> Hi, >> >> I never use ActiveMQ, i have >> i have integrated JMS in Weblogic 10.3.0<=>Hornetq, now i want to configure >> environment in that model: >> >> >> >> First Network >> Second Network >> >> Weblogic 10.3.0 <=> ActiveMQ1 <=> ActiveMQ2 <=> HornetQ 2.2 >> >> >> is this possible this configuration ? >> >> >> >> Regards >> >> >> >> -- >> View this message in context: >> http://activemq.2283324.n4.nabble.com/ActiveMQ-intergrating-with-Weblogic-and-hornetq-tp4656841.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> -- http://fusesource.com http://blog.garytully.com
