Does Publish-Subscribe method work if:
- publisher and subscribers are in different networks (I've checked once - it works)
- subscribers are behind NAT\firewall
In both cases packet routing works correctly.
As I understand PUB\SUB uses the same TCP transport, so if PUB\SUB doesn't work so standard windows winsock doesn't work too? Is PUB\SUB proxy (like that http://zguide.zeromq.org/page:all#toc34) needed if packet routing mechanism is undefined only?