ActiveMQ 5.1's default broker configuration file (activemq.xml) has a sample.
That is,

<route>
     <from uri="activemq:example.A"/>
     <to uri="activemq:example.B"/>
</route>

There's also Camel's recipient list web page. 

http://activemq.apache.org/camel/recipient-list.html

Joe
Get a free ActiveMQ user guide @ http://www.ttmsolutions.com



ilango_g wrote:
> 
> Hi
> I am trying to implement a fan out application. I tried WebSphere MQ
> first. Now I am back to ActiveMQ. Is there a sample out there that uses
> ActiveMQ to implement a recipient list.
> 
> thanks
> 

-- 
View this message in context: 
http://www.nabble.com/implementing-a-%22Recipient-List%22-integration-pattern-via-Camel--tp19866210p19866424.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to