oslo.messaging/oslo_messaging/_drivers
Mehdi Abaakouk 6c91066c72 rabbit/qpid: simplify the consumer loop
The consumer loop is over engineered, it returns unused return,
iterconsume creates an iterator directly consumed by 'consume' without
special handling, and in some case kombu error callback are called when
the iterator is stopped and log useless error.

And in reality the consumer is always called when limit=1.

This change simplifies that, by removing the loop and removes all
returns stuffs.

Closes bug: #1450336

Change-Id: Ia2cb52c8577b29e74d4d2b0ed0b535102f2d55c7
2015-05-05 08:26:00 +02:00
..
protocols Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py 2015-04-07 00:02:02 +09:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
amqp.py Remove amqp driver 'unpacked content' logging 2015-04-10 11:27:09 -04:00
amqpdriver.py rabbit/qpid: simplify the consumer loop 2015-05-05 08:26:00 +02:00
base.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
common.py Use the oslo_utils stop watch in decaying timer 2015-03-23 20:06:22 -07:00
impl_fake.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
impl_qpid.py rabbit/qpid: simplify the consumer loop 2015-05-05 08:26:00 +02:00
impl_rabbit.py rabbit/qpid: simplify the consumer loop 2015-05-05 08:26:00 +02:00
impl_zmq.py Port ZMQ driver to Python 3 2015-04-16 15:50:03 +02:00
matchmaker_redis.py Fix the bug redis do not delete the expired keys 2015-03-09 09:56:25 +08:00
matchmaker_ring.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
matchmaker.py Fix changing keys during iteration in matchmaker heartbeat 2015-03-18 03:39:11 -07:00
pool.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00