summaryrefslogtreecommitdiff
path: root/python/qpid/tests/messaging/endpoints.py
Commit message (Collapse)AuthorAgeFilesLines
* Edited to work on Windows; resolves QPID-2510.Stephen D. Huston2010-04-151-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@934471 13f79535-47bb-0310-9956-ffa450edef68
* added get_errorRafael H. Schloming2010-04-141-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933920 13f79535-47bb-0310-9956-ffa450edef68
* fixed a hang in commit and added testDoubleCommitRafael H. Schloming2010-04-131-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933734 13f79535-47bb-0310-9956-ffa450edef68
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-131-22/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933560 13f79535-47bb-0310-9956-ffa450edef68
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> ↵Rafael H. Schloming2010-04-091-21/+23
| | | | | | Receiver.available(); added Sender.available() and Receiver.unsettled() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932415 13f79535-47bb-0310-9956-ffa450edef68
* cleanup waiter pipes on errorRafael H. Schloming2010-04-091-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932362 13f79535-47bb-0310-9956-ffa450edef68
* removed duplicates assertion from testReconnectRafael H. Schloming2010-04-091-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932353 13f79535-47bb-0310-9956-ffa450edef68
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-091-43/+31
| | | | | | | | | | | - Connection.open -> Connection.establish - Connection.connect() split into Connection.open(), Connection.attach() - Connection.disconnect() -> Connection.detach() - reconnect_hosts -> reconnect_urls - transport now takes tcp, ssl, and tcp+tls git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932352 13f79535-47bb-0310-9956-ffa450edef68
* removed testReconnect's redelivered assertionsRafael H. Schloming2010-04-071-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931649 13f79535-47bb-0310-9956-ffa450edef68
* use set from compatRafael H. Schloming2010-04-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931153 13f79535-47bb-0310-9956-ffa450edef68
* make reconnect test always use plain transportRafael H. Schloming2010-04-011-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@930106 13f79535-47bb-0310-9956-ffa450edef68
* added option to disable reconnect logging; fixed reconnect test to not loop ↵Rafael H. Schloming2010-04-011-0/+2
| | | | | | forever if no broker is running; backups -> reconnect_hosts git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@930105 13f79535-47bb-0310-9956-ffa450edef68
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-011-0/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@930084 13f79535-47bb-0310-9956-ffa450edef68
* added SSL support to APIRafael H. Schloming2010-03-311-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929717 13f79535-47bb-0310-9956-ffa450edef68
* Default to "/dev/null" if os.devnull doese not exist. Hopefully now it will ↵Rafael H. Schloming2010-03-251-1/+1
| | | | | | work on both RHEL-4 and windows at the same time. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@927522 13f79535-47bb-0310-9956-ffa450edef68
* Use portable "/dev/null" to allow this to run on Windows as well.Stephen D. Huston2010-03-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@927426 13f79535-47bb-0310-9956-ffa450edef68
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-231-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@926766 13f79535-47bb-0310-9956-ffa450edef68
* Several updates to address options including:Rafael H. Schloming2010-03-231-53/+104
| | | | | | | | | | - renamed node-properties to node - added link to permit durable links (with names) - split x-properties into x-declare, x-subscribe, and x-bindings - removed automatic passthrough of unrecognized options (as this was confusing) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@926604 13f79535-47bb-0310-9956-ffa450edef68
* added support for reject/releaseRafael H. Schloming2010-03-111-16/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@921638 13f79535-47bb-0310-9956-ffa450edef68
* made drain work on messages as well as contentRafael H. Schloming2010-03-051-10/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@919251 13f79535-47bb-0310-9956-ffa450edef68
* fixed importsRafael H. Schloming2010-02-181-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911570 13f79535-47bb-0310-9956-ffa450edef68
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-181-0/+878
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911550 13f79535-47bb-0310-9956-ffa450edef68