What happens when a pooled connection attempt exceeds the limit of the MAX_POOL_SIZE ?
1) An exception is thrown
2) A new connection pool is instantiated
3) The request is queued
Regards.