summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Message.h
Commit message (Expand)AuthorAgeFilesLines
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-151-0/+1
* Added hook to retrieve priority from the delivery properties of a message.Ted Ross2010-02-031-0/+2
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-4/+4
* Fix race condition in enqueue/dequeue callbacks.Alan Conway2009-10-091-0/+3
* Add missing extern decls.Stephen D. Huston2009-10-071-1/+1
* r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i...Gordon Sim2009-09-281-1/+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-6/+3
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-16/+15
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-15/+16
* Add directory to #includeAlan Conway2009-07-141-3/+3
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-081-0/+4
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-071-0/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-1/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-11/+12
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-0/+1
* Cluster support for message time-to-live.Alan Conway2009-02-091-2/+7
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-1/+2
* Ensure that callbacks are removed before IncompleteMessageList instance is de...Gordon Sim2008-11-191-0/+2
* broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...Alan Conway2008-11-071-3/+3
* Add Message callbacks for async completion.Alan Conway2008-11-061-7/+20
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-231-0/+7
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-0/+4
* QPID-1306Carl C. Trieloff2008-09-301-0/+3
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-0/+5
* Change to lazy-loading to avoid relying on the content-size to be set by client.Gordon Sim2008-06-041-0/+1
* Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptrAlan Conway2008-05-131-2/+0
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-0/+6
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-1/+0
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-2/+4
* Send accept in response to message publications if required.Gordon Sim2008-03-271-0/+1
* Further updates to support final 0-10 specGordon Sim2008-03-041-0/+1
* Some fixes for 'flow to disk' (i.e. dropping message content from memory, and...Gordon Sim2007-12-141-1/+3
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-1/+1
* Patch QPID-680 from trossCarl C. Trieloff2007-11-131-0/+1
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-091-1/+0
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+2
* Make standard exchanges durableGordon Sim2007-11-081-0/+1
* - clean up between base & subclassesCarl C. Trieloff2007-11-061-2/+0
* mark Message::sendContent() as constGordon Sim2007-10-021-1/+1
* Fixed bug introduced in r577027 where the header frame of a message is direct...Gordon Sim2007-10-021-2/+2
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-2/+2
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-0/+2
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-3/+3
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-0/+139
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-139/+0
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-281-9/+17
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-241-2/+30
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-221-1/+0