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

israelalcazar do-not-reply at jboss.com
Wed May 27 11:44:47 EDT 2009


Sorry my jboss-service.xml is:


  | <?xml version="1.0" encoding="UTF-8"?>
  | <server>
  |     <mbean code="org.jboss.varia.scheduler.Scheduler"
  |         name="ats.mbean.scheduler.notificador:service=Scheduler">
  |         <depends>jboss.ha:service=HASingletonDeployer,type=Barrier</depends>
  |         <attribute name="StartAtStartup">true</attribute>
  |         <attribute name="SchedulableClass">mbean.scheduler.Notifier</attribute>
  |         <attribute name="InitialStartDate">NOW</attribute>
  |         <attribute name="SchedulePeriod">15000</attribute>
  |         <attribute name="InitialRepetitions">-1</attribute>
  |     </mbean>
  | </server>
  | 

Thank in advance,

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

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



More information about the jboss-user mailing list