2008/9/3 ilango_g <[EMAIL PROTECTED]>:
>
> Hi
> I am trying to write a simple fan out app (or a distribution list maybe?)
> that will take a message on a queue and send it to various queues
>
>
> Any tips, pointers, sample code is appreciated.
e.g.
from("activemq:SomeQueue").
to("activemq:Bar").
to("activemq:Cheese");
http://activemq.apache.org/camel/
see the <camelContext> in the activemq.xml for an example.
There are more patterns here you might find useful
http://activemq.apache.org/camel/enterprise-integration-patterns.html
--
James
-------
http://macstrac.blogspot.com/
Open Source Integration
http://open.iona.com