summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/QueueCleaner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-10/+23
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-6/+12
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-1/+1
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-111-12/+5
* Give queue cleaner task an explicit nameGordon Sim2010-08-021-1/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-021-4/+11
* Don't hold QueueRegistry lock while iterating over queues to purge them of ex...Gordon Sim2010-06-221-1/+17
* Check for null pointer in ~QueueCleaner.Alan Conway2009-08-131-1/+1
* Change QueueCleaner so that it cancels any outstanding TimerTask on destructionAndrew Stitcher2009-08-071-0/+5
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-4/+4
* 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-4/+4
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-4/+4
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+52