Re: bridge HornetQ and ActiveMQ

2011-06-09 Thread Mark W
Thanks for the info and yes, I understand what you are saying. Problem is that I cannot figure out how to build a HornetQ connection factory. After spending some time with HornetQ, it makes me appreciate ActiveMQ more.. ;) On Thu, Jun 9, 2011 at 10:47 AM, Torsten Mielke wrote: > In the simples

Re: bridge HornetQ and ActiveMQ

2011-06-09 Thread Torsten Mielke
In the simplest form you could use a Camel route similar to this: and also declare the two endpoints in your camel-context.xml: Hope you get the idea. Torsten Mielke FuseSource tmielke.blogspot.com

Re: bridge HornetQ and ActiveMQ

2011-06-08 Thread Mark W
That looks like it would work. I'm not sure on the configuration and have been working that for a while with no success. On Wed, Jun 8, 2011 at 9:22 AM, Torsten Mielke wrote: > You should be able to use Camel to bridge both JMS systems. Camel can > work with different JMS providers. > See http:

Re: bridge HornetQ and ActiveMQ

2011-06-08 Thread Torsten Mielke
You should be able to use Camel to bridge both JMS systems. Camel can work with different JMS providers. See http://camel.apache.org/jms.html for more details. Torsten Mielke FuseSource.com tmielke.blogspot.com