oslo.messaging/oslo_messaging/tests/functional
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
..
gate Add a py34 functional test for rabbit 2016-03-21 11:55:44 -04:00
notify Option group for notifications 2015-11-30 19:30:05 +00:00
zmq [zmq] Redesign router proxy 2016-05-04 15:12:10 +03:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_functional.py Fix incorrect parameters order in assertIn call 2016-04-23 12:48:16 +03:00
utils.py batch notification listener 2015-12-08 09:14:20 +01:00