[jboss-user] [Clustering/JBoss] - Re: Clustering EJB3 Timers

pferraro do-not-reply at jboss.com
Tue Jun 17 12:24:36 EDT 2008


The EJB Timer service is not yet clusterable in JBoss.
This scheduled to be implemented in 5.x.

If a clustered timer is indeed necessary, rather than the standard timer service, you could instead configure JBoss to use a QuartzService:
http://www.opensymphony.com/quartz/api/org/quartz/ee/jmx/jboss/package-summary.html
When configured with a JDBCJobStore, the quartz scheduler is clusterable, as documented here:
http://www.opensymphony.com/quartz/wikidocs/ConfigJDBCJobStoreClustering.html

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158761#4158761

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158761



More information about the jboss-user mailing list