quartz-scheduler
Apache Camel-Quartz Integration
I\'m trying to use the camel-quartz Camel component to schedule jobs on our application server (this technology selection is final and is above my paygrade), and the only documentation Apache provides[详细]
2023-04-12 19:14 分类:问答how to suspend job in quartz scheduler?
Hi i am creating an application that executes the method of a class based on a cron expression. For开发者_如何学编程 that i am using spring quartz in which i have to configure all these stuffs in my s[详细]
2023-04-12 13:22 分类:问答Quartz in high availability architecture
I have the next application architecture: Main DB Server -> (replicated) BackUp DB Server JBoss Cluster 1 (DS is main DB server), JBoss Cluster 2 (DS is bachup DB server)[详细]
2023-04-12 00:17 分类:问答How to migrate from RAMJobStore to JobStoreCMT for persisted Quartz jobs in Seam
I am trying to get a simple example of the Quartz scheduler working in JBoss Seam 2.2.0.GA. Everything works fine using the RAMJobStore setting, but changing the store from[详细]
2023-04-11 20:50 分类:问答Quartz's CronTrigger for every two hours
I want to schedule a component with Quartz\'s CronTri开发者_StackOverflow中文版gger for every two hours.[详细]
2023-04-11 03:33 分类:问答Spring 3 scheduling with annotations - Having a look at the queue?
Hello fellow Java fanatics, We\'ve recently changed from xdoclet generated XML files (quartz) to annotation driven scheduling in spring 3.[详细]
2023-04-10 19:02 分类:问答Using Spring AOP with Quartz scheduler
I am using Quartz scheduler for scheduling purposes in my project. I need to gather statistics like when, for how long, and how many times a job was run. I want to use Spring AOP for the same. For thi[详细]
2023-04-10 13:51 分类:问答Is there something that starts a cron in java?
I have some java written to do a very very simple operation. It needs to happen once every three hours an开发者_如何学编程d is not connected to any user action, it\'s just something that revolves ever[详细]
2023-04-08 10:22 分类:问答Quartz.Net as windows service with jobstore in DB
The java version of Quartz has a validation-query property which is used to check whether the database ser开发者_运维百科vice is available. I cannot find this in the .NET version of Quartz. How does t[详细]
2023-04-06 12:57 分类:问答Grails clustering quartz jobs sample code and config desired
I am using the quartz plugin with Grails 1.3.7. I have a need to load balance/cluster a server app that uses quartz jobs. Apparently this is supported but I am finding that all the google search resul[详细]
2023-04-06 05:08 分类:问答