Are there any Spring Batch code samples available on the web that show how to perform remote chunking or parallel processing using JMS or RMI? I am working on a POC and looking for an easy way to implement remote chunking since our data can be split into chunks easily. I can see huge benefits to being able to push work out to remote nodes within our Weblogic environment.

