You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by benshort <be...@benshort.co.uk> on 2009/01/19 11:10:23 UTC

Mirrored Queues

Are Mirrored Queues transactional?
-- 
View this message in context: http://www.nabble.com/Mirrored-Queues-tp21540028p21540028.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Mirrored Queues

Posted by James Strachan <ja...@gmail.com>.
2009/1/19 benshort <be...@benshort.co.uk>:
>
> Is it possible to setup activemq to only mirror one queue?

The camel example I just gave does exactly that.

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://fusesource.com/

Re: Mirrored Queues

Posted by benshort <be...@benshort.co.uk>.
Is it possible to setup activemq to only mirror one queue?



James.Strachan wrote:
> 
> 2009/1/19 benshort <be...@benshort.co.uk>:
>>
>> Are Mirrored Queues transactional?
> 
> Yes.
> 
> Another approach is to use a Camel route to consume from a queue and
> send to N queues
> 
> <route>
>   <from uri="activemq:Foo?transacted=true"/>
>   <to uri="activemq:Bar1"/>
>   <to uri="activemq:Bar2"/>
>   <to uri="activemq:Bar3"/>
> </route>
> 
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> Open Source Integration
> http://fusesource.com/
> 
> 

-- 
View this message in context: http://www.nabble.com/Mirrored-Queues-tp21540028p21540355.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Mirrored Queues

Posted by James Strachan <ja...@gmail.com>.
2009/1/19 benshort <be...@benshort.co.uk>:
>
> Are Mirrored Queues transactional?

Yes.

Another approach is to use a Camel route to consume from a queue and
send to N queues

<route>
  <from uri="activemq:Foo?transacted=true"/>
  <to uri="activemq:Bar1"/>
  <to uri="activemq:Bar2"/>
  <to uri="activemq:Bar3"/>
</route>

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://fusesource.com/