On Mon, Dec 12, 2011 at 6:30 PM, Andrei Zmievski <[email protected]> wrote: > I actually don't need to do subscription filtering, but I also don't want to > block on HWM, so that's why I was thinking of PUB-SUB model.
Hi, pub-sub will work for this scenario. If the Java process is something that can be distributed you could explore PUSH (clients) and PULL (server) for high-availability and splitting the load. You can still do non-blocking writes or polling with timeout with PUSH. -- Mikko Koppanen _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
