From 637ce7950f786fe8b825b3a22ef3089e415b19cf Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 16 Feb 2010 23:51:40 +0000 Subject: This is related to QPID-2404 The C++ broker removes stales messages using the following strategies a) If a consumer requests a messages, it checks the head and discards it if it's expired b) Runs the queue cleaner thread every x (defaults to 5 mins) secs and discards stale messages. I enabled the TimeToLiveTest (by commenting it out) and reduced the --queue-purge-interval to 1 sec. This may interfere with other tests. If that happens I will try to increase above interval and the test timeout and see if we could get by. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910777 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/cpp.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/test-profiles/cpp.testprofile') diff --git a/java/test-profiles/cpp.testprofile b/java/test-profiles/cpp.testprofile index f6d8d6f353..65d05d0bfd 100644 --- a/java/test-profiles/cpp.testprofile +++ b/java/test-profiles/cpp.testprofile @@ -12,7 +12,7 @@ broker.module.store=${store.module.dir}/msgstore.so broker.stopped=Exception constructed broker.modules= -broker.args= +broker.args=--queue-purge-interval 1 broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} -- cgit v1.2.1