oslo.messaging/oslo_messaging/_drivers/zmq_driver
Oleksii Zamiatin cc1cb30321 [zmq] Reduce number of connections
In this change 'use_router_proxy' option was added
to switch between direct connections and proxy.

Proxy was reimplemented and splitted onto two
types of proxies:

    * PUBLISHER proxy for fanout pattern
    * ROUTER proxy for direct messaging

Each type of proxy is configured over command line
argument --type.

Deployment guide was updated accordingly to the change.

Change-Id: If36e9c26e2a8ebe622cfa7e9f2a07b1a69aabe34
Closes-Bug: #1555007
2016-03-31 15:40:36 +03:00
..
broker [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
client [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
matchmaker [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
poller [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
server [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
__init__.py Initial commit for new zmq driver implementation 2015-06-30 18:16:02 +03:00
zmq_address.py [zmq] Fix cinder create volume hangs 2016-02-22 13:51:52 +02:00
zmq_async.py [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
zmq_names.py [zmq] Switch notifications to PUB/SUB pattern 2015-12-29 16:03:56 +02:00
zmq_poller.py [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
zmq_socket.py [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00