oslo.messaging/oslo_messaging/_drivers
Gevorg Davoian 20a07e7f48 [zmq] Implement retries for unacknowledged CASTs
This patch tries to implement a mechanism of acknowledgements and
retries via proxy for CAST messages.

Change-Id: I83919382262b9f169becd09f5db465a01a0ccb78
Partial-Bug: #1497306
Closes-Bug: #1515269
2016-08-09 17:24:07 +03:00
..
amqp1_driver Config: no need to set default=None 2016-06-28 15:47:39 +08:00
pika_driver Config: no need to set default=None 2016-06-28 15:47:39 +08:00
zmq_driver [zmq] Implement retries for unacknowledged CASTs 2016-08-09 17:24:07 +03:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Refactors base classes 2016-02-08 10:34:25 +02:00
amqpdriver.py Remove logging from serialize_remote_exception 2016-05-19 15:18:28 +03:00
base.py Introduce TTL for idle connections 2016-07-22 13:03:04 +03:00
common.py Add query paramereters to TransportURL 2016-06-09 16:05:36 +03:00
impl_amqp1.py Remove logging from serialize_remote_exception 2016-05-19 15:18:28 +03:00
impl_fake.py Remove logging from serialize_remote_exception 2016-05-19 15:18:28 +03:00
impl_kafka.py Introduce TTL for idle connections 2016-07-22 13:03:04 +03:00
impl_pika.py Move zmq driver options into its own group 2016-08-05 11:36:50 +03:00
impl_rabbit.py fix a typo in impl_rabbit.py 2016-07-29 11:23:06 +08:00
impl_zmq.py Move zmq driver options into its own group 2016-08-05 11:36:50 +03:00
pool.py Introduce TTL for idle connections 2016-07-22 13:03:04 +03:00