- Add in the spring context the tag:
<context:mbean-export/> - On the managed class add annotation @ManagedResource
- On this method you want to be exposed add annotation
- For getters and setters - @ManagedAttribute
- For all type of operations - @ManagedOperation
No comments:
Post a Comment