Posted: Tue Jun 14, 2011 4:09 am Post subject: connectionIdleTimeout - SAPConnection configurable service
Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
I have a question regarding setting the connection idle timeout for the SAP adapter.
The scenario:
2 outbound SAP BAPI adapters: IntegrationA and IntegrationB, they have the same SAP user and password, and they run in same execgroup.
IntegrationA has set connectionIdleTimeout to 10 minutes (-n connectionIdleTimeout -v 600) and IntegrationB has default value 0 (no timeout).
How does the SAP connection pool handle this?
Are they kept separate, or do they use the same connection pool since it is the same SAP and same user/password?
If the same, which value will be used, the timeout of 600 or the default 0 in my scenario?
From the WMB InfoCenter:
Quote:
connectionIdleTimeout
The number of seconds for which a connection can be idle before it is closed by WebSphere Message Broker to effectively maintain the connection pool. The default value for this property is 0 (zero) seconds, indicating that no timeout occurs.
New connections to SAP are opened with different user IDs, therefore do not set this property to zero if you are using identity propagation.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum