Pieter Hintjens <ph <at> imatix.com> writes:

> 
> Hi Erwin,
> 
> How much of the Guide have you read and understood?
> 
> -Pieter
> 
> On Mon, Jun 3, 2013 at 10:27 AM, Erwin Karbasi <erwin <at> optinity.com>
wrote:
> > Hello All,
> >
> > We are using router/dealer paradigm with JAVA binding.
> > We'd like to detect the failover of the router to receive the message sent
> > from the dealer.
> > As we figured out (after setting the HWM to 1) the send() method doesn't
> > return false if the router process is down and failed to receive the message
> > from the dealer.
> >
> > Is it possible to indicate that the router is down when the dealer sends the
> > message to the router?
> >
> > Thanks in advance,
> > Erwin Karbasi
> > AT&T, Senior Software Architect
> >
> > _______________________________________________
> > zeromq-dev mailing list
> > zeromq-dev <at> lists.zeromq.org
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> >
> 

Hi Pieter,

I've read more then half of the documentation.
Sorry if I miss any section, but as I know we need to implement heartbeating
in order to specify the availability of our broker (router) as it
demonstrated in the Major Domo sample.
Likewise, I know that the server (router) makes bind so it get false if the
network invalid, but the client (dealer) doesn't get false when the server
(router or broker) invalid.

Sorry if I have missed any section in the documentation.

Thanks,
Erwin 


_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to