How can I create dynamic route to  read messages from multiple sources  e.g.
multiple  ActiveMQ  queues , the number of queues depends on customer
registered in database each with have own dedicated queue

As I know recipient list handle dynamic  (calculated ) multiple destination
end point ,but what if I need to do the same for starting “From” point 
My initial implementation for such requirement is  

rout 1 From Direct 
Call a processor which: 
-list all sources queues 
-create consumer template “From” for  each queue  and send it “To” seda end
point 
end  rout1 

rout2
from seda 
to..
to..
to ..
end  rout2





-----
Othman Darwish
ProgressSoft Corp.

--
View this message in context: 
http://camel.465427.n5.nabble.com/Dynamic-route-multiple-From-point-tp5727387.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to