[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

jimmymani do-not-reply at jboss.com
Tue Jan 29 01:04:24 EST 2008


thanks
 its working fine
new configuration is

  | <mbean code="org.jboss.varia.scheduler.Scheduler"
  |            name="Order:service=Scheduler">
  | 		<depends>jboss.ha:service=HASingletonDeployer,type=Barrier</depends>
  |         <attribute name="StartAtStartup">true</attribute>
  |         <attribute name="SchedulableClass">org.jboss.scheduler.OrderUpdateScheduler</attribute>
  |         <attribute name="InitialStartDate">NOW</attribute>
  |         <attribute name="SchedulePeriod">20000</attribute>
  |         <attribute name="InitialRepetitions">-1</attribute>
  | 		
  |     </mbean> 
  | 

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

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



More information about the jboss-user mailing list