You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/06/01 16:12:27 UTC

qpid-broker-j git commit: QPID-7804: Change default virtualhost type from Derby to BDB

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master b057a909c -> f42e83fdd


QPID-7804: Change default virtualhost type from Derby to BDB


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/f42e83fd
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/f42e83fd
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/f42e83fd

Branch: refs/heads/master
Commit: f42e83fdd4cc04c7f52a1fc43b65cbeebfa0e551
Parents: b057a90
Author: Keith Wall <kw...@apache.org>
Authored: Thu Jun 1 17:06:38 2017 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Thu Jun 1 17:06:38 2017 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/qpid/server/model/VirtualHostNode.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/f42e83fd/broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostNode.java
----------------------------------------------------------------------
diff --git a/broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostNode.java b/broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostNode.java
index 3253477..54c112f 100644
--- a/broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostNode.java
+++ b/broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostNode.java
@@ -31,7 +31,7 @@ public interface VirtualHostNode<X extends VirtualHostNode<X>> extends Configure
 {
     String QPID_INITIAL_CONFIG_VIRTUALHOST_CONFIG_VAR = "qpid.initial_config_virtualhost_config";
     @ManagedContextDefault(name = QPID_INITIAL_CONFIG_VIRTUALHOST_CONFIG_VAR)
-    String DEFAULT_INITIAL_CONFIG_VIRTUALHOST_CONFIG_VAR = "{ \"type\" : \"DERBY\" }";
+    String DEFAULT_INITIAL_CONFIG_VIRTUALHOST_CONFIG_VAR = "{ \"type\" : \"BDB\" }";
 
     String DEFAULT_VIRTUAL_HOST_NODE = "defaultVirtualHostNode";
 


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