[rhmessaging-commits] rhmessaging commits: r1699 - in store/trunk/cpp: lib and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Feb 18 13:40:34 EST 2008


Author: gordonsim
Date: 2008-02-18 13:40:34 -0500 (Mon, 18 Feb 2008)
New Revision: 1699

Modified:
   store/trunk/cpp/lib/BdbMessageStore.cpp
   store/trunk/cpp/rhm.spec.in
Log:
Switched default mode until issues with async interaction are resolved.



Modified: store/trunk/cpp/lib/BdbMessageStore.cpp
===================================================================
--- store/trunk/cpp/lib/BdbMessageStore.cpp	2008-02-14 20:22:21 UTC (rev 1698)
+++ store/trunk/cpp/lib/BdbMessageStore.cpp	2008-02-18 18:40:34 UTC (rev 1699)
@@ -1361,7 +1361,7 @@
 
 BdbMessageStore::Options::Options(const std::string& name) :
     qpid::Options(name),
-    storeAsync(true),
+    storeAsync(false),
     storeForce(false),
     numJrnlFiles(8),
     jrnlFsizePgs(24)

Modified: store/trunk/cpp/rhm.spec.in
===================================================================
--- store/trunk/cpp/rhm.spec.in	2008-02-14 20:22:21 UTC (rev 1698)
+++ store/trunk/cpp/rhm.spec.in	2008-02-18 18:40:34 UTC (rev 1699)
@@ -3,7 +3,7 @@
 #
 Name:           rhm
 Version:        @VERSION@
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Red Hat extensions to the Qpid messaging system
 Group:          System Environment/Libraries
 License:        LGPL




More information about the rhmessaging-commits mailing list