summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-072-9/+3
* QPID-664: added method to release messagesGordon Sim2010-04-062-0/+2
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-064-4/+4
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3111-359/+77
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-301-1/+1
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-293-3/+10
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-292-2/+47
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-2914-846/+38
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-1/+1
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-3/+5
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-169-49/+106
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-113-33/+7
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-035-16/+15
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-262-0/+12
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-1/+1
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-285-210/+346
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-274-4/+4
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-152-0/+168
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-123-2/+35
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-172-4/+55
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-232-2/+7
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-191-8/+24
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-193-3/+8
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-176-2/+17
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-172-2/+4
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-176-1/+17
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-162-4/+0
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-17/+52
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-164-20/+0
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-122-6/+14
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-115-73/+289
* define content- and view- classes separately from message classGordon Sim2009-10-027-218/+324
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-147-15/+16
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-074-2/+17
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-313-152/+152
* Hide internal message ID behind APIGordon Sim2009-08-263-256/+325
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2512-0/+1524