I am using JMX MBeans
in spring 4
framework. I handle notifications from JMX mBean and process them as events.
For testing alternate approach, I just commented out notification handling part. This implies that my JMX Mbean continues to publish notifications and I am just ignoring them.
P.S:
I handle the JMX notifications via logstash
. For testing I have commented out Logstash
configuration
What happens to the Notification? Where it will be stored? Will it impact memory /pile up in application?