Warm tip: This article is reproduced from stackoverflow.com, please click
rabbitmq spring-rabbitmq rabbitmq-exchange rabbitmqctl

How to check and monitor activity logs in RabbitMQ

发布于 2020-03-27 10:22:23

I wish to know if there is any way to get detailed logs of activities done on a RabbitMQ cluster. Activities include - If I add or remove a binding to an Exchange, When was these bindings added/deleted ? Who created the bhindings ? When was exchange/queue created ? When was a queue/exchange' modified ? Any activities done related to exchanges/queues.. are these logged somewhere and can we see it on UI or through command line?

I tried to monitor these details over RabbitMQ UI - localhost:15672, but could not see any such details except message related metrics.

Questioner
Kurshit
Viewed
56
Luke Bakken 2019-07-03 21:30

The RabbitMQ Event Exchange plugin exists for this reason. You will have to write an application to consume these events.


NOTE: the RabbitMQ team monitors the rabbitmq-users mailing list and only sometimes answers questions on StackOverflow.