oslo.messaging/oslo_messaging/tests/drivers/zmq
Oleksii Zamiatin 1a03d7b447 [zmq] PUB-SUB pipeline
In this change PUB-SUB pipeline was added
and used for CAST-Fanout pattern.

Added 2 new options:

* use_pub_sub - configures the driver to use
PUB/SUB if True, fallbacks to DEALER/ROUTER implementation
otherwise.

PUB/SUB implementation is assumed to be always used with proxy.

* direct_over_proxy - specifies to use proxy with direct patterns
(CALL,CAST). This option is in replace of zmq_use_broker.
Latter is meaningless in context of PUB/SUB architecture,
so renamed.

Change-Id: I7c02d4d62632293941bc0d9d947e5362a5317db6
Closes-Bug: #1515185
2015-12-18 10:15:32 +00:00
..
matchmaker [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
__init__.py Move zmq tests into a subdirectory 2015-07-19 21:46:37 -05:00
test_impl_zmq.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
test_pub_sub.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00
test_zmq_async.py Properly skip zmq tests without ZeroMQ being installed 2015-12-04 23:07:09 +02:00
zmq_common.py [zmq] PUB-SUB pipeline 2015-12-18 10:15:32 +00:00