Re: Camel SFTP connection pooling

2020-12-02 Thread Claus Ibsen
Hi There is no shared connection pooling. Each ftp producer has its own connection that it can reuse for the next file to upload. On Wed, Dec 2, 2020 at 2:37 PM Michael Rambichler wrote: > > Hi together, > > > I’m interested in how the Camel SFTP component implements connection > pooling. Is the

Camel SFTP connection pooling

2020-12-02 Thread Michael Rambichler
Hi together, I’m interested in how the Camel SFTP component implements connection pooling. Is there a default connection pool and if so, how does it work. I have to sftp a huge file amount in a short period of time and the destination server allows only very limited number of connections. Thank