summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure that callbacks are removed before IncompleteMessageList instance is de...Gordon Sim2008-11-191-1/+0
* Removed optimisticConsume queue option, queues always consume optimistically.Alan Conway2008-11-121-11/+0
* Fix namespace reference usage to work on WindowsStephen D. Huston2008-10-301-2/+2
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-11/+5
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-231-19/+47
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-0/+27
* Update to periodic purge of expired messages: check the dequeue rate to avoid...Gordon Sim2008-10-141-10/+16
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-131-5/+5
* Reduce the scope over which lock is held during purge of expired messages.Gordon Sim2008-10-131-8/+12
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+13
* QPID-1306Carl C. Trieloff2008-10-111-1/+2
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-1/+7
* QPID-1306Carl C. Trieloff2008-10-091-2/+7
* Minor indentation fixesGordon Sim2008-10-091-43/+43
* QPID-1306Carl C. Trieloff2008-10-081-20/+50
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-1/+1
* QPID-1306Carl C. Trieloff2008-09-301-11/+3
* QPID-1306Carl C. Trieloff2008-09-301-40/+59
* QPID-1290 - Patch from William HenryTed Ross2008-09-231-3/+18
* Refactoring of queue/queue-policy:Gordon Sim2008-09-211-37/+31
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-4/+5
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-2/+1
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-68/+71
* QPID-1174 Updates to the management frameworkTed Ross2008-09-031-1/+1
* Remove 'clever' locking as it actually degrades performance.Gordon Sim2008-08-201-28/+1
* Patch from Gordon Sim to fix issues with hasOutput implementation.Alan Conway2008-08-071-2/+23
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-1/+5
* QPID-1214 - Committed William's patchTed Ross2008-08-051-5/+20
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-291-2/+2
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-251-30/+38
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-2/+2
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-22/+22
* * release message lock when notifying queue listenersGordon Sim2008-07-081-26/+40
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-301-17/+4
* Added mutexes back in to protect management counts from corruptionTed Ross2008-06-061-2/+9
* Dequeue persistent messages from store in queue purgeTed Ross2008-06-051-1/+9
* Management fixes: set session.detachedLifetime to 0, set journal->queue link ...Ted Ross2008-06-031-3/+9
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-15/+3
* QPID-1088Ted Ross2008-05-221-0/+7
* Fail with exception if queue is not durable and configured policy is exceeded.Gordon Sim2008-05-131-1/+2
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+1
* QPID-1048: Only wait for enqueue completion for persistent queues.Gordon Sim2008-05-111-1/+1
* Extra log ouput for queue policy.Gordon Sim2008-05-041-1/+11
* Boost's string split function causes problems on older versions of the librar...Gordon Sim2008-05-011-4/+3
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-1/+26
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-3/+2
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-9/+17
* QPID-921: applied qpid-patch36.diff on behalf of Ted RossNuno Santos2008-04-151-1/+1
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-2/+4
* Removed out-of-date and misleading comment.Gordon Sim2008-04-081-2/+0