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 management code. I saw that there are
org.apache.cxf.management.annotation.ManagedNotifications and
...ManagedNotification so I also tried using these, but they don't seem
to change anything and since they're not used elsewhere it's not clear
to me how these are supposed to work.
Any suggestions on getting this going?
Thanks,
- Dennis