I know I can use the jmx exporter to expose spring managed singleton beans.
How do I export prototypes (with unique mbean name) via spring?
Dino
I know I can use the jmx exporter to expose spring managed singleton beans.
How do I export prototypes (with unique mbean name) via spring?
Dino
I haven't tried this example but have you looked at NamingStrategy interfaces? If you can't find the functionality in the existing support raise an issue on jira please.
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags
I'm looking at the implementation and there doesn't seem to be a way to add a new mbean instance at run-time. The MBeanExporter looks at the start-up bean definitions.Originally Posted by costin
Dino
Dino,
In Spring 2.0, MBeanExporter implements the MBeanExporterOperations interface which provides two mechanisms for registering MBeans at runtime using Spring's interface generation capabilities.
Regards,
Rob