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 21:51:37 UTC

[qpid-broker-j] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


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

commit f521464f7b02b8f780bf5861bca68ed389776934
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
---
 .../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