Am 12.08.2013 um 02:36 schrieb Steven McCoy <[email protected]>: > 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.
thanks, I think that would address the problem I guess the broker would act as a kind of tap where the limit checker can tap into queued commands and will re-add them to the inbound queue until the head is seen again by the broker? - Michael > > -- > 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
