oslo.messaging/oslo_messaging/_drivers/zmq_driver/server
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
..
consumers [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
__init__.py Notifier implementation 2015-08-05 13:35:24 +03:00
zmq_incoming_message.py [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
zmq_server.py [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00