From f5d67044a9797c397764a7ac1aa1a1ed4aa893a3 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 17 May 2012 17:26:04 +0000 Subject: QPID-4006: add support for using BDB HA to form an active-passive cluster for persistent messaging - Includes support for setting BDB configuration parameters via the store configuration, both for the existing store and the new HA variant. - Removes the MessageStoreFactory and reverts store configuration to historical values. Applied patch from Keith Wall, Andrew MacBean , Oleksandr Rudyy , Philip Harvey , and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1339728 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/broker/etc/virtualhosts.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'qpid/java/broker/etc') diff --git a/qpid/java/broker/etc/virtualhosts.xml b/qpid/java/broker/etc/virtualhosts.xml index 1f7f91de9a..0f7cc7866f 100644 --- a/qpid/java/broker/etc/virtualhosts.xml +++ b/qpid/java/broker/etc/virtualhosts.xml @@ -25,8 +25,8 @@ localhost - org.apache.qpid.server.store.MemoryMessageStoreFactory - @@ -86,8 +86,8 @@ development - org.apache.qpid.server.store.MemoryMessageStoreFactory - @@ -125,8 +125,8 @@ test - org.apache.qpid.server.store.MemoryMessageStoreFactory - -- cgit v1.2.1