From 348e3eb7ea4ff8d67a7084ed774fe1ea27732ee3 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 6 Jul 2011 11:42:06 -0400 Subject: [PATCH] INT-1930 added documentation for 'cache-sessions' attribute for FTP/SFTP adapters --- docs/src/reference/docbook/ftp.xml | 16 ++++++++++++++++ docs/src/reference/docbook/sftp.xml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/docs/src/reference/docbook/ftp.xml b/docs/src/reference/docbook/ftp.xml index 1014a68f24..d89ad7306e 100644 --- a/docs/src/reference/docbook/ftp.xml +++ b/docs/src/reference/docbook/ftp.xml @@ -242,4 +242,20 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/ftp +
+ FTP Session Caching + + One of the optimization implemented by FTP adapters is session caching. Similar to JDBC connection polling FTP Adapters maintain a + default session poll. However there are times when this behavior is not desired (e.g., security etc.). + To disable session caching you can set cache-sessions attribute to false (default is true) +]]> + +The same attriibute could be used with Outbound Channel Adapters + +
diff --git a/docs/src/reference/docbook/sftp.xml b/docs/src/reference/docbook/sftp.xml index 8cb9ac1479..3655994ec7 100644 --- a/docs/src/reference/docbook/sftp.xml +++ b/docs/src/reference/docbook/sftp.xml @@ -184,4 +184,20 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/sftp +
+ SFTP Session Caching + + One of the optimization implemented by SFTP adapters is session caching. Similar to JDBC connection polling SFTP Adapters maintain a + default session poll. However there are times when this behavior is not desired (e.g., security etc.). + To disable session caching you can set cache-sessions attribute to false (default is true) +]]> + +The same attriibute could be used with Outbound Channel Adapters + +