0 Replies Latest reply on Nov 6, 2003 11:14 PM by sysuser1

    Queued Notification sending in JMX

    sysuser1

      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?

      Thanks