oslo.messaging/oslo_messaging/_drivers/pika_driver
Dmitriy Ukhlov 63de855fef Implements configurable connection factory
new - create new connection each times
single - use single connection for whole transport
read_write - use two connections for whole transport
                    (one for listening and one for sending)

Change-Id: I464c83beb498453b6df2237e7b8022d47ca3fa14
2016-05-12 11:51:26 +03:00
..
__init__.py Splits pika driver into several files 2015-11-05 12:45:52 -05:00
pika_commons.py Use eventletutils to check is_monkey_patched 2016-05-09 19:36:57 +03:00
pika_connection_factory.py Implements configurable connection factory 2016-05-12 11:51:26 +03:00
pika_connection.py Implements configurable connection factory 2016-05-12 11:51:26 +03:00
pika_engine.py Implements configurable connection factory 2016-05-12 11:51:26 +03:00
pika_exceptions.py Preparations for configurable serialization 2015-12-07 18:15:20 +02:00
pika_listener.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00
pika_message.py Replace expriration_time by timer 2016-04-04 14:44:02 +03:00
pika_poller.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00