Sorry - I didn’t ask my question very well.

How different are the “dynamic routes”?  Are there a few common patterns, and 
you’re just applying different configurations to those patterns?

Also, why do you think you’d have better control and error handling if you run 
the routes synchronously?

If you could provide some more detail on the type(s) of routes you’re trying to 
dynamically create, how you envision triggering the creation of the routes 
(i.e. a file, a JMS messages, whatever), and what kind of “control and error 
handling” you think you may loose with parallel operation of the routes, that 
would help.

> On Mar 16, 2016, at 8:10 PM, Premkumar <[email protected]> wrote:
> 
> Yes Quinn, Routes are added on the fly.  We have pickup on schedules (Using
> Quartz Jobs)  and delivery of file (immediate delivery and with schedules)
> and there are some routes which are polling at local Filesystem and
> delivering internal FTP sites.
> 
> since we are dealing with file system and we thought we would have better
> control + error handling when executing routes synchronously and also most
> routes one time only. 
> 
> 
> 
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Synchronous-One-time-Routing-for-files-tp5779150p5779176.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to