summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/QueueCleaner.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-6/+8
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-111-3/+2
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-021-2/+3
* Change QueueCleaner so that it cancels any outstanding TimerTask on destructionAndrew Stitcher2009-08-071-0/+1
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-6/+6
* Add directory to #includeAlan Conway2009-07-141-2/+2
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-6/+6
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-6/+6
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-2/+3
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+57