oslo.messaging/oslo_messaging/_drivers
ozamiatin a5e2a633e3 [zmq] Routing table refactoring, dynamic direct connections
* Refactored RoutingTable, in order to work on string target
      representation.
    * RoutingTableAdaptor - provides usable adaptation of RoutingTable
      to use with Target object.
    * RoutingTableUpdater - implements asynchronous table updates
      from the matchmaker.
    * Implemented dynamic connections for DealerPublisherDirect
    * Use dynamic connections for direct messages

Change-Id: I20a76c3b2e8f9e71ffcc5ac658fbc659ad4c8153
2016-10-03 16:45:16 +03:00
..
amqp1_driver Remove default=None when set value in Config 2016-09-28 00:37:41 +00:00
pika_driver Add configurable serialization to pika 2016-09-10 12:28:25 +00:00
zmq_driver [zmq] Routing table refactoring, dynamic direct connections 2016-10-03 16:45:16 +03:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Clean outdated docstring and comment 2016-08-16 11:25:34 +08: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 [AMQP 1.0] Make the default settlement behavior configurable 2016-08-24 15:56:51 -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 "Add configurable serialization to pika" 2016-09-11 07:39:05 +00:00
impl_rabbit.py Merge "Replace 'the' with 'to' in docstring" 2016-09-29 18:22:04 +00: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