[jboss-user] [Management, JMX/JBoss] - Re: Long Running scheduler job cause other jobs to freeze ru

saschwen do-not-reply at jboss.com
Tue Apr 3 08:13:24 EDT 2007


It worked.  I would have thought this to be the defaul action of a job scheduler.

I had to add this to get it to work properly.


  |         <attribute name="TimerName">jboss:service=Timer,name=CustomTimer</attribute>
  |         <depends>
  |              <mbean code="javax.management.timer.Timer"
  |                  name="jboss:service=Timer,name=CustomTimer"/>
  |         </depends>
  | 

Thanks for the help

Steve

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

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



More information about the jboss-user mailing list