I currently have a system that has two public ports, facilitating:

REQ <-- tcp --> ROUTER <-- proxy --> DEALER <-- inproc --> REP

and

SUB <-- tcp --> PUB (various internal sinks supplying events)

Is it possible to use a single public port for both the REQ and SUB socket
connections that routes them based on connection type?  Something like:


REQ --\       /--ROUTER--DEALER--REP
       ROUTER
SUB --/       \--PUB

So there is only one TCP port listening required, a common CURVE
configuration point, etc?

-Jake
_______________________________________________
zeromq-dev mailing list
[email protected]
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to