summaryrefslogtreecommitdiff
path: root/qpid/python/tests_0-10/queue.py
Commit message (Expand)AuthorAgeFilesLines
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-8/+8
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-101-1/+17
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-081-8/+8
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-1/+1
* Scope exclusive queues to sessions.Gordon Sim2008-03-171-14/+11
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-111-8/+7
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-101-1/+1
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-101-34/+37
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-071-7/+17
* Converted some more tests to use new clientGordon Sim2008-03-071-14/+25
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-071-34/+28
* Fixes to c++ broker:Gordon Sim2008-03-061-88/+86
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-151-5/+2
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-111-19/+19
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-211-10/+10
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-5/+5
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-16/+18
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-14/+13
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-241-0/+340