I have a scenario when I need to use PUB/SUB scheme with multiple publishers. Is it possible to do with "inproc" transport? Here is what I tried: - create PUB socket and bind it to "inproc://pipe" endpoint - create another PUB socket and connect it to the same "inproc://pipe" endpoint - create SUB socket for each subscriber and connect them to thre "inproc://pipe" endpoint. - publish message using second publisher. I'm getting no error, but message is not getting delivered to subscribers. Am I doing something wrong? Any help is appreciated.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
