This website requires JavaScript.
Explore
Get Started
openstack
/
oslo.messaging
Code
Issues
Proposed changes
oslo.messaging
/
oslo_messaging
/
_drivers
History
Atsushi SAKAI
081a5fb10e
[doc] Fix three typos
...
olso => oslo Change-Id: I44dcc86cd6b50017a30393749e458507bea016f7
2016-11-28 21:14:31 +09:00
..
amqp1_driver
[doc] Fix three typos
2016-11-28 21:14:31 +09:00
pika_driver
Replace six.iteritems() with .items()
2016-11-23 09:02:14 +00:00
zmq_driver
Merge "[sentinel] Move master/slave discovering from __init__"
2016-11-24 15:36:04 +00: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
Remove the temporary hack in code
2016-10-26 12:19:51 +08:00
base.py
Document the transport backend driver interface
2016-11-22 08:11:22 -05:00
common.py
Replace six.iteritems() with .items()
2016-11-23 09:02:14 +00:00
impl_amqp1.py
[AMQP 1.0] Avoid unnecessary thread switch on ack
2016-10-11 10:11:35 -04:00
impl_fake.py
Remove logging from serialize_remote_exception
2016-05-19 15:18:28 +03:00
impl_kafka.py
[kafka] invoke TypeError exception when 'listen()' method of KafkaDriver
2016-08-29 16:02:33 +09:00
impl_pika.py
Merge "Fix a docstring typo in impl_pika.py"
2016-11-18 11:15:25 +00:00
impl_rabbit.py
rabbit: on reconnect set socket timeout after channel is set
2016-11-10 15:04:30 +03:00
impl_zmq.py
Remove useless logging import statements
2016-11-08 10:11:13 +08:00
pool.py
Introduce TTL for idle connections
2016-07-22 13:03:04 +03:00