summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3174: remove unnecessary enqueueComplete() callsKenneth Anthony Giusti2011-04-011-3/+3
* QPID-3136: Add option to disable defaults for queue threshold alertsGordon Sim2011-03-111-1/+1
* QPID-3120: Consult alternate exchange on reroute if neededGordon Sim2011-03-071-2/+1
* QPID-3107: If queue's alternate-exchange can't route message, try that exchan...Gordon Sim2011-03-031-2/+1
* NO-JIRA: remove some dead code, rename internal method for clarityGordon Sim2011-02-281-2/+2
* QPID-3087: Fixes to store interaction changesGordon Sim2011-02-281-8/+11
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-9/+16
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-6/+21
* QPID-3000: Added optional delay for auto-deletionGordon Sim2011-02-151-3/+71
* QPID-3002: Configurable threshold alerts for queuesGordon Sim2011-02-151-26/+41
* QPID-529: Priority queue implementationGordon Sim2011-02-101-219/+99
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-105/+32
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-251-8/+9
* Introduce broker::Cluster interface.Alan Conway2010-10-181-27/+99
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-111-4/+22
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-0/+3
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-241-1/+1
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-151-3/+10
* QPID-2004: Now that connections are cleaned up on shutdown, some cluster safe...Gordon Sim2010-06-021-1/+0
* QPID-2588: Prevent queue being destroyed while still in use.Gordon Sim2010-05-151-7/+40
* QPID-2588: Ensure we do not make calls on store for a given queue once it has...Gordon Sim2010-05-131-1/+9
* BZ572245: Clustering can force message persistence when one node remains. Fix...Kim van der Riet2010-04-281-5/+10
* Code cleanup Ted Ross2010-04-231-20/+8
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-1/+5
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-1/+1
* QPID-2454 Messages set with a TTL expire immediately when sent on qpid queues...Carl C. Trieloff2010-03-261-0/+1
* QPID-2365 - Reroute messages from a queue featureTed Ross2010-01-291-8/+57
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-1/+21
* Cluster-safe assertions.Alan Conway2010-01-201-2/+13
* QPID-2295: Clustered + persistent broker crashes with inconsistency error.Alan Conway2010-01-181-10/+0
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-141-26/+0
* fix & test QPID-2320Carl C. Trieloff2010-01-061-6/+5
* QPID-2278: Encode alternate exchange information at the end of the buffer for...Gordon Sim2009-12-161-4/+6
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-1/+1
* Change from linear to binary search in requeueGordon Sim2009-11-131-5/+1
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-101-6/+5
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-091-37/+58
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-091-1/+5
* Erasing an iterator invalidates the iterator; changed the code to not derefer...Stephen D. Huston2009-11-031-2/+5
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-301-0/+6
* Fixed problem of queue alternate-exchange property not being persisted on per...Kim van der Riet2009-10-291-2/+17
* r817742 (the fix for QPID-2102) did not cover the case for 2pc transactions r...Gordon Sim2009-10-181-0/+4
* Transient flow-to-disk messages switched to store from BDB. Only single-queue...Kim van der Riet2009-09-281-2/+2
* QPID-2102: Changed QueuePolicy to rely on external locking and require dequeu...Gordon Sim2009-09-281-10/+9
* This patch requires svn 817742, corrects the lock issue for ring queue in 817...Carl C. Trieloff2009-09-231-11/+17
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-27/+34
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-63/+75
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-75/+63
* handle fail setting last-node-standing with unit test, still needs system testCarl C. Trieloff2009-07-311-10/+14
* Make replication of queue events not dependant on abs queue position, but rat...Carl C. Trieloff2009-07-301-0/+4