Re: how to call route from other route?

2011-11-23 Thread Hadrian Zbarcea
: http://camel.465427.n5.nabble.com/how-to-call-route-from-other-route-tp4913610p4916399.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Hadrian Zbarcea Principal Software Architect Talend, Inc http://coders.talend.com/ http://camelbot.blogspot.com/

how to call route from other route?

2011-10-18 Thread Trop
/how-to-call-route-from-other-route-tp4913610p4913610.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: how to call route from other route?

2011-10-18 Thread Ioannis Canellos
Can you please provide some more details on what you want to do? Typically, routes communicate with each other when they share endpoints. For example: route from uri=jetty:http: to uri=direct:A/ /route route from uri=direct:A to uri=jpa:... /route But I am not sure if this is what you

Re: how to call route from other route?

2011-10-18 Thread Trop
in context: http://camel.465427.n5.nabble.com/how-to-call-route-from-other-route-tp4913610p4914426.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: how to call route from other route?

2011-10-18 Thread boday
:... / /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

Re: how to call route from other route?

2011-10-18 Thread Gnanaguru S
each route as a separate bundle. Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/how-to-call-route-from-other-route-tp4913610p4916386.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: how to call route from other route?

2011-10-18 Thread Trop
Hi Gnanaguru Likely I am incorrectly expressed. I need like this route autoStartup=false from uri=quartz: / to uri=ftp://anonymous@localhost/; / to uri=bean:foo / /route Regards trp -- View this message in context: http://camel.465427.n5.nabble.com/how-to-call-route