oslo.messaging/oslo_messaging/_drivers
2017-03-04 18:21:09 +00:00
..
amqp1_driver Return list of addresses for IPV4 and IPV6 2017-01-19 09:08:13 -05:00
pika_driver drivers: use common.ConfigOptsProxy everywhere 2017-02-27 13:10:31 +01:00
zmq_driver Validate the transport url query string 2017-02-27 13:10:31 +01:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
amqpdriver.py rabbit: make ack/requeue thread-safe 2017-02-22 18:39:53 +01:00
base.py Document the transport backend driver interface 2016-11-22 08:11:22 -05:00
common.py Validate the transport url query string 2017-02-27 13:10:31 +01:00
impl_amqp1.py Validate the transport url query string 2017-02-27 13:10:31 +01:00
impl_fake.py Remove logging from serialize_remote_exception 2016-05-19 15:18:28 +03:00
impl_kafka.py drivers: use common.ConfigOptsProxy everywhere 2017-02-27 13:10:31 +01:00
impl_pika.py Validate the transport url query string 2017-02-27 13:10:31 +01:00
impl_rabbit.py Merge "Validate the transport url query string" 2017-03-04 18:21:09 +00:00
impl_zmq.py drivers: use common.ConfigOptsProxy everywhere 2017-02-27 13:10:31 +01:00
kafka_options.py Validate the transport url query string 2017-02-27 13:10:31 +01:00
pool.py Introduce TTL for idle connections 2016-07-22 13:03:04 +03:00