It would be good to run stateful jobs - I need functionality where jobs cannot run concurrently.
I think it requires following changes: - QuartzComponent would need to have flag sync and if true then onJobExecute fires sendSync - instead of send - We will need a class that extends ServiceMixJob and implements StatefulJob - it would be a default jobClass if quartzComponent has flag sync equal to true cheers Michal -- View this message in context: http://www.nabble.com/QuartzComponent---running-stateful-jobs-tf2338413.html#a6506885 Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
