diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-06 09:39:28 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-06 09:39:28 +0000 |
| commit | 2c7a2197fca7a86f6ebede1d238518afcbf85fd9 (patch) | |
| tree | 5825d40ba249b3d9f5f5889f76b4718cfe2dbb17 /java/broker/etc | |
| parent | 0d20ef4c1d46f1591a70973140d477ae16be2c9f (diff) | |
| download | qpid-python-2c7a2197fca7a86f6ebede1d238518afcbf85fd9.tar.gz | |
QPID-2002: MessageStore Logging , DerbyMS Does not have Queue Recovery logging just yet as its approach to recovery does not provide the requried details.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@801572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/etc')
| -rw-r--r-- | java/broker/etc/config-systests-derby.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/broker/etc/config-systests-derby.xml b/java/broker/etc/config-systests-derby.xml index 2efc458e26..e9cfa04ab5 100644 --- a/java/broker/etc/config-systests-derby.xml +++ b/java/broker/etc/config-systests-derby.xml @@ -96,6 +96,7 @@ <localhost> <store> <class>org.apache.qpid.server.store.DerbyMessageStore</class> + <environment-path>${work}/derbyDB/localhost-store</environment-path> </store> <housekeeping> @@ -110,6 +111,7 @@ <development> <store> <class>org.apache.qpid.server.store.DerbyMessageStore</class> + <environment-path>${work}/derbyDB/development-store</environment-path> </store> </development> </virtualhost> @@ -119,6 +121,7 @@ <test> <store> <class>org.apache.qpid.server.store.DerbyMessageStore</class> + <environment-path>${work}/derbyDB/test-store</environment-path> </store> </test> </virtualhost> |
