I am using spring integration to process multiple files from a queue. Following is my configuration: <si-jms:message-driven-channel-adapter id="someReg
I'm trying to wrap my head around spring integration and would preferably like to stay away from XML-based configuration. What I would like to do is the follo
I'm trying to set up a flow that handle exceptions thrown during batch execution (this job is executed through the flow startBatchFlow), but the program ends wi
I have a SFTP directory and reading files and sending the files for further processing to a ServiceActivator.At any point I need to process them parallely using
I am using spring batch remote partitioning to read input files and process them. To make input files available on all servers, I have added step listener which