Vote count:
0
I'm using Quartz in a clustered environment with multiple JBoss AS. There a several applications that are using Quartz. Currently, application a will store its jobs in tables with the A_QURTZ_ prefix, application B B_QURTZ_ and so on.
So the Quartz configuration is nearly identical except for
<prop key="org.quartz.jobStore.tablePrefix">A_QRTZ_</prop>
<prop key="org.quartz.jobStore.tablePrefix">B_QRTZ_</prop>
...
Is it possible to use the same tablePrefix for different applications and distinguish the jobs by their group so that Quartz schedulers from application A are only running their jobs and none from application B?
asked 1 min ago
Quartz instance should only run specific jobs, not all
Aucun commentaire:
Enregistrer un commentaire