Our application has multiple steps running in parallel each of which has a reader that polls a given (injected) ArrayBlockingQueue. A requirement is to allow a user to increase the number of one or more of the steps so that more than one reader is polling a given queue.
Is it possible to dynamically (programmatically) create a step running in parallel with other steps within a given job?


Reply With Quote
