Hi, We are currently using the SimpleAsyncTaskExecutor within our batch application whereby the concurrencyLimit is configurable using a job parameter as shown below: Code: property name="concurrencyLimit" value="10"/--> ...
SimpleAsyncTaskExecutor not transfering data from calling thread I am having a job which is running for longer time as it has around 100000 records. To make it running quicker I thought ...