java ee - difference between JMX and RMI -


what purpose jmx used for? have been scanning through of tutorials on jmx, register mbeans , invoke mbeans jconsole. if purpose used for, difference between jmx , rmi(remote procedure call). in advance..

'remote procedure call' distributed computing concept process running on 1 host can call procedure on remote host. rmi in java 1 implementation of concept.

mbeans bean classes can registered jmx bus listen events arriving on bus or send events on bus or collect various sorts of data other participating mbeans etc. used health monitoring of application servers etc. can check number of active connections, amount of free memory , many other statistics analysis engine. , yes, can invoked remotely using rpc mechanism. vital functioning data collectors since in cluster of application servers data has fetched collectors , collated @ 1 place analysis.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -