Results 1 to 5 of 5

Thread: Quartz 2.0 integration

  1. #1
    Join Date
    Mar 2011
    Posts
    2

    Default Quartz 2.0 integration

    Will integration with Quartz 2.0 be supported (com.springsource.org.quartz)?
    If yes, what's the time frame?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    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?

  3. #3
    Join Date
    Mar 2011
    Posts
    2

    Default

    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.

  4. #4
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    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

  5. #5
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    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
  •