summaryrefslogtreecommitdiff
path: root/python/qpid/messaging
Commit message (Collapse)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-283-19/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1451244 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1368910 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1334037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-172-1/+5
| | | | | | | Merged from qpid-3603-7. This is basic support for the new HA approach. For information & limitations see qpid/cpp/design_docs/new-ha-design.txt. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1245587 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3175: removed the sasl_mechanisms defaultRafael H. Schloming2012-02-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1239795 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3175: applied patch with a default sasl_mechanisms of ANONYMOUSRafael H. Schloming2012-01-302-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1238012 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Avoid endless reconnect loop in python client.Alan Conway2012-01-251-1/+0
| | | | | | | | | In the case where a connection succeeds up to connect-ok but immediately aborts the python client would loop forever re-trying the same address. The fix is not to reset the index on connect-ok so the client try each address in turn for the full list of addresses. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1235918 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3626: fix python client access to timestamp delivery propertyKenneth Anthony Giusti2011-11-171-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1203225 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3218: abandon any linking/unlinking if session has been detachedGordon Sim2011-05-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1128002 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3232: Call _grant() & wakeup() after returned message has been countedGordon Sim2011-04-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097539 13f79535-47bb-0310-9956-ffa450edef68
* only assert if type is specifiedRafael H. Schloming2011-03-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1082697 13f79535-47bb-0310-9956-ffa450edef68
* added support for address assertionRafael H. Schloming2011-03-171-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1082478 13f79535-47bb-0310-9956-ffa450edef68
* added tcp_nodelay connection optionRafael H. Schloming2011-03-173-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1082470 13f79535-47bb-0310-9956-ffa450edef68
* changed python clients durable default to FalseRafael H. Schloming2011-03-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1082290 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3063: test correct variable in check_close()Gordon Sim2011-03-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1075876 13f79535-47bb-0310-9956-ffa450edef68
* made address parser recognize lowercase true and falseRafael H. Schloming2011-01-131-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1058654 13f79535-47bb-0310-9956-ffa450edef68
* Eliminates duplicate ExchangeBind when x-bindings are present.Jonathan Robie2011-01-071-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1056473 13f79535-47bb-0310-9956-ffa450edef68
* added address parser support for NoneRafael H. Schloming2010-11-111-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1033975 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2910: Small fix for python timeout testsAndrew Donald Kennedy2010-10-241-2/+4
| | | | | | Patch submitted by Sorin S <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1026917 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug in management of incoming executed setRafael H. Schloming2010-10-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1024348 13f79535-47bb-0310-9956-ffa450edef68
* fixed detach to not hang on session error, fixed the tests to include a ↵Rafael H. Schloming2010-09-101-0/+1
| | | | | | timeout for connection teardown git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995884 13f79535-47bb-0310-9956-ffa450edef68
* handle request timeoutRafael H. Schloming2010-09-101-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995815 13f79535-47bb-0310-9956-ffa450edef68
* fixed reply-to conversionRafael H. Schloming2010-08-121-5/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@984906 13f79535-47bb-0310-9956-ffa450edef68
* fix error reporting for negotiation failure in sasl stubRafael H. Schloming2010-08-111-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@984386 13f79535-47bb-0310-9956-ffa450edef68
* fixed heartbeatingRafael H. Schloming2010-08-092-4/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@983597 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug in flow control logic; added testsRafael H. Schloming2010-08-021-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@981474 13f79535-47bb-0310-9956-ffa450edef68
* default ports for reconnect_urlsRafael H. Schloming2010-07-141-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@964151 13f79535-47bb-0310-9956-ffa450edef68
* fixed parsing of failover URLs; fixed driver to notice when reconnect_urls ↵Rafael H. Schloming2010-07-142-12/+22
| | | | | | is dynamically changed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@964044 13f79535-47bb-0310-9956-ffa450edef68
* eliminate spurious error logging and reconnect attemptsRafael H. Schloming2010-07-132-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963825 13f79535-47bb-0310-9956-ffa450edef68
* fixed missign import and added test case for reconnect_urlsRafael H. Schloming2010-07-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963803 13f79535-47bb-0310-9956-ffa450edef68
* fixed payload of None for text/plain messagesRafael H. Schloming2010-07-121-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963280 13f79535-47bb-0310-9956-ffa450edef68
* convert ttl from seconds to millisecondsRafael H. Schloming2010-07-082-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961824 13f79535-47bb-0310-9956-ffa450edef68
* added accessor for auth_usernameRafael H. Schloming2010-06-302-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@959326 13f79535-47bb-0310-9956-ffa450edef68
* fixed concurrent closeRafael H. Schloming2010-06-302-41/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@959289 13f79535-47bb-0310-9956-ffa450edef68
* fix mangling for addresses that are NoneRafael H. Schloming2010-06-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958547 13f79535-47bb-0310-9956-ffa450edef68
* add uuid prefix to addresses beginning with hash(#)Rafael H. Schloming2010-06-251-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958083 13f79535-47bb-0310-9956-ffa450edef68
* make sure we initialize properties even if application_headers is NoneRafael H. Schloming2010-06-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958060 13f79535-47bb-0310-9956-ffa450edef68
* added support for x-amqp-0-10.{app-id,content-encoding,routing-key}Rafael H. Schloming2010-06-251-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958055 13f79535-47bb-0310-9956-ffa450edef68
* added optional timeouts to {connection,session,sender,receiver}.close() as ↵Rafael H. Schloming2010-06-253-21/+43
| | | | | | well as connection.detach() and {session,sender}.sync() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958037 13f79535-47bb-0310-9956-ffa450edef68
* added full support for unreliable, at-least-once, and at-most-once ↵Rafael H. Schloming2010-06-241-18/+41
| | | | | | reliability options git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957644 13f79535-47bb-0310-9956-ffa450edef68
* reset reconnect delay after successful connectRafael H. Schloming2010-06-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955462 13f79535-47bb-0310-9956-ffa450edef68
* don't always set the sync bit on sendRafael H. Schloming2010-06-162-8/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955414 13f79535-47bb-0310-9956-ffa450edef68
* performance tweaks for receive: added configurable threshold for issuing ↵Rafael H. Schloming2010-06-162-5/+21
| | | | | | credit; don't disable byte credit more than necessary; avoided n-squared loop for generating acks git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955296 13f79535-47bb-0310-9956-ffa450edef68
* 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