Can I enable requests to a JDBC connection pool for a database connection to wait until a connection is available?
Yes. You can set two JDBC connection pool properties to enable connection requests to wait for a connection:
. ConnectionReserveTimeoutSeconds
. HighestNumWaiters