summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/impl_kombu.py
Commit message (Expand)AuthorAgeFilesLines
* Enable hacking H402 testSergey Lukjanov2013-06-031-28/+28
* Enable hacking H403 testSergey Lukjanov2013-05-301-2/+3
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-4/+4
* 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
* Revert "Fast serialization of RPC envelopes for Kombu"Russell Bryant2013-02-201-26/+2
* Merge "Fix "DirectConsumer needs mirrored queue support""Jenkins2013-02-201-0/+1
|\
| * Fix "DirectConsumer needs mirrored queue support"Kei Masumoto2013-02-131-0/+1
* | Fast serialization of RPC envelopes for KombuEric Windisch2013-02-191-2/+26
* | Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+1
* | Merge "Fix Lack of reconnecting operation when using rabbitmq mirrored queue"Jenkins2013-02-141-1/+2
|\ \
| * | Fix Lack of reconnecting operation when using rabbitmq mirrored queueKei Masumoto2013-02-131-1/+2
| |/
* / Add join_consumer_pool() to RPC connectionsDoug Hellmann2013-02-131-0/+24
|/
* Mark password config options with secretMichael J Fork2013-02-041-1/+2
* Add TTL to AMQP messagesBrent Eagles2013-01-281-7/+13
* Merge "Close kombu.connection.BrokerConnection correctly"Jenkins2013-01-071-1/+1
|\
| * Close kombu.connection.BrokerConnection correctlyHengqing Hu2012-12-281-1/+1
* | 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
| |/
* | Merge "Add a rpc envelope format version number."Jenkins2013-01-031-1/+2
|\ \
| * | Add a rpc envelope format version number.Russell Bryant2013-01-021-1/+2
| |/
* / Don't use exclusive queues for fanout and directVishvananda Ishaya2012-12-281-4/+4
|/
* Clean up dictionary use in RPC driversDoug Hellmann2012-11-071-7/+7
* kombu's fanout_cast_to_server was calling wrong methodChris Behrens2012-11-011-1/+1
* Merge "Use queue_arguments for fanout consumers too."Jenkins2012-10-301-0/+1
|\
| * Use queue_arguments for fanout consumers too.Sam Morrison2012-10-261-0/+1
* | Import order clean-upZhongyue Luo2012-10-291-1/+1
|/
* Add exchange_name parameter to TopicConsumerJulien Danjou2012-09-271-3/+5
* Extracted parse_host_port into network_utils.Eugene Kirpichov2012-09-261-2/+2
* LOG.exception() should only be used in exception handlerJohannes Erdfelt2012-09-251-9/+10
* Merge "Don't deprecate rabbit_host and rabbit_port"Jenkins2012-09-251-3/+4
|\
| * Don't deprecate rabbit_host and rabbit_portMark McLoughlin2012-09-251-3/+4
* | DRY up mirrored Rabbit queue declarationMark McLoughlin2012-09-251-5/+17
|/
* Support for several HA RabbitMQ servers.Eugene Kirpichov2012-09-251-29/+49
* Use pep8 v1.3.3Zhongyue Luo2012-09-131-6/+10
* Make projects define 'control_exchange'.Russell Bryant2012-09-111-6/+7
* Add missing gettextutils importsDoug Hellmann2012-06-221-0/+1
* Update common code to support pep 1.3.Gary Kotton2012-06-181-106/+98
* Add rpc to openstack-common.Russell Bryant2012-06-061-0/+758