PDA

View Full Version : Spring JMX , cascading service


srl
Feb 17th, 2006, 02:45 PM
Hi
Does anyone know if Spring JMX framework provides cascading service like adventnet JMX Studio? It helps to invoke the same MBean on multiple servers (clustered or non-clustered) from a master agent.
Also has anyone evaluated the need for JMX studio in light of Spring JMX. Does JMX Studio have any advantages over Spring JMX ?

Thanks
Srl

Costin Leau
Feb 17th, 2006, 04:56 PM
Spring JMX handles mainly publishing and creation of mbeans from your POJOs. You may want to take a look at jManage which I think, offers support for cascading.