oslo.messaging/oslo_messaging/_drivers
ozamiatin b5955b6ca9 [zmq] Redesign router proxy
In this change router was redesigned in a way most
appropriate for routing concept of zmq.ROUTER socket.

DEALER(cli)-ROUTER(proxy)-DEALER(srv) instead of
DEALER-ROUTER-DEALER-ROUTER (3 layers instead of 4)

The main reason is to use zmq.DEALER identity in message
routing. For this reason DealerConsumer was introduced
server-side. RouterConsumer is left for peer-to-peer
DEALER-ROUTER deployment option.

Also handled assertions in receive-methods in order
to not stop server when received message with wrong format.

Change-Id: If25edf500fa8d220d4233bb13d67121824e841c6
Closes-Bug: #1558601
Related-Bug: #1555007
2016-05-04 15:12:10 +03:00
..
pika_driver Implements pika thread safe connection 2016-04-23 13:14:58 +03:00
protocols Refactor base interfaces 2016-04-20 20:46:28 +00:00
zmq_driver [zmq] Redesign router proxy 2016-05-04 15:12:10 +03:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Refactors base classes 2016-02-08 10:34:25 +02:00
amqpdriver.py Merge "Refactor base interfaces" 2016-04-22 14:01:08 +00:00
base.py Refactor base interfaces 2016-04-20 20:46:28 +00:00
common.py Revert "Ensure the json result type is bytes on Python 3" 2016-03-11 09:00:08 +00:00
impl_fake.py Refactor base interfaces 2016-04-20 20:46:28 +00:00
impl_kafka.py Refactor base interfaces 2016-04-20 20:46:28 +00:00
impl_pika.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00
impl_rabbit.py Gracefully handle missing TCP_USER_TIMEOUT 2016-04-20 16:09:45 +00:00
impl_zmq.py [zmq] Redesign router proxy 2016-05-04 15:12:10 +03:00
pool.py Move ConnectionPool and ConnectionContext outside amqp.py 2015-11-30 11:53:48 +00:00