You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Robert J. Liguori" <ca...@gliesian.com> on 2011/09/17 19:09:03 UTC

routing to two places.

I want a route to go two places:

  <to uri="file:folder"/>
AND
  <to uri="activemq:topic:topic_name"/>

How do I do the AND?

Thanks!


Re: routing to two places.

Posted by Taariq Levack <ta...@gmail.com>.
Multicast for the win.
http://camel.apache.org/multicast.html

Taariq


On 17 Sep 2011, at 7:09 PM, "Robert J. Liguori" <ca...@gliesian.com> wrote:

> I want a route to go two places:
> 
> <to uri="file:folder"/>
> AND
> <to uri="activemq:topic:topic_name"/>
> 
> How do I do the AND?
> 
> Thanks!
>