From c717cf61b76320aad0ac0570384f9d27be3c812a Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Tue, 9 Dec 2014 14:08:09 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7dad3337..8fc86e23 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,12 @@ queries, it is rarely necessary to encapsulate them in their own transaction. T property only applies if ``autoCommit`` is disabled. *Default: false* +:negative_squared_cross_mark:``allowPoolSuspension``
+This property controls whether the pool can be suspended and resumed through JMX. This is +useful for certain failover automation scenarios. When the pool is suspended, calls to +``getConnection()`` will *not* timeout and will be held until the pool is resumed. +*Default: false* + :negative_squared_cross_mark:``readOnly``
This property controls whether *Connections* obtained from the pool are in read-only mode by default. Note some databases do not support the concept of read-only mode, while others provide