diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-05-17 17:26:04 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-05-17 17:26:04 +0000 |
| commit | fcc3bc2e1808cd3e449b4337203756abb7a3339d (patch) | |
| tree | 9bbaa68d6fbf5c8e580be436911c56106f56a799 /java/module.xml | |
| parent | 6416da054f164a21a896109c1833aa17a6fb5a19 (diff) | |
| download | qpid-python-fcc3bc2e1808cd3e449b4337203756abb7a3339d.tar.gz | |
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 <andymacbean@gmail.com>, Oleksandr Rudyy <orudyy@gmail.com>, Philip Harvey <phil@philharveyonline.com>, and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1339728 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml index 1261a1bdea..8c6d815fee 100644 --- a/java/module.xml +++ b/java/module.xml @@ -349,7 +349,7 @@ <sysproperty key="log4j.configuration" value="${log4j.configuration}"/> <sysproperty key="java.naming.factory.initial" value="${java.naming.factory.initial}"/> <sysproperty key="java.naming.provider.url" value="${java.naming.provider.url}"/> - <sysproperty key="messagestorefactory.class.name" value="${messagestorefactory.class.name}" /> + <sysproperty key="messagestore.class.name" value="${messagestore.class.name}" /> <sysproperty key="test.output" value="${module.results}"/> <sysproperty key="qpid.amqp.version" value="${qpid.amqp.version}"/> |
