Set the maximum connection request allowed in the wait queue, any requests beyond the max size will result in
an failure. If the value is set to a negative number then the queue will be unbounded.
@param maxWaitQueueSize the maximum number of waiting requests
@return a reference to this, so the API can be used fluently
Set the maximum connection request allowed in the wait queue, any requests beyond the max size will result in an failure. If the value is set to a negative number then the queue will be unbounded.
@param maxWaitQueueSize the maximum number of waiting requests @return a reference to this, so the API can be used fluently