[zeromq-dev] Multiple PUB -> one SUB?
Mikko Koppanen
mikko.koppanen at gmail.com
Mon Dec 12 20:27:37 CET 2011
On Mon, Dec 12, 2011 at 6:30 PM, Andrei Zmievski <andrei at zmievski.org> 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
More information about the zeromq-dev
mailing list