I have a requirement to have a JMX interface for a couple of custom beans. Is it possible, or even logical, to create something like a JMX binding component? My thought was that a number of beans would be available and when a method is called on one of them, the bean would create an XML document to send across the bus.

The rationale behind the requirement for the JMX components is to provide the external users an interface that is standardized, provides metadata, and authentication as well. The thought is that because JMX can provide these things, it may be a good fit.

Thank you,
Doug

Reply via email to