rabbitmq - Rabbit MQ cluster details from java -
i have installed rabbit mq on multiple nodes , clustered them. command line can node status calling rabbitmqctl cluster_statu. wanted same details in java log them. can provide me sample java programme details on node on cluster not running...thanks.
you can utilize web management console api .
enable console using:
rabbitmq-plugins enable rabbitmq_management then can access api using
http://server-name:15672/api read here more detail api.
at point, can phone call api via java.
rabbitmq
No comments:
Post a Comment