|
From: Rob H. <ro...@ca...> - 2004-09-27 13:30:34
|
Rob, This support is already available. By default Spring will attempt to locate an already loaded MBeanServer in the current VM. However, you can supply one using the MBeanServerFactory bean which will simply create an MBeanServer instance using whichever implementation of JMX is available on your classpath. Rob Rob Butler wrote: >>1. Support for XML config of management interface >>2. Classes to automatically create and start vendor >>specific JMX >>adaptors like the HtmlAdaptorServer in the RI >> >> > >How about the ability to detect and start a JMX kernel >and adapter(s), and then fall back to default/supplied >one(s) if they aren't available. i.e. If starting in >Weblogic, or Jboss which supply a JMX kernel and >adaptors don't start anything. If starting as a stand >alone application, or in a J2EE server that doesn't >have a JMX kernel or adapters, then start a JMX kernel >and any configured adapters. > > > >>3. FactoryBeans to create and optionally start JSR >>160 server connections >>4. FactoryBeans to create JSR 160 client connections >>5. Proxy support for JSR 160 client connections >> >>Beyond this I am not sure what other features people >>want to see. If >>there is anything else you can think of then let me >>know so I can try to >>fit it in before 1.2. >> >> > > > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail - 50x more storage than other providers! >http://promotions.yahoo.com/new_mail > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |