MINA JMX integration is covered here http://mina.apache.org/chapter-18-jmx-integration.html
HTH! ashish On Tue, Aug 23, 2011 at 8:52 PM, Bob DeRemer <bob.dere...@thingworx.com>wrote: > Thanks, Bernd! > > For most of the admin stuff, we'd probably be managing that - since we got > input from Niklas on how to plug in our own persistence and user/auth/roster > management. In addition, we've stripped down the dependencies quite a bit - > which included gutting any reference to Spring, so if we do any JMX stuff, > we'll probably look to create a pluggable JMX hook ourselves. > > We're currently planning to submit a couple of the enhancements we've been > doing because we believe they would be beneficial to the whole community. > > Perhaps I should post another question with the MINA JMX as the subject - > that might get more hits > > -bob > > -----Original Message----- > From: Bernd Fondermann [mailto:bernd.fonderm...@googlemail.com] > Sent: Tuesday, August 23, 2011 11:14 AM > To: users@mina.apache.org > Subject: Re: does Vysper have any JMX support? > > On Tue, Aug 23, 2011 at 15:04, Bob DeRemer <bob.dere...@thingworx.com> > wrote: > > Thanks for the info, Bernd. A couple follow-up questions: > > > > 1) is there any documentation on XEP-133 > > http://xmpp.org/extensions/xep-0133.html > > we currently have > for all users: change their own pwd > for admins: change pwds (XEP-133#4.7), add user (XEP-133#4.1), see online > users XEP-133#4.15 > > > 2) is there any JMX instrumentation in MINA that might be helpful in > > monitoring Vypser > > interesting question. anyone? > > 3) Spring > > you could also try and use Spring's JMX wrapping capabilities for arbitrary > beans. > > http://static.springsource.org/spring/docs/2.5.x/reference/jmx.html#jmx-exporting > > Bernd >