diff options
Diffstat (limited to 'java/broker/etc/config.xml')
| -rw-r--r-- | java/broker/etc/config.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml index 3789e6fcb6..897460dcea 100644 --- a/java/broker/etc/config.xml +++ b/java/broker/etc/config.xml @@ -85,9 +85,10 @@ <name>localhost</name> <localhost> <store> - <!-- <class>org.apache.qpid.server.store.berkeleydb.BDBMessageStore</class> --> + <!-- <class>org.apache.qpid.server.store.berkeleydb.BDBMessageStore</class> + <environment-path>${work}/localhost-store</environment-path> --> + <class>org.apache.qpid.server.store.MemoryMessageStore</class> - <environment-path>localhost-store</environment-path> </store> <security> |
