Hi, Malamute already solves your problem. It afaics use dealer sockets, so it's worth to try it our study the source code... Hi,
In our scenario, there are many publishers and many subscribers, And we need to queue message received from publisher. So we bring in a proxy(or named broker), which subscribe to all publisher and push queued message to all subscribers. The proxy use SUB socket for subscribe publishers, so it need to connect to all publishers first, but new publishers will be created when the proxy is running. So my question is: 1. If it is suitable to use proxy in this scenario 2. How can the proxy receive message from new created publishers Any idea will be appreciated! _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
