Trop, your example does this already...its just asynchronous because you are
using JMS.  If you want synchronous behavior, then use direct...


Trop wrote:
> 
> Hello,
> I have route:
> <route autoStartup="false">
>       <from uri="ftp://anonymous@localhost/"; />
>       <to uri="bean:foo" />
>       <to uri="jms:..." />
> </route>
> 
> and i want call from 
> <from uri="jms:" />
> <from uri="quartz:" />
> etc.
> 
> Regards 
> trp
> 


-----
Ben O'Day
IT Consultant -http://consulting-notes.com

--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-call-route-from-other-route-tp4913610p4915492.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to