+1 to Steve's suggestion. In general, using ZeroMQ as a queue is going to run into issues, its generally better to treat them as a buffer, and build a queue yourself - then you get your own choices of logic.
Ian On Mon, Aug 12, 2013 at 1:36 AM, Steven McCoy <[email protected]> wrote: > On 9 August 2013 13:43, Michael Haberler <[email protected]> wrote: > >> it's unclear how I would replicate the following queue usage: >> >> A queue of pending commands is checked periodically for limit violations; >> however, the queue entries are not consumed >> > > You may be able to simulate functionality with a broker, when you need to > evaluate the inbound pending messages, simply consume every message from > the broker and republish. > > -- > Steve-o > > _______________________________________________ > 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
