summaryrefslogtreecommitdiff
path: root/python/qpid/messaging
Commit message (Collapse)AuthorAgeFilesLines
* Don't use guest/guest default username/password, use None instead (this ↵Gordon Sim2010-06-011-2/+2
| | | | | | allows sasl implementation to infer the correct choice while retaining the ability to override it should that be desired) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949971 13f79535-47bb-0310-9956-ffa450edef68
* added get_errorRafael H. Schloming2010-04-141-0/+24
| | | | 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/+1
| | | | 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-133-51/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933560 13f79535-47bb-0310-9956-ffa450edef68
* candidate fix for testReconnectRafael H. Schloming2010-04-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932652 13f79535-47bb-0310-9956-ffa450edef68
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> ↵Rafael H. Schloming2010-04-091-3/+17
| | | | | | 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
* removed Message.toRafael H. Schloming2010-04-092-14/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932375 13f79535-47bb-0310-9956-ffa450edef68
* clean up pipes from driver side in case nobody is waiting for the errorRafael H. Schloming2010-04-091-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932368 13f79535-47bb-0310-9956-ffa450edef68
* cleanup waiter pipes on errorRafael H. Schloming2010-04-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932362 13f79535-47bb-0310-9956-ffa450edef68
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-095-67/+140
| | | | | | | | | | | - 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
* fixed resource leak when close throws an errorRafael H. Schloming2010-04-061-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931286 13f79535-47bb-0310-9956-ffa450edef68
* added option to disable reconnect logging; fixed reconnect test to not loop ↵Rafael H. Schloming2010-04-013-17/+19
| | | | | | 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-012-2/+14
| | | | 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-313-14/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929717 13f79535-47bb-0310-9956-ffa450edef68
* updated address docsRafael H. Schloming2010-03-301-14/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929155 13f79535-47bb-0310-9956-ffa450edef68
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-232-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@926766 13f79535-47bb-0310-9956-ffa450edef68
* provide default codec for unknown content typesRafael H. Schloming2010-03-231-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@926623 13f79535-47bb-0310-9956-ffa450edef68
* Several updates to address options including:Rafael H. Schloming2010-03-232-83/+112
| | | | | | | | | | - 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-114-22/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@921638 13f79535-47bb-0310-9956-ffa450edef68
* added priority and ttl message propertiesRafael H. Schloming2010-03-042-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@918978 13f79535-47bb-0310-9956-ffa450edef68
* temporary workaround for problem log statementRafael H. Schloming2010-02-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916775 13f79535-47bb-0310-9956-ffa450edef68
* fixed reconnectRafael H. Schloming2010-02-261-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916739 13f79535-47bb-0310-9956-ffa450edef68
* split engine into a separate classRafael H. Schloming2010-02-262-107/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916499 13f79535-47bb-0310-9956-ffa450edef68
* move reconnect logic away from engine portion of the driverRafael H. Schloming2010-02-251-44/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916433 13f79535-47bb-0310-9956-ffa450edef68
* removed redundant state flagRafael H. Schloming2010-02-221-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@912595 13f79535-47bb-0310-9956-ffa450edef68
* removed redundant notifyRafael H. Schloming2010-02-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@912590 13f79535-47bb-0310-9956-ffa450edef68
* start to split engine logic from transport logicRafael H. Schloming2010-02-221-48/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@912551 13f79535-47bb-0310-9956-ffa450edef68
* moved Pattern into driverRafael H. Schloming2010-02-192-16/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911807 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
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-187-0/+2316
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911550 13f79535-47bb-0310-9956-ffa450edef68