[rabbitmq-discuss] Monitoring application manager RabbitMQ server with .NET

Trần Đức Thông humg.thongit at gmail.com
Sat Mar 1 19:22:51 GMT 2014


What is API in EasyNetQ’s client when i want to building application
display:

1. Total queue.
2. Total current message existing in a queue.
3. Total message into queue and dequeue.

Thanks you.


On 28 February 2014 02:02, Michael Klishin <mklishin at gopivotal.com> wrote:

>
> On 27 Feb 2014, at 22:37, Trần Đức Thông <humg.thongit at gmail.com> wrote:
>
> > I am can using RabbitMQ .NET client to do building application monitor
> RabbitMQ server?
> >
> > */ Monitor
> >               - Total queue
> >               - Total message in a queue
> >               - Get content message in queue
> >
> > Thank you.
>
> You can do #2 and #3 via AMQP but #3 will change message ordering:
>
>  * Response to Channel#QueueDeclare will contain (ready) message count
>  * Fetch queue head with Channel#BasicGet and requeue it. Note that this
> can change order of messages in the queue.
>
> In general, #2 and #3 should be done over AMQP, so using RabbitMQ .NET
> client.
>
> Number of queues can only be retrieved over HTTP API, e.g. using
> EasyNetQ’s client for it.
>
> MK
>
> Software Engineer, Pivotal/RabbitMQ
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>



-- 
-------------------------------------------------------------------------------------------------

*Tran Duc Thong*
Software engineering
Mobile: 0989 452 004
Email: humg.thongit at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140302/fffacae0/attachment.html>


More information about the rabbitmq-discuss mailing list