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

Alvaro Videla videlalvaro at gmail.com
Tue Apr 29 21:50:38 BST 2014


Did you read the tutorials? Specifically tutorial one and the part
about basicConsume?

https://www.rabbitmq.com/tutorials/tutorial-one-java.html

Regards,

Alvaro

On Tue, Apr 29, 2014 at 9:02 PM, Srinath Sridharan -X (srinatsr -
ZENSAR TECHNOLOGIES INC at Cisco) <srinatsr at cisco.com> wrote:
> I have binded my queue to amq.rabbitmq.log.
>
> How to consume some events from there?
>
> 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
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list