summaryrefslogtreecommitdiff
path: root/python/tests_0-10/message.py
Commit message (Expand)AuthorAgeFilesLines
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-071-25/+35
* Fixes to c++ broker:Gordon Sim2008-03-061-268/+304
* Requests to release a message that has not been acquired should be ignored.Gordon Sim2008-02-181-0/+42
* Fixed bug in browsing that failed to deal correctly with 'gaps' in message se...Gordon Sim2008-02-141-0/+43
* whitespace cleanupRafael H. Schloming2008-02-081-34/+34
* fixed python dependence on the content-length attribute (bz 419371)Rafael H. Schloming2008-01-181-0/+19
* Set the exchange field in delivery properties on the broker.Gordon Sim2008-01-171-1/+1
* Additional test covering the current hack for no-local used on exclusive queuesGordon Sim2007-11-161-0/+42
* Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.Gordon Sim2007-11-071-1/+1
* Additional testing of subscriber in not-acquired modeGordon Sim2007-10-251-5/+34
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-181-2/+10
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-12/+16
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-111-22/+22
* Ensure recovered messages have the redelivered flag setGordon Sim2007-10-111-0/+1
* Additional tests and fixesGordon Sim2007-10-041-0/+23
* Added test for ordering of released messagesGordon Sim2007-10-041-0/+24
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-0/+46
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-2/+2
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-30/+22
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-7/+71
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-353/+57
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-32/+32
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-0/+138
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-13/+11
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-241-0/+657