Re: JMX notifications handling?

2013-09-11 Thread Dennis Sosnoski
Just to follow up for the archive, it looks like the notification handling was never fully implemented. I've worked around this by duplicating some of the code from the org.apache.cxf.management.jmx.InstrumentationManagerImpl class to create the RequiredModelMBean and register that directly. So

JMX notifications handling?

2013-09-11 Thread Dennis Sosnoski
I'm trying to get JMX notifications working from the WS-RM code, to allow the application to monitor message acknowledgments. If I just implement the notification handling in the managed class (ManagedRMEndpoint) it looks like this doesn't get picked up by the dynamic proxy generated by the man