summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/amqpdriver.py
Commit message (Expand)AuthorAgeFilesLines
* Update hacking versionZhijunWei2019-01-211-2/+2
* Issue blocking ACK for RPC requests from the consumer threadKenneth Giusti2018-07-111-10/+71
* [rabbitmq] Implement active call monitoringDan Smith2018-05-091-9/+31
* Add heartbeat() method to RpcIncomingMessageDan Smith2018-04-241-0/+3
* Revert "rabbit: Don't prefetch when batch_size is set"Wonil Choi2018-04-021-6/+0
* rabbitmq: don't wait for message ack/requeueMehdi Abaakouk2017-11-291-23/+4
* Fix rabbitmq driver with blocking executorMehdi Abaakouk2017-06-081-3/+17
* rabbit: restore synchronous ack/requeueMehdi Abaakouk2017-05-211-23/+82
* rabbit: make ack/requeue thread-safeMehdi Abaakouk2017-02-221-14/+61
* [rabbit] Log correct topic on cast/callDmitry Mescheryakov2016-12-091-1/+1
* Remove the temporary hack in codezhangshengping20122016-10-261-10/+1
* Record length of queues for ReplyWaitersChangBo Guo(gcb)2016-10-141-5/+8
* rabbit: Don't prefetch when batch_size is setMehdi Abaakouk2016-10-111-0/+6
* Remove logging from serialize_remote_exceptionGevorg Davoian2016-05-191-6/+4
* Merge "Refactor base interfaces"Jenkins2016-04-221-7/+6
|\
| * Refactor base interfacesDmitriy Ukhlov2016-04-201-7/+6
* | Log the unique_id in listener than msg_idliusheng2016-04-181-10/+6
|/
* Refactor driver's listener interfaceDmitriy Ukhlov2016-04-051-5/+9
* amqp: log time elapsed between receiving a message and replyingJohn Eckersberg2016-02-251-2/+7
* Refactors base classesdukhlov2016-02-081-9/+8
* Python 3 deprecated the logger.warn method in favor of warningChangBo Guo(gcb)2016-01-211-8/+8
* Improvement of logging acorrding to oslo.i18n guidelineChangBo Guo(gcb)2016-01-071-11/+13
* Move to debug a too verbose logMehdi Abaakouk2015-12-111-5/+5
* Merge "batch notification listener"Jenkins2015-12-111-0/+1
|\
| * batch notification listenerMehdi Abaakouk2015-12-081-0/+1
* | kombu: remove compat of folsom reply formatMehdi Abaakouk2015-12-041-31/+15
* | Follow the plan about the single reply messageMehdi Abaakouk2015-12-041-28/+12
|/
* Don't hold the connection when reply failMehdi Abaakouk2015-12-021-19/+50
* Move ConnectionPool and ConnectionContext outside amqp.pyDavanum Srinivas2015-11-301-8/+8
* Extend logging in amqpdriverYulia Portnova2015-09-151-6/+39
* Merge "Fix message missing after duplicated message error"Jenkins2015-08-191-1/+1
|\
| * Fix message missing after duplicated message errorQingchuanHao2015-08-121-1/+1
* | Replace 'M' with 'Mitaka'John L. Villalovos2015-08-131-1/+1
|/
* Don't reply when we known that client is goneMehdi Abaakouk2015-07-061-3/+73
* Allow to remove second _send_reply() callVictor Sergeyev2015-05-281-3/+10
* Refactor processing reply in ReplyWaiterVictor Sergeyev2015-05-271-6/+10
* rabbit/qpid: simplify the consumer loopMehdi Abaakouk2015-05-051-2/+2
* rabbit: heartbeat implementationMehdi Abaakouk2015-03-181-7/+8
* Refactor the replies waiter codeMehdi Abaakouk2015-02-021-110/+50
* Move files out of the namespace packageDoug Hellmann2015-01-121-0/+453