posted 15 years ago
Hi,
I am not sure if it is the right forum for asking JMX question. I searched on this forum, and found some questions about JMX , so here it goes :-
Suppose, I have (say) three applications (App1, App2 and App3) all running in their own JVM's (jvm1, jvm2 and jvm3 respectively). All of applications are using Standard MBeans to expose their management.
I want to manage all the three applications. So, a distributed agent is needed, which will run in it's own JVM and using (say) an appropriate adapter, all of them will be managed. (Am I right up to this point ?)
But, my doubt is, how will I register my different MBeans , in the MBean Server contained within a distributed agent ? Please explain a bit.
Thanks !