summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/impl_qpid.py
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with long messages in QpidBen Nemec2013-06-031-0/+47
* Enable hacking H402 testSergey Lukjanov2013-06-031-28/+28
* Silence exceptions from qpid connection.close()David Ripton2013-05-311-1/+7
* python3: use 'as' syntax for exception assignmentChuck Short2013-05-131-1/+1
* Ensure that qpid connection is closed.Gary Kotton2013-05-011-6/+7
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* Change qpid_port to IntOptAaron Rosen2013-03-281-2/+2
* Fix problem with setting SSL protocol in QPidDavanum Srinivas2013-03-241-1/+1
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* Don't log a traceback on rpc call timeout.Russell Bryant2013-03-021-2/+2
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+1
* Add join_consumer_pool() to RPC connectionsDoug Hellmann2013-02-131-0/+28
* Mark password config options with secretMichael J Fork2013-02-041-1/+2
* Add TTL to AMQP messagesBrent Eagles2013-01-281-2/+13
* Allow rpc drivers to always be importedMark McLoughlin2013-01-151-8/+13
* Merge "Optionally add message envelope to notifications."Jenkins2013-01-061-2/+3
|\
| * Optionally add message envelope to notifications.Russell Bryant2013-01-031-2/+3
* | Merge "Ensure proxy callback threads exit during tests"Jenkins2013-01-051-0/+10
|\ \ | |/ |/|
| * Ensure proxy callback threads exit during testsMark McLoughlin2013-01-031-0/+10
* | Add a rpc envelope format version number.Russell Bryant2013-01-021-1/+2
|/
* Fix qpid cast_to_server regression.Russell Bryant2012-12-051-0/+7
* Qpid H/A cluster supportEugene Kirpichov2012-11-291-9/+14
* Fix common rpc to use common logging instead of python loggingDavanum Srinivas2012-11-241-1/+1
* Merge "Fix QPID reconnect issues"Jenkins2012-11-131-44/+26
|\
| * Fix QPID reconnect issuesGary Kotton2012-11-071-44/+26
* | Clean up dictionary use in RPC driversDoug Hellmann2012-11-071-11/+7
|/
* Add exchange_name parameter to TopicConsumerJulien Danjou2012-09-271-3/+6
* Merge "Change the qpid_heartbeat default to 60 seconds."Jenkins2012-09-141-1/+1
|\
| * Change the qpid_heartbeat default to 60 seconds.Russell Bryant2012-09-131-1/+1
* | Use pep8 v1.3.3Zhongyue Luo2012-09-131-5/+8
|/
* Make projects define 'control_exchange'.Russell Bryant2012-09-111-10/+7
* fix the qpid_heartbeat option so that it's effectivePádraig Brady2012-07-301-1/+1
* Switch common files to using jsonutils.Andrew Bogott2012-07-031-3/+3
* Call exception on the logger, not the logging module.Russell Bryant2012-06-201-1/+1
* Update common code to support pep 1.3.Gary Kotton2012-06-181-49/+63
* Add missing ack to impl_qpid.Russell Bryant2012-06-131-1/+6
* Add rpc to openstack-common.Russell Bryant2012-06-061-0/+580