1 Reply Latest reply on Nov 5, 2007 3:07 PM by brian.stansberry

    Job scheduling design question

      Dears,

      I have to run jobs a certain intervals within a clustered environment. For the moment, I have 2 choices in mind : EJB Timer or Quartz (started in a MBean).

      Do you have any experience/suggestion on the best way to proceed ?

      The job I want to make is not business critical but I want to avoid that each node on the cluster processed the same records multiple times.

      Many thanks in advance for your responses