Hi,
what happens to connections that are aquired using the PoolManager, but are never close()d, because an exception occurred during executing a Tamino command over this connection?
Will the connection be lost and decrement the number of totally available connections?
Does the pool generate a new connection for the lost one?
Should I use } finally { to close the connection to be sure the poolmanager does not run out of connections over time?
Is there any more information regarding connection pool and the retry handler? how do they both interact (if they do)?
Best regards, Andreas Sch
#webMethods-Tamino-XML-Server-APIs#webMethods#API-Management