summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/impl_rabbit.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the help info formatjinxingfang2016-08-091-1/+1
* fix a typo in impl_rabbit.pymaoshuai2016-07-291-1/+1
* Merge "Introduce TTL for idle connections"Jenkins2016-07-271-1/+6
|\
| * Introduce TTL for idle connectionsKirill Bespalov2016-07-221-1/+6
* | Delete fanout queues on gracefully shutdownKirill Bespalov2016-07-261-1/+5
|/
* Remove rabbitmq max_retriesMehdi Abaakouk2016-06-291-0/+1
* Improve the impl_rabbit loggingKirill Bespalov2016-06-071-21/+45
* [impl_rabbit] Remove deprecated get_expiration methodKirill Bespalov2016-05-311-15/+1
* Merge "Fix consuming from missing queues"Jenkins2016-05-201-4/+24
|\
| * Fix consuming from missing queuesKirill Bespalov2016-05-181-4/+24
* | rabbit: Deprecates host, port, auth optionsMehdi Abaakouk2016-05-181-0/+12
* | Merge "Use single producer and to avoid an exchange redeclaration"Jenkins2016-05-171-19/+24
|\ \ | |/ |/|
| * Use single producer and to avoid an exchange redeclarationKirill Bespalov2016-05-051-19/+24
* | Rabbit driver: failure of rpc-calls with float timeoutGevorg Davoian2016-05-101-1/+7
|/
* Gracefully handle missing TCP_USER_TIMEOUTBrian Elliott2016-04-201-3/+11
* Fix oslo.messaging for Mac OS XDmitry Mescheryakov2016-04-061-1/+2
* Fix typos in Oslo.messaging filesNguyen Hung Phuong2016-03-291-2/+2
* Fix Break in Windows platformsDavanum Srinivas2016-03-281-2/+5
* Always set all socket timeoutsMehdi Abaakouk2016-03-211-26/+31
* Bump rabbit_transient_queues_ttl to 30 minsDavanum Srinivas2016-03-141-1/+1
* Fail quickly if there on bad passwordDavanum Srinivas2016-02-291-0/+4
* Merge "Documents the mirror queue policy of RabbitMQ 3.0"Jenkins2016-02-241-5/+15
|\
| * Documents the mirror queue policy of RabbitMQ 3.0Jian Wen2016-02-191-5/+15
* | Reduce number of rabbitmq consumer tag usedMehdi Abaakouk2016-02-191-11/+23
* | Fix kombu accept different TTL since version 3.0.25ChangBo Guo(gcb)2016-02-181-1/+15
|/
* rabbit: improvements to QoSJohn Eckersberg2016-02-121-4/+11
* Merge "Correctly set socket timeout for publishing"Jenkins2016-02-111-1/+11
|\
| * Correctly set socket timeout for publishingDmitry Mescheryakov2016-02-111-1/+11
* | [kombu] Implement experimental message compressionYulia Portnova2016-02-101-2/+7
|/
* Fix misspellingsvenkatamahesh2016-02-041-1/+1
* Merge "Python 3 deprecated the logger.warn method in favor of warning"Jenkins2016-01-261-12/+13
|\
| * Python 3 deprecated the logger.warn method in favor of warningChangBo Guo(gcb)2016-01-211-12/+13
* | Merge "rabbit: Add option to configure QoS prefetch count"Jenkins2016-01-261-0/+17
|\ \ | |/ |/|
| * rabbit: Add option to configure QoS prefetch countJohn Eckersberg2016-01-191-0/+17
* | Merge "Fix URL in warning message"Jenkins2016-01-211-1/+1
|\ \ | |/ |/|
| * Fix URL in warning messageFlavio Percoco2016-01-201-1/+1
* | Merge "Kombu: make reply and fanout queues expire instead of auto-delete"Jenkins2016-01-191-13/+47
|\ \
| * | Kombu: make reply and fanout queues expire instead of auto-deleteJohn Eckersberg2016-01-131-13/+47
* | | rabbit: making interval_max configurableJaveme2016-01-191-5/+6
* | | Merge "rabbit: set interval max for auto retry"Jenkins2016-01-181-0/+1
|\ \ \ | |/ / |/| |
| * | rabbit: set interval max for auto retryShahar Lev2016-01-101-0/+1
| |/
* | Merge "rabbit: Missing to pass parameter timeout to next"Jenkins2016-01-111-1/+2
|\ \ | |/ |/|
| * rabbit: Missing to pass parameter timeout to nextJaveme2016-01-051-1/+2
* | Merge "Improvement of logging acorrding to oslo.i18n guideline"Jenkins2016-01-081-8/+8
|\ \
| * | Improvement of logging acorrding to oslo.i18n guidelineChangBo Guo(gcb)2016-01-071-8/+8
| |/
* | Merge "Optimize sending of a reply in RPC server"Jenkins2016-01-081-0/+1
|\ \
| * | Optimize sending of a reply in RPC serverKonstantin Kalin2015-12-281-0/+1
| |/
* | rabbit: fix unit conversion error of expirationJaveme2016-01-061-7/+1
|/
* Merge "batch notification listener"Jenkins2015-12-111-1/+2
|\
| * batch notification listenerMehdi Abaakouk2015-12-081-1/+2