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 
>
> 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:
> >
> > 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 updated this somehow needs to get injected into
> Camel
> > to that Camel knows that there is a new Endpoint.
> >
> > Is it somehow possible to configure this?   What is the best practice to
> > handle tons of endpoints in Camel (which all may have different settings?
> >
> > Thanks
> > Christian
>
>


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:
> 
> 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 updated this somehow needs to get injected into Camel
> to that Camel knows that there is a new Endpoint.
> 
> Is it somehow possible to configure this?   What is the best practice to
> handle tons of endpoints in Camel (which all may have different settings?
> 
> Thanks
> Christian