oslo.messaging/oslo_messaging/_drivers
2017-04-03 17:52:21 +00:00
..
amqp1_driver Add "ssl" option for amqp driver 2017-04-03 17:23:17 +03: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 remove all kombu<4.0.0 workarounds 2017-03-30 12:32:58 +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