oslo.messaging/oslo_messaging/_drivers/zmq_driver/proxy
Oleksii Zamiatin 18c8bc933d [zmq] Let proxy serve on a static port numbers
Currently proxy binds to a random port from a port range
specified in zmq config and therefore needs to register in
redis to become visible to clients and servers.

That could be done much simpler by using a static port(s) for
proxy. Moreover zmq handles reconnect to a socket if restarted
service uses the same port number as it had before restart.

Change-Id: I088792fd08a4161d08e9160830fc3ec4d560cca4
2016-07-22 19:00:48 +03:00
..
__init__.py [zmq] Let proxy serve on a static port numbers 2016-07-22 19:00:48 +03:00
zmq_proxy.py [zmq] Let proxy serve on a static port numbers 2016-07-22 19:00:48 +03:00
zmq_publisher_proxy.py [zmq] Let proxy serve on a static port numbers 2016-07-22 19:00:48 +03:00
zmq_queue_proxy.py [zmq] Let proxy serve on a static port numbers 2016-07-22 19:00:48 +03:00