-
Feature Request
-
Resolution: Obsolete
-
Major
-
JBossAS-4.0.3 SP1
-
None
-
Linux, Windows XP Professional
The J2EE Timers seems to be working fine in JBoss 4.0.3SP1 release. However, there is no documentation about how it performs in a clustered environement. I would like to use the same timer and deploy it across multiple JBoss instances in the cluster for high-availability. How do I make sure exactly the Timer object in only one of the JBoss instances is called back on timeout. How do the same timer objects synchronize across multiple JBoss instances to carry out a particular business process exactly only once at a given time.
Thanks.