summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-261-3/+5
* Apply QPID_CLIENT_EXTERN where needed; should have been in with r900592. Fixe...Stephen D. Huston2010-01-191-8/+9
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-152-1/+100
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-121-0/+17
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-171-0/+3
* QPID-664: Added a little bit of doc on connection options.Gordon Sim2009-11-231-0/+34
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-0/+3
* Improved formatting of address documentation.Gordon Sim2009-11-201-35/+47
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-191-4/+72
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-191-2/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-173-1/+19
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-171-1/+2
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-173-1/+37
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-10/+0
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-1/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-163-61/+16
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-2/+3
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-115-74/+58
* define content- and view- classes separately from message classGordon Sim2009-10-026-107/+322
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-143-9/+57
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-071-1/+1
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-314-21/+21
* Hide internal message ID behind APIGordon Sim2009-08-261-3/+1
* Add required include (absence believed to cause failures on some platforms)Gordon Sim2009-08-261-0/+1
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2511-0/+883