On Fri, Oct 25, 2013 at 10:10 AM, Giacomo Tesio <[email protected]> wrote:
> But is there a way to use such feature in NetMQ (since it's supported in zmq > 2.2, and NetMQ github pages cites such compatibility > https://github.com/zeromq/netmq)? You can still use it in ZMQ 2.2 but you won't be able to upgrade such apps to later versions. Anyhow there are better ways to do this (which is why few people stressed when we removed the feature). If you really want persistent subscriptions you need explicit management and acknowledgments, and I'd do this using a ROUTER publisher to DEALER subscribers. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
