Author: kpvdr
Date: 2007-10-11 17:47:40 -0400 (Thu, 11 Oct 2007)
New Revision: 1013
Modified:
store/trunk/cpp/lib/BdbMessageStore.h
Log:
Oops, left journal switch on my mistake, now off again
Modified: store/trunk/cpp/lib/BdbMessageStore.h
===================================================================
--- store/trunk/cpp/lib/BdbMessageStore.h 2007-10-11 21:46:52 UTC (rev 1012)
+++ store/trunk/cpp/lib/BdbMessageStore.h 2007-10-11 21:47:40 UTC (rev 1013)
@@ -113,7 +113,7 @@
void createJrnlQueue(const qpid::broker::PersistableQueue& queue);
string getJrnlDir(const qpid::broker::PersistableQueue& queue); //for exmaple
/var/rhm/ + queueDir/
string getJrnlDir(const char* queueName);
- static inline bool usingJrnl() {return true;} // make configurable
+ static inline bool usingJrnl() {return false;} // make configurable
string getJrnlBaseDir();
Show replies by date