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
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