summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-67/+78
* WIP - async store interface working for configuration (adding and removing qu...Kim van der Riet2012-10-181-13/+79
* QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke...Kim van der Riet2012-09-241-22/+43
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-801/+492
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-39/+78
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-229/+438
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-64/+84
* 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-3304: 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