java - Quartz Scheduler - multiple process IDs of OC4J running same instance, each gets scheduled -
i have tried quartz schedule mails. when application deployed on app server, internally creates multiple process ids oc4j instance. when runs, these instance run separately , send mail.
can use jdbc job store handle situation? else should avoid it?
you can specify concurrent false if explicitly starting job through xml or java code.
Comments
Post a Comment