performance - Monitor RabbitMQ nodes via JConsole -


we doing r & d on rabbitmq , activemq, want measure cpu , memory consumption particular mq.

for activemq found support jconsole , working expected, unable find out jconsole support rabbitmq.

can please give me head test rabbitmq jconsole. if not possible jconsole suggest alternatives.

jconsole java tool, rabbitmq written in erlang.

in order monitor rabbitmq can use management ui

you can enable using:

rabbitmq-plugins enable rabbitmq_management 

the web ui located at: http://server-name:15672/ http api , documentation both located at: http://server-name:15672/api/ (or view our latest http api documentation here).

have plugin https://github.com/rabbitmq/rabbitmq-top


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -