When you send from ROUTER to DEALER, you have to first send the
address frame, which will be eaten by the ROUTER to know which DEALER
peer to send the message to. If you're not doing this, that's the
reason for losing frames.

-Pieter

On Thu, Jun 27, 2013 at 2:03 PM, Erwin Karbasi <[email protected]> wrote:
> Hello All,
>
> We have the following architecture:
>
> [Dealer] <--> { broker [Router] <--> [Dealer] } <--> [Dealer]
>
> We send messages in frames by sing send more.
> We experience some sort of issues to correlate the message because they have
> been sent asynchronously and we saw that intermittently we lose one frame
> and thus lose message integrity.
>
> Is each frame occupied one slot in the buffer (HWM).
>
> In order to avoid above issue  do we need to use ZMsg class?
>
> Erwin Karbasi
> AT&T, Senior Software Architect
>
> _______________________________________________
> 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

Reply via email to