summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/MessagingSessionTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...Gordon Sim2011-04-261-0/+14
* QPID-3051: Ensure credit window is moved correctly even if it contains reject...Gordon Sim2011-02-211-0/+41
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-0/+47
* QPID-3040: The C++ messaging client library now releases pending messages whe...Jonathan Robie2011-02-091-11/+40
* Reverts r1068042.Jonathan Robie2011-02-081-47/+11
* Ensures that messages acquired, but not acked, are released before a queue is...Jonathan Robie2011-02-071-11/+47
* Allows browsing of exclusive queues held by another session. Jonathan Robie2010-10-041-0/+19
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-201-0/+51
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-281-0/+2
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* QPID-2734: Tighter control over sasl related test; now passes when cyrus-sasl...Gordon Sim2010-07-151-1/+6
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-011-0/+8
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-301-0/+6
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-301-0/+13
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-251-0/+45
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-101-0/+2
* Move helper classes/functions from MessagingSessionTests.cpp to MessagingFixt...Alan Conway2010-05-141-170/+1
* QPID-664: changed option verifier to use constants rather than duplicating st...Gordon Sim2010-04-121-0/+7
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-9/+9
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-7/+7
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-2/+2
* 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