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 | 7f244ec98ed3a770e6de51213ae427928a880bd5 (patch) | |
| tree | a6f04283363e50f17b939f773d8d7d6ced369128 | |
| parent | 913489deb2ee9dbf44455de5f407ddaf4bd8c540 (diff) | |
| download | qpid-python-7f244ec98ed3a770e6de51213ae427928a880bd5.tar.gz | |
made the default config use the memory message store
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@448008 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | java/broker/etc/config.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml index 531054dd86..ca51803044 100644 --- a/java/broker/etc/config.xml +++ b/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> |
