0 Replies Latest reply on Apr 13, 2007 11:30 AM by ajay662

    TimerService - recurring timer question

    ajay662

      What is the expected behavior when the callback function takes longer to process than the recurring timer interval, i.e. say the timer callback function takes 15 secs to process each callback while the timer is configured for recurring every 10 secs.

      I am seeing that in this case JBOSS slows down the timer callbacks... I see callback every 15 secs in above case as against 10, which is good.

      I was curious to know
      a) what do ejb3 specs say here, and
      b) is this the guaranteed JBOSS behavior or something that can change in future releases?