summaryrefslogtreecommitdiff
path: root/cpp/src/tests/MessagingSessionTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: added method to release messagesGordon Sim2010-04-061-0/+15
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-0/+12
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-36/+34
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-2/+2
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-18/+18
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-0/+1
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-9/+9
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-0/+10
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-12/+12
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-031-2/+2
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-261-0/+53
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-2/+11
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-18/+18
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+1
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-0/+27
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-191-11/+11
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-191-0/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-1/+14
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-171-1/+13
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-171-4/+0
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-0/+29
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-6/+0
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-14/+14
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-57/+0
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-0/+22
* Fix compilation error on some platformsGordon Sim2009-11-111-0/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-10/+293
* define content- and view- classes separately from message classGordon Sim2009-10-021-34/+49
* Use qpid::sys::sleep() instead of naked sleep(); fixes build error on WindowsStephen D. Huston2009-09-161-1/+1
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-141-1/+77
* Tidied up namespace usageAndrew Stitcher2009-09-091-18/+23
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-071-2/+0
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-0/+20
* Hide internal message ID behind APIGordon Sim2009-08-261-0/+17
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-251-1/+1
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+325