> JBoss provides a scheduler as an MBean.  The full details about how to
> use it are in the for pay JBoss Admin Guide for 3.0.  Its only about $10,
> so its a steal at that price.  Do get it.

> jmx has a timer service, and jboss has a more sophisticated scheduler
> service mbean. Would one of those work? Can you implement the task
> controllers as mbeans also and view the progress through jmx?

I'm currently prototyping using the quartz api which is very flexible for
scheduling in doing on-demand, repeated N times, and even calander like
scheduling and cron'ing..

According to the on-line docs, the JBoss Scheduler allows me to use a Timer
MBean if I'm interested in triggers fired by an event or for a certain
number of repititions.

Do the $10 docs tell me how to do ... or do I have the capabilities in JBoss
to be as flexible as I do using the quartz api?




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to