[rabbitmq-discuss] RabbitMQ Monitoring Queue Activites in Spring Project
Srinath Sridharan -X (srinatsr - ZENSAR TECHNOLOGIES INC at Cisco)
srinatsr at cisco.com
Mon Apr 28 19:58:44 BST 2014
How to bind a queue to amq.rabbitmq.log? Any useful links?
Regards ……
Srinath
-----Original Message-----
From: Michael Klishin [mailto:mklishin at gopivotal.com]
Sent: Monday, April 28, 2014 11:56 AM
To: Discussions about RabbitMQ; Srinath Sridharan -X (srinatsr - ZENSAR TECHNOLOGIES INC at Cisco)
Subject: RE: [rabbitmq-discuss] RabbitMQ Monitoring Queue Activites in Spring Project
On April 28, 2014 at 10:51:53 PM, Srinath Sridharan -X (srinatsr - ZENSAR TECHNOLOGIES INC at Cisco) (srinatsr at cisco.com) wrote:
> > I need to log RabbitMQ activity using a java logger but
> > asynchronously
You can bind a queue to amq.rabbitmq.log (a topic exchange in the default vhost ) and consume some events that happen in the broker, then log them using any logger you want.
See also http://www.rabbitmq.com/firehose.html. There is no other way to get a stream of broker activity in a JVM app.
--
MK
Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list