summaryrefslogtreecommitdiff
path: root/openstack/common/rpc/impl_qpid.py
Commit message (Expand)AuthorAgeFilesLines
* Squashed two patches that simultaneously block the gateIhar Hrachyshka2014-11-111-2/+2
* Merge "Fix issue of duplicate creation for connections in impl_qpid"Jenkins2014-06-201-2/+2
|\
| * Fix issue of duplicate creation for connections in impl_qpidZHU ZHU2014-06-161-2/+2
* | Merge "Explicitly name subscription queue"Jenkins2014-06-201-1/+1
|\ \ | |/ |/|
| * Explicitly name subscription queueGordon Sim2014-05-201-1/+1
* | Ensure routing key is specified in the address for a direct producerKenneth Giusti2014-06-041-1/+1
|/
* Remove str() from LOG.* and exceptionsJay S. Bryant2014-04-271-4/+4
* Update ensure()/reconnect() to catch MessagingErrorRussell Bryant2014-04-091-3/+3
* Merge "Qpid: advance thru the list of brokers on reconnect"Jenkins2014-03-261-3/+5
|\
| * Qpid: advance thru the list of brokers on reconnectIhar Hrachyshka2014-03-261-3/+5
* | User a more accurate max_delay for reconnectsFlavio Percoco2014-03-101-1/+1
* | Update oslo log messages with translation domainsDoug Hellmann2014-02-171-11/+11
|/
* Use hacking import_exceptions for gettextutils._Joe Gordon2013-12-201-1/+1
* Create a shared queue for QPID topic consumersKenneth Giusti2013-12-051-3/+6
* Properly reconnect subscribing clients when QPID broker restartsKenneth Giusti2013-12-031-17/+3
* Replace data structures' attribute with six moduleChang Bo Guo2013-11-291-2/+3
* Remove vim headerJoe Gordon2013-11-251-2/+0
* Fix typos in osloChang Bo Guo2013-11-051-4/+4
* Merge "Support a new qpid topology"Jenkins2013-08-301-67/+160
|\
| * Support a new qpid topologyRussell Bryant2013-08-301-67/+160
* | Don't eat callback exceptionsSandy Walsh2013-08-151-0/+1
|/
* Fix case error in qpid exchange type "direct"David Ripton2013-08-121-1/+1
* On reconnecting a FanoutConsumer, don't grow the topic nameMichael Wilson2013-07-201-1/+1
* Add config for amqp durable/auto_delete queuesPaul Mathews2013-07-161-8/+18
* Enable H302 hacking checkAnn Kamyshnikova2013-07-101-1/+1
* Merge "Don't reconnect to exclusive fanout consumers."Jenkins2013-06-261-1/+24
|\
| * Don't reconnect to exclusive fanout consumers.Michael Wilson2013-06-121-1/+24
* | Make AMQP based RPC consumer threads more robustRaymond Pekowski2013-06-251-0/+2
* | Optionally reject messages on exception.Sandy Walsh2013-06-201-1/+2
|/
* 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