[rabbitmq-discuss] RabbitMQ Monitoring Queue Activites in Spring Project

Michael Klishin mklishin at gopivotal.com
Mon Apr 28 19:55:44 BST 2014


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