summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5973: HA cluster state may get stuck in recoveringAlan Conway2014-08-081-0/+1
* [QPID-5929]: Mark deprecated QMF fields as Deprecated and do some relevant co...Pavel Moravec2014-07-291-33/+0
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-4/+4
* QPID-5835: [C++ broker] Broker recovery forgets auto-delete flag on queues an...Pavel Moravec2014-06-211-8/+22
* QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queriesPavel Moravec2014-06-181-0/+15
* QPID-5793: prevent leak due to concurrent bind and deleteGordon Sim2014-06-031-3/+13
* QPID-5793: prevent deadlock between timer and consumeGordon Sim2014-06-031-1/+3
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-281-2/+10
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-071-12/+15
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-071-2/+14
* QPID-5587: QMF to track queue owner (userId)Pavel Moravec2014-02-281-0/+6
* QPID-5468: fix handling of delete-if-unused for sending linksGordon Sim2014-01-101-5/+6
* QPID-5421: Refactor: clean up QueueObservers.Alan Conway2013-12-131-64/+14
* QPID-5324: log error for rejected filter (as well as throwing exception)Gordon Sim2013-11-121-0/+1
* QPID-5324: don't ignore unrecognised filter, throw exceptionGordon Sim2013-11-111-1/+1
* QPID-5283: ensure queue has no consumers before granting exclusive ownershipGordon Sim2013-10-311-1/+1
* QPID-4287: Poor performance when a priority queue with a ring queue policy ha...Alan Conway2013-10-251-15/+14
* QPID-5199: take 0-10 header segment into account for message sizeGordon Sim2013-10-031-10/+10
* QPID-5200: Allow size limit to be disabledGordon Sim2013-10-011-1/+9
* QPID-5084: Track durable queue ownership across restarts; a patch from Pavel ...Justin Ross2013-09-231-0/+15
* QPID-5107: Trace queue&session deletion statistics show zero values for some ...Pavel Moravec2013-09-061-0/+2
* QPID-5078: ensure listeners are always notified if a message was left on the ...Gordon Sim2013-08-161-3/+6
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-1/+1
* QPID-4327: Added TransactionObserver interface.Alan Conway2013-08-011-0/+7
* QPID-4993: reroute dropped messages in ring queue if alternate exchange is sp...Gordon Sim2013-07-171-11/+13
* QPID-4976: support standard lifetime policiesGordon Sim2013-07-101-77/+165
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-6/+1
* NO-JIRA: remove unused codeGordon Sim2013-06-191-31/+0
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-191-1/+1
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-3/+5
* QPID-4886: Pass non-const reference to Message in QueueObserver functions.Alan Conway2013-05-291-1/+3
* QPID-4859: ensure flush is called on journalsGordon Sim2013-05-241-1/+1
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-231-1/+27
* QPID-4591: patch from Ernie Allen to add queue sequence number to messagesGordon Sim2013-05-211-0/+1
* QPID-3189: correct calculated queue depth if enqueue failsGordon Sim2013-05-081-1/+6
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-081-2/+23
* QPID-4692 ACL queue quotas did not count autodelete - patch by Ernie AllenCharles E. Rolke2013-04-021-0/+4
* QPID-4630: HA Fix starting from persistent store.Andrew Stitcher2013-03-081-1/+3
* QPID-4630: HA Fix starting from persistent store.Alan Conway2013-03-071-1/+3
* QPID-4555: Fix handling of no-credit consumers in Queue::getNextMessage.Alan Conway2013-01-311-1/+3
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-211-0/+1
* Bug 886656 - HA backup broker does not properly increment the alternate excha...Alan Conway2012-12-201-0/+1
* QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandlerAlan Conway2012-12-191-9/+0
* QPID-4514: Remove obsolete cluster code: DtxManager, more Broker, Connection,...Alan Conway2012-12-191-3/+0
* QPID-4514: Remove obsolete cluster code: getClusterTimer.Alan Conway2012-12-191-1/+1
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-5/+5
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-5/+5
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-6/+7
* Bug 867030 - QPID-4374: Reduce contention on Queue::messageLock (Jason Dillaman)Alan Conway2012-10-181-5/+5
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-19/+18