How do we disable a File Poller in production? This is a very common scenario, where if we encounter an issue, we need to switch it off at runtime.
Is there any programmatic access available to...
Type: Posts; User: adkathuria@yahoo.com; Keyword(s):
How do we disable a File Poller in production? This is a very common scenario, where if we encounter an issue, we need to switch it off at runtime.
Is there any programmatic access available to...
I have a simple job configuration file - in the spring batch admin sample.
The sample configuration polls a directory, and launches a job using the 'FileToJobLaunchRequestAdapter'
The...
Try any sample from the Spring Batch Admin webapp.
Try launching one of the sample jobs or upload a file to see the trigger message.
All jobs fail with the message.
Is the ItemWriter bean...
That attempts sorting. I also return the file list as sorted.
[Assume that the files are of .txt extension say 0.txt, 1.txt and so on]
Custom Filter Input: 0,1,10,2,3.
Custom Filter Output:...
A unique requirement for our integration is that we FTP files from a vendor - and then, we need to process them in a specific order (e.g sort by fileName).
An FTP In-Bound adapter would notify a...
My requirement is a slight different: Can we rename the file at the remote end, instead of deleting?
The default configuration does not seem to allow that.
Appreciate your response.
Our use case is a very simple one where we consume a file via an inbound file adapter, and when the FTP session is complete, we need to rename the file at the remote end.
Does Spring integration...