Re: How to handle many-ftp endpoints

2017-08-09 Thread Christian Stark
Thanks a lot. Do you have some examples as a start, else we will continue with the docu. Best regards Christian 2017-08-09 11:06 GMT+02:00 Owain McGuire : > We have accomplished this with the Routebuilder. http://camel.apache.org/ > routebuilder.html

Re: How to handle many-ftp endpoints

2017-08-09 Thread Owain McGuire
We have accomplished this with the Routebuilder. http://camel.apache.org/routebuilder.html Had all the ftp endpoints, cron/quartz details stored in a DB and generated the routes dynamically. > On 9 Aug 2017, at 09:45, Christian Stark wrote: > >

How to handle many-ftp endpoints

2017-08-09 Thread Christian Stark
Hi All, Given the following scenario: We have many many (>1000) ftp endpoints both inbound and outbound. Best would be to configure (create,update, delete) those FTP-Endpoints in a Database-Table (with all its properties) else it is quite difficult to still have an overview. Once an Endpoint got