[rabbitmq-discuss] How to monitor RabbitMQ queues

Srinath Sridharan -X (srinatsr - ZENSAR TECHNOLOGIES INC at Cisco) srinatsr at cisco.com
Thu Apr 24 20:16:14 BST 2014


1. Utilize RabbitMQ/Plugin APIs to obtain queuing data/activities
2. Gather the status for RabbitMQ nodes and queues
3. Create a monitor queue for tracking all activities

I need to achieve the above things?

Regards …•
Srinath

From: rabbitmq-discuss [mailto:rabbitmq-discuss-bounces at lists.rabbitmq.com] On Behalf Of Jason McIntosh
Sent: Thursday, April 24, 2014 11:51 AM
To: Discussions about RabbitMQ
Subject: Re: [rabbitmq-discuss] How to monitor RabbitMQ queues

It sounds like you want to monitor not just the queues but your connections and what the connections are bound to?  If you look at the API it might give you some of this:
http://server:15672/api/queues/
http://server:15672/api/connections/

I've got monitoring with Zabbix right now:
https://github.com/jasonmcintosh/rabbitmq-zabbix
And though I don't have message rights, I do track how many consumers are on each queue and other information.

Jason


On Thu, Apr 24, 2014 at 1:44 PM, Srinath Sridharan -X (srinatsr - ZENSAR TECHNOLOGIES INC at Cisco) <srinatsr at cisco.com<mailto:srinatsr at cisco.com>> wrote:
Hello,

I need to monitor the rabbitmq queues, to know what messages are coming in and who is consuming the messages.

Basically I need to monitor the queues and it’s status.

We have implemented RabbitMQ in Java.



Regards …•
Srinath


_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com<mailto:rabbitmq-discuss at lists.rabbitmq.com>
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss



--
Jason McIntosh
https://github.com/jasonmcintosh/
573-424-7612<tel:573-424-7612>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140424/b76c38db/attachment.html>


More information about the rabbitmq-discuss mailing list