Hello,
We have a problem with our JDBC Adapter. Sometimes the pool doesn’t have a connection available for requests.
Our connection param are :
NO_TRANSACTION
Enable Connection Pooling : true
Minimum Pool Size : 0
Maximum Pool Size : 50
Pool Increment Size : 1
Block Timeout (msec) : 20000
Expire Timeout (msec) : 90000
Startup Retry Count : 0
Startup Backoff Timeout (sec) : 10
When I launch the service getConnectionStatistics from wmART package (to see the traffic of a JDBC Adapter), we have
in TotalConnections value : 19
and the TotalMisses value increases
Why number in TotalConnections value doesn’t grow upto 50 ( Maximum Pool Size) when the BusyConnections value is also 19?
Thanks
Jerome
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards