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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037123#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...