-
Mar 22nd, 2011, 09:04 AM
#1
Quartz 2.0 integration
Will integration with Quartz 2.0 be supported (com.springsource.org.quartz)?
If yes, what's the time frame?
-
Mar 24th, 2011, 05:43 AM
#2
The quartz dependency was dropped in Spring Integration 2.0 because the only features we used were supported in Spring 3.0. What do you need from quartz?
-
Mar 24th, 2011, 09:16 AM
#3
We basically need a transactional scheduler. That's why we were thinking of using Quartz (2.0) with a persistent job store (JobStoreCMT) in combination with atomikos.
-
Mar 24th, 2011, 09:24 AM
#4
You can use Spring Integration poller/scheduler with TX attributes, thus accomplishing everything you are describing. Is there more to it?
Here are couple of links:
http://static.springsource.org/sprin...ingle/#d4e3320
http://static.springsource.org/sprin.../#transactions
-
Mar 24th, 2011, 09:28 AM
#5
I see. Can you describe the use case in a bit more detail? Maybe Spring Batch would work for you, but it's hard to know without more information. Another possibility is that you could implement the Trigger interface from Spring using Quartz or some other tool (maybe even Spring Batch and Spring Integration would help there as well). In any case probably it seems like Spring Integration on its own wouldn't help, unless I'm missing something.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules