summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/QueueTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qpid-3603-4-rebase' into qpid-3603-5qpid-3603-5Alan Conway2012-02-131-1/+8
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-181-0/+1
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-1/+1
* NO-JIRA - Removed tabs from sourceTed Ross2011-10-141-24/+24
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-1/+1
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-17/+296
* QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...Kim van der Riet2011-07-191-25/+21
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-2/+2
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-181-9/+21
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Kenneth Anthony Giusti2011-03-081-2/+0
* QPID-3087: Fixes to store interaction changesGordon Sim2011-02-281-4/+4
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-0/+7
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-1/+1
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-111-1/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-021-1/+1
* fix & test QPID-2320Carl C. Trieloff2010-01-061-0/+5
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-201-2/+0
* Added getStoreDir() to MessageStoreAlan Conway2009-11-191-0/+2
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-101-0/+52
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-091-1/+2
* Transient flow-to-disk messages switched to store from BDB. Only single-queue...Kim van der Riet2009-09-281-2/+2
* Minor update to allow store access to the message isPersistent() method. This...Kim van der Riet2009-09-221-1/+1
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-17/+324
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-120/+4
* Fix for signed-unsigned mismatch in testKim van der Riet2009-09-111-2/+2
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-4/+130
* Tidied up namespace usageAndrew Stitcher2009-09-091-75/+80
* handle fail setting last-node-standing with unit test, still needs system testCarl C. Trieloff2009-07-311-2/+35
* Remove incorrect directory from #includeAlan Conway2009-07-141-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Clean up for next commit to clean broker interfaceCarl C. Trieloff2009-07-091-2/+2
* simulate this:Carl C. Trieloff2009-07-081-0/+42
* fix for regression in patch & test to prevent regression againCarl C. Trieloff2009-07-081-0/+50
* test for last commitCarl C. Trieloff2009-07-081-1/+18
* More tests and completion of fix for 791672Carl C. Trieloff2009-07-071-0/+28
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-071-1/+32
* Cluster support for message time-to-live.Alan Conway2009-02-091-1/+2
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-2/+2
* Put messages into LVQ FIFO if no key is specified.Carl C. Trieloff2009-01-191-0/+24
* - browse correction, to update replacement message on browseCarl C. Trieloff2008-12-301-0/+5
* options name re-name to be more explicit & better testCarl C. Trieloff2008-12-171-5/+10
* LVQ queue option for no acquireCarl C. Trieloff2008-12-161-0/+8
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-241-1/+1
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-171-32/+0
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-28/+28
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-231-16/+27
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+39
* QPID-1306Carl C. Trieloff2008-10-111-3/+6
* QPID-1306Carl C. Trieloff2008-10-091-0/+48
* QPID-1306Carl C. Trieloff2008-10-081-7/+93