David W
Nov 22nd, 2006, 03:23 PM
I have an application that consists of a number of components that each run in their own JVM. I have a number of mbeans in each component and i can correctly create a mbean server and view the mbeans.
I would like to create a single mbean server and have all the mbeans displayed in this server. This is so I can manage all my Mbeans from the one Jconsole instance.
I am rather new to JMX but i have the impression that I can't do that. Is it possible to register mbeans with an mbean server created in a seperate jvm?
Is this what the jsr160 connectors are for?
I would like to create a single mbean server and have all the mbeans displayed in this server. This is so I can manage all my Mbeans from the one Jconsole instance.
I am rather new to JMX but i have the impression that I can't do that. Is it possible to register mbeans with an mbean server created in a seperate jvm?
Is this what the jsr160 connectors are for?