[zeromq-dev] Question about reliability in ZeroMQ

2016-10-18 Thread
Hello everyone, I'm trying to use ZeroMQ Pub/Sub and Router/Dealer for my school project. I have a question about reliability of these sockets. According to the API Page(http://api.zeromq.org/), when queue reached a high water mark and move to mute state, Dealer is going to block, Router is going

Re: [zeromq-dev] Question about reliability in ZeroMQ

2016-10-19 Thread
I see. Thank you Joshua. Yuya On Tue, Oct 18, 2016 at 3:52 PM, Joshua Foster <jhaw...@gmail.com> wrote: > Yes, the old data still in the queue would be sent once the dealer starts > receiving messages again. > > Joshua > > > > On 10/18/2016 6:08 PM, 白木 勇矢 wrote: &g

Re: [zeromq-dev] Question about reliability in ZeroMQ

2016-10-18 Thread
t state of whatever you need. > That way if all previous messages get dropped, you still have all the data > needed. In contrast, transactional messages are not able to be dropped. > > Idempotent Example: > {1} > {5} > {10} > > Transactional Example: > {+1} > {+4} &g