summaryrefslogtreecommitdiff
path: root/python/tests_0-10/message.py
Commit message (Expand)AuthorAgeFilesLines
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-051-918/+0
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-091-0/+35
* - removed old and redundent testsRafael H. Schloming2009-08-111-2/+2
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-38/+38
* Fix for bug in credit reallocation, along with test from rafaels@redhat.com t...Gordon Sim2009-02-251-0/+36
* Adjust sizes in tests for change to timestamp settingGordon Sim2008-10-131-2/+2
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-3/+25
* cleanup old irrelevant tests (from 0-10 preview functions)Gordon Sim2008-06-051-207/+0
* QPID-1045 and QPID-1041: added a destination attribute to incoming queues, an...Rafael H. Schloming2008-05-091-1/+17
* QPID-1042: ensure delievery record is kept where accept_mode=not-required, ac...Gordon Sim2008-05-091-1/+26
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-081-57/+57
* Correct expected error codes for final 0-10 specGordon Sim2008-04-241-2/+2
* Added to the no-local tests, cleaned up comments (and highlighted non-standar...Gordon Sim2008-04-231-13/+48
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-0/+28
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-16/+15
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-111-17/+15
* Converted some more testsGordon Sim2008-03-111-15/+17
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-071-18/+33
* Converted some more tests to use new clientGordon Sim2008-03-071-12/+46
* 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