I am using Spring Batch Integration as I have to perform certain works before invoking the batch.
I have done the work using Spring Integration and invoke the batch using job-launching-gateway and it works like a charm. Now the question is how to pass the data from Spring Integration to Batch?
Suggestions please.