oslo.messaging/oslo_messaging/_drivers/zmq_driver/client/publishers
Gevorg Davoian dfd5c791c9 [zmq] Fix message sending when using proxy and not using PUB/SUB
This patch fixes the problem of sending messages in the following
configuration: use_router_proxy=True and use_pub_sub=False. Right
now we have incorrect both cast and fanout messages: cast acts as
fanout (instead of round-robin) and fanout duplicate each message
twice.

Change-Id: I2b039aa462ddde300fd50b3754e4fe66abf6e635
2016-06-18 08:48:10 +03:00
..
dealer [zmq] Fix message sending when using proxy and not using PUB/SUB 2016-06-18 08:48:10 +03:00
__init__.py Notifier implementation 2015-08-05 13:35:24 +03:00
zmq_pub_publisher.py [zmq] Reduce object serialization on router proxy 2016-05-11 12:37:09 +03:00
zmq_publisher_base.py [zmq] Refactoring of zmq client 2016-05-31 14:47:49 +00:00
zmq_push_publisher.py [zmq] Multithreading access to zmq sockets 2016-02-09 13:24:15 +00:00