1 Reply Latest reply on Jun 17, 2008 12:24 PM by pferraro

    Clustering EJB3 Timers

    hpalma

      Hi,

      i would like to use EJB Timer services in a clustered JBoss 4.2.1 environment. We are using active / passive cluster configuration so only one cluster node will be active at a given time. My questions are:

      - Are the timer services state persisted across the cluster ?
      - Does this state in the JBoss implementation include timer restoration ? As in, if my timer is supposed to expire in 10 minutes when the cluster node goes down is it going to expire in 10 minutes when the new cluster node takes over ?

      Thanks.