summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Queue.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...Robert Gemmell2016-07-051-552/+0
* QPID-7329: Merge branch 'github/pr/10' into trunkGordon Sim2016-06-281-0/+7
* QPID-7306: fix compilation error in previous commitGordon Sim2016-06-241-1/+0
* QPID-7306: Fix race conditions during Queue destruction.Alan Conway2016-06-221-1/+3
* QPID-7302: Restart delayed auto-delete timer if the queue is declaredGordon Sim2016-06-151-1/+4
* QPID-4397: log more detail for expired messages when debug enabledGordon Sim2016-05-251-0/+1
* QPID-6274: Delete subscription queue immediately on link closeGordon Sim2014-12-171-2/+2
* QPID-4710: Add generic support for transactional dequeue to Queue class itselfGordon Sim2014-10-271-0/+7
* QPID-6182: AMQP 1.0 consumer should be able to get messages from browse-only ...Pavel Moravec2014-10-231-0/+1
* [QPID-5929]: Mark deprecated QMF fields as Deprecated and do some relevant co...Pavel Moravec2014-07-291-2/+0
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-071-1/+1
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-071-2/+8
* QPID-5587: QMF to track queue owner (userId)Pavel Moravec2014-02-281-1/+1
* QPID-5421: Refactor: clean up QueueObservers.Alan Conway2013-12-131-11/+5
* QPID-4287: Poor performance when a priority queue with a ring queue policy ha...Alan Conway2013-10-251-1/+16
* QPID-5084: Track durable queue ownership across restarts; a patch from Pavel ...Justin Ross2013-09-231-0/+5
* QPID-4327: Added TransactionObserver interface.Alan Conway2013-08-011-0/+1
* QPID-4993: reroute dropped messages in ring queue if alternate exchange is sp...Gordon Sim2013-07-171-0/+3
* QPID-4976: support standard lifetime policiesGordon Sim2013-07-101-7/+66
* NO-JIRA: remove unused codeGordon Sim2013-06-191-9/+0
* QPID-4886: Pass non-const reference to Message in QueueObserver functions.Alan Conway2013-05-291-0/+4
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-231-3/+22
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-081-0/+4
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-211-1/+3
* QPID-4514: Remove obsolete cluster code: Connection::isAuthenticatedAlan Conway2012-12-191-1/+1
* QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandlerAlan Conway2012-12-191-5/+0
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+1
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-1/+1
* NO-JIRA: Fix windows builds: missing EXTERNsAlan Conway2012-11-151-1/+1
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-1/+5
* Bug 867030 - QPID-4374: Reduce contention on Queue::messageLock (Jason Dillaman)Alan Conway2012-10-181-1/+2
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-3/+3
* QPID-4350 BZ860701 HA handle autodelete queues - repair windows buildCharles E. Rolke2012-10-121-1/+1
* QPID-4285: HA backups continuously disconnect / re-sync after attempting to r...Alan Conway2012-10-021-1/+1
* QPID-4322: HA sporadic failure in ha_tests Alan Conway2012-09-191-1/+16
* QPID-4178: broker refactoringGordon Sim2012-08-101-90/+80
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-221-1/+1
* QPID-3603: Allow Queue::setPosition() to truncate the queue.Alan Conway2012-05-281-4/+14
* QPID-3950: Allow browsing of queues with exclusive subscriptionsAlan Conway2012-04-171-1/+2
* QPID-3890: merge Queue lock scope reduction performance tweaks into trunkKenneth Anthony Giusti2012-03-221-7/+23
* QPID-3875: allow direct access to per-thread statisticsKenneth Anthony Giusti2012-03-021-32/+0
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-201-40/+42
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-6/+4
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-1/+15
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-15/+39
* 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