Results 1 to 2 of 2

Thread: Concurrent jobs - queue

  1. #1

    Default Concurrent jobs - queue

    Hi,

    I am looking for a way to execute multiple jobs with queuing, each job must be finished before next starts. Does Spring batch support this out-of-the-box?

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

    Default

    Short answer: "no". People who need this feature usually either set up a sequence of JobSteps or use an enterprise scheduler, depending on scope, taste and budget.

    There are also some steps in this direction in Spring Batch Admin (JobLauncherSynchronizer), and this is where that kind of feature will eventually mature I expect.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •