summaryrefslogtreecommitdiff
path: root/qpid/python/qpid/tests/messaging.py
Commit message (Expand)AuthorAgeFilesLines
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-181-1079/+0
* fixed subject defaulting and added testRafael H. Schloming2010-02-171-0/+13
* added support for browsingRafael H. Schloming2010-02-171-0/+22
* changed sender/receiver to be synchronous by default when invoked on a connec...Rafael H. Schloming2010-02-161-29/+32
* fixed subject overrideRafael H. Schloming2010-01-261-0/+11
* verify that bindings are only specified for queuesRafael H. Schloming2010-01-251-0/+6
* made bindings additive, improved message level loggingRafael H. Schloming2010-01-221-0/+41
* added boolean literals to java & python address parser; added validation to p...Rafael H. Schloming2010-01-221-3/+29
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+6
* fixed bug in destination/receiver correlationRafael H. Schloming2010-01-191-0/+22
* QPID-2287: added an address option for declaring queues with multiple bindingsRafael H. Schloming2009-12-171-0/+22
* workaround for ptol failuresRafael H. Schloming2009-12-011-1/+1
* added another create exchange testRafael H. Schloming2009-11-161-9/+25
* added address support for specifying node type and propertiesRafael H. Schloming2009-11-161-1/+40
* added support for sender/receiver delete, made tests clean up after themselve...Rafael H. Schloming2009-11-141-44/+92
* removed start/stopRafael H. Schloming2009-11-141-50/+9
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-131-19/+19
* removed listeners in favor of next_receiverRafael H. Schloming2009-11-121-16/+29
* improve assertion messageRafael H. Schloming2009-10-261-2/+3
* added check for target and source being NoneRafael H. Schloming2009-10-111-0/+8
* added durable and reconnect options to the testsRafael H. Schloming2009-10-111-17/+37
* made addresses not auto-create by default; added error handling and tests for...Rafael H. Schloming2009-10-101-29/+102
* added back exchange query on link establishment; added sender.sync()Rafael H. Schloming2009-09-241-0/+1
* added timeout option to sendRafael H. Schloming2009-09-031-0/+16
* use backwards compatible syntax for try, except, finallyRafael H. Schloming2009-09-021-4/+5
* added sync flag to acknowledge and ack_capcity to SessionRafael H. Schloming2009-09-021-8/+36
* added async send to the API; minor doc updatesRafael H. Schloming2009-08-311-3/+30
* added some test assertions; modified driver/client interaction for drain; and...Rafael H. Schloming2009-08-241-4/+5
* fixed typo in test message contentRafael H. Schloming2009-08-211-3/+3
* implemented reconnect and separated out the protocol driver from the messagin...Rafael H. Schloming2009-08-201-7/+14
* - removed old and redundent testsRafael H. Schloming2009-08-111-2/+6
* added a ConnectError exceptionRafael H. Schloming2009-07-161-1/+8
* changed delay -> sleep and removed hardcoded timeoutsRafael H. Schloming2009-06-151-17/+19
* added nested map to test dataRafael H. Schloming2009-06-041-2/+3
* Streamlined transaction tests and added some additional coverage.Rafael H. Schloming2009-06-041-33/+68
* Added commit and rollback to the Session API and streamlined some test utilit...Rafael H. Schloming2009-06-041-21/+88
* added tests for senderRafael H. Schloming2009-06-031-0/+35
* added defines to the test harness and made the delay used by the tests config...Rafael H. Schloming2009-06-021-1/+2
* added receiver capacity and testsRafael H. Schloming2009-06-021-12/+43
* modified start and stop to function independently of fetch vs listen, added R...Rafael H. Schloming2009-06-021-10/+74
* first commit of new messaging API and test harnessRafael H. Schloming2009-06-021-0/+402