You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/04/18 22:20:08 UTC

[qpid-broker-j] branch 7.1.x updated: QPID-8299: [Broker-J][JDBC Config Store] Possibility to customize the connection provider for the config of the Broker

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new d4286ef  QPID-8299: [Broker-J][JDBC Config Store] Possibility to customize the connection provider for the config of the Broker
d4286ef is described below

commit d4286ef2196c55ef7513d7d6c9cf8245ef317655
Author: overmeulen <ov...@murex.com>
AuthorDate: Thu Apr 18 10:00:50 2019 +0200

    QPID-8299: [Broker-J][JDBC Config Store] Possibility to customize the connection provider for the config of the Broker
    
    This closes #25
    
    (cherry picked from commit f521464f7b02b8f780bf5861bca68ed389776934)
---
 .../main/java/org/apache/qpid/server/store/jdbc/JDBCSystemConfig.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCSystemConfig.java b/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCSystemConfig.java
index 6a6d5f3..6766328 100644
--- a/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCSystemConfig.java
+++ b/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCSystemConfig.java
@@ -35,7 +35,7 @@ public interface JDBCSystemConfig<X extends JDBCSystemConfig<X>> extends SystemC
     String getConnectionUrl();
 
     @Override
-    @ManagedAttribute(defaultValue=DefaultConnectionProviderFactory.TYPE)
+    @ManagedAttribute(defaultValue = "${systemConfig.connectionPoolType}")
     String getConnectionPoolType();
 
     @Override


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org