summaryrefslogtreecommitdiff
path: root/python/qpid/messaging/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-091-10/+10
| | | | | | | | | | | - 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
* added option to disable reconnect logging; fixed reconnect test to not loop ↵Rafael H. Schloming2010-04-011-10/+10
| | | | | | 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
* added util subpackage with auto_update_backups and update_backupsRafael H. Schloming2010-02-181-0/+56
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911572 13f79535-47bb-0310-9956-ffa450edef68