summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Queue.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-2920: Batch acquire/dequeue messages in cluster.qpid-2920-activeAlan Conway2011-11-041-3/+4
* QPID-2920: Renamed Stoppable to Activity, clearer naming.Alan Conway2011-09-301-3/+5
* QPID-2920: Fixed race condition around Queue::listeners.Alan Conway2011-09-211-2/+0
* QPID-2920: New cluster release/requeue.Alan Conway2011-09-161-6/+5
* QPID-2920: Clean up of debugging messages, install test exes.Alan Conway2011-09-061-10/+3
* QPID-2920: Broken checkpoint: passing dequeue mutex test with issuesAlan Conway2011-09-061-8/+18
* QPID-2920: Allow stopping consumers on queues.Alan Conway2011-09-061-2/+18
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-17/+20
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-281-0/+5
* QPID-3087: Fix linking on windows (unit test now uses create() rather than co...Gordon Sim2011-02-281-1/+1
* NO-JIRA: remove some dead code, rename internal method for clarityGordon Sim2011-02-281-2/+7
* QPID-3087: Fixes to store interaction changesGordon Sim2011-02-281-3/+10
* QPID-3015: restore export of symbol needed for linking unit tests on windowsGordon Sim2011-02-211-1/+1
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-0/+2
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-5/+10
* QPID-3000: Added optional delay for auto-deletionGordon Sim2011-02-151-0/+3
* QPID-3002: Configurable threshold alerts for queuesGordon Sim2011-02-151-4/+8
* QPID-529: Priority queue implementationGordon Sim2011-02-101-18/+9
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-7/+0
* Introduce broker::Cluster interface.Alan Conway2010-10-181-0/+7
* Code cleanup in broker directory.Alan Conway2010-10-141-309/+304
* 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-1/+1
* QPID-2588: Prevent queue being destroyed while still in use.Gordon Sim2010-05-151-2/+24
* QPID-2588: Ensure we do not make calls on store for a given queue once it has...Gordon Sim2010-05-131-0/+2
* QPID-2365 - Reroute messages from a queue featureTed Ross2010-01-291-1/+1
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+3
* QPID-2295: Clustered + persistent broker crashes with inconsistency error.Alan Conway2010-01-181-1/+0
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-141-7/+0
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-091-0/+3
* Fixed problem of queue alternate-exchange property not being persisted on per...Kim van der Riet2009-10-291-1/+2
* r817742 (the fix for QPID-2102) did not cover the case for 2pc transactions r...Gordon Sim2009-10-181-0/+6
* QPID-2102: Changed QueuePolicy to rely on external locking and require dequeu...Gordon Sim2009-09-281-12/+0
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-3/+2
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-11/+13
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-13/+11
* Add needed 'extern' for building on WindowsStephen D. Huston2009-08-031-2/+2
* Make replication of queue events not dependant on abs queue position, but rat...Carl C. Trieloff2009-07-301-0/+3
* Add directory to #includeAlan Conway2009-07-141-9/+9
* Add missing externs for Queue methods; silence getenv() warnings on Windows b...Stephen D. Huston2009-07-131-2/+2
* More tests and complete fix for svn791672 commit -- correct requeueCarl C. Trieloff2009-07-081-1/+0
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-081-2/+8
* More tests and completion of fix for 791672Carl C. Trieloff2009-07-071-0/+1
* QPID-1936: Fix potential deadlock for durable ring queueGordon Sim2009-06-231-0/+12
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-0/+3
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-0/+9
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-1/+9
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-1/+3
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-3/+3