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
