[zeromq-dev] Queue Monitoring
Pieter Hintjens
ph at imatix.com
Wed Mar 19 13:34:39 CET 2014
There's no API for this, and it'd be hard to make in any case, as
message pipes are filled and emptied asynchronously by different
threads.
One way to control the limit of pending messages is to use credit
based flow control (see Chapter 7 of the Guide).
On Wed, Mar 19, 2014 at 1:59 PM, Reggie Cushing <R.S.Cushing at uva.nl> wrote:
> Hi All,
> I'm trying to monitor ingress/egress messages from within the
> application. Is there a way to get the number of queued messages on a
> socket waiting to be delivered from 0MQ API?
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list