summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qpid-3603-4-rebase' into qpid-3603-5qpid-3603-5Alan Conway2012-02-131-63/+82
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-8/+138
* QPID-3481 - After queue deletion, route re-queued messages to the alternate e...Ted Ross2012-02-021-9/+20
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-3/+3
* QPID-3603: Fix spurious "exchange not found" error and debug messages.Alan Conway2012-01-181-6/+5
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-5/+5
* QPID-3549 - Improved handling of boolean configuration options in Queue.cppTed Ross2011-10-141-4/+29
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-127/+353
* QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...Kim van der Riet2011-07-191-6/+1
* NO-JIRA: Fix compile error on windows due to assigning an AtomicValue.Alan Conway2011-06-171-1/+1
* QPID-3280: further fix compilation error on windowsGordon Sim2011-06-171-1/+1
* QPID-3280: fix compilation error on windows introduced by previous commit for...Gordon Sim2011-06-171-1/+1
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-65/+75
* QPID-3278: pass container for expired messages by referenceGordon Sim2011-05-261-1/+1
* 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