Posted By:
Subhas_Kumar
Posted On:
Thursday, November 6, 2003 08:35 PM
Hi
I have a timer which sends notification at every 5 seconds.
I have a Notification Listener which recieves Notification from Timer and does some work. At the time of sending
notification if Listener is busy doing something that notification is lost.
Can I put these un handled notifications in queue and when Handler is free it can collect all these notifications and handle?
These things I can do mannually. Does JMX provides some API to handle these Notifications?