Is there a good way to configure a <batch:tasklet>'s throttle-limit property as a run time job parameter? We are currently testing a job on different hardware, and we would like to try different settings for throttle-limit for each job, without having to rebuild our code.

The {jobParameters[] } syntax does not seem to work, but it could very well be my ignorance of how late binding is going on in Spring Batch...