Hello everyone,
When you add a connection in a connection pool, you have to precise a timeout parameter for this connection.
Method:
addConnectionPool(
java.lang.String poolName,
java.lang.String databaseURI,
java.lang.String user,
java.lang.String password,
int maxConnections,
int initConnections,
int timeOut <— ?
)
What is the use of this parameter ?
The API documentation is not quite clear about this “timeout” parameter.
Regards
Ludovic
#webMethods#webMethods-Tamino-XML-Server-APIs#API-Management