diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2006-09-19 23:08:25 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2006-09-19 23:08:25 +0000 |
| commit | 7aafd89580647f94d02c5166ea24f833cfb98b2f (patch) | |
| tree | e64de9fabfea101c480cdca65e51d290708a254d /qpid | |
| parent | 87703534836168ecca2bcf6bc1719460e6b5b9bd (diff) | |
| download | qpid-python-7aafd89580647f94d02c5166ea24f833cfb98b2f.tar.gz | |
made the default config use the memory message store
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@448008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/java/broker/etc/config.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/java/broker/etc/config.xml b/qpid/java/broker/etc/config.xml index 531054dd86..ca51803044 100644 --- a/qpid/java/broker/etc/config.xml +++ b/qpid/java/broker/etc/config.xml @@ -82,9 +82,7 @@ <auto_register>true</auto_register> </queue> <store> - <!--<class>org.apache.qpid.server.store.MemoryMessageStore</class>--> - <class>org.apache.qpid.server.store.berkeleydb.BDBMessageStore</class> - <environment-path>${work}/bdb</environment-path> + <class>org.apache.qpid.server.store.MemoryMessageStore</class> </store> <virtualhosts>${conf}/virtualhosts.xml</virtualhosts> </broker> |
