summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/QueueTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkAidan Skinner2009-10-111-17/+324
* Merge from trunkAidan Skinner2009-09-171-75/+90
* 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
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-1/+1
* QPID 1306Carl C. Trieloff2008-10-031-0/+1
* QPID-1306Carl C. Trieloff2008-09-301-4/+4
* QPID-1306Carl C. Trieloff2008-09-301-13/+9
* QPID-1306Carl C. Trieloff2008-09-301-0/+90
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-11/+11
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-251-4/+4
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-186/+165
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-0/+2
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-0/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-1/+2
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+1
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-1/+0
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-18/+16
* Added framing::BodyHolder:Alan Conway2007-11-221-2/+3
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-13/+13
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+1
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-20/+22
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-0/+2
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-311-8/+8
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-2/+7
* - corrected getMessageCount() for async messagesCarl C. Trieloff2007-08-171-0/+16
* - async message fix in dequeueCarl C. Trieloff2007-08-151-0/+25