Hey all
Need your guidance and suggestions to implement File Locking the right way.
I have a directory that may receive multiple data files. There would be multiple threads to read and process...
Type: Posts; User: Chandra_Sivaraman; Keyword(s):
Hey all
Need your guidance and suggestions to implement File Locking the right way.
I have a directory that may receive multiple data files. There would be multiple threads to read and process...
Hi
I am running multiple jobs and I would like to have a separate job repository (in-memory implementation) for each job? How do I do that?
Please find below the bean definitions that I...
Mark
Thanks for the inputs. I believe I have made the right code changes and I am now able to get the application working the way I want it to work. Given below is code snippet of the bean...
Hi
Here is a way that I have found to poll for text files in multiple directories, parallelly. I have five different types of files to be polled and processed. So, I created service activator and...
Hi
I would like to direct the container to pause for a specific duration before two consecutive retry attempts? I tried to use a combination of FixedBackOffPolicy and SimpleRetryPolicy to specify...
Hi
Please provide your ideas for a robust and clean design for the following need.
There are 5 different folders, each representing an inbound data type (.txt files) in tabbed delimited format. I...
oleg / cleric
Thank you very much for your suggestions.
I created a new implementation extending DefaultFileNameGenerator. Used SimpleDateFormat to generate a string of the form...
oleg / cleric
Thank you very much for your suggestions.
I created a new implementation extending DefaultFileNameGenerator. Used SimpleDateFormat to generate a string of the form...
Hi all
I am using Spring Integration to process delimited flat files. Upon completion of processing, would like to move the file to an archive folder (a static value picked up from property file)...
Hi
I am using FlatFileItemReader to read a delimited flat file. While reading a particular line as input, I would like to get the corresponding line number in my Mapper class. How shall I do this?...
Hi
We are trying to do some data validations in a standalone java application. The input data would be an xml; so we created an XSD to validate the data. Considering the limitations of XSD...
Thanks for your response.
We want to avoid creating a temporary file as we expect a huge volume of files to be processed. Is it possible to pass the define a bean to represent the Socket class and...
Hi
Requirement:
Read flat files - convert the data into xml format - write the data into a TCP port - retrieve response and print on a log file.
Question:
I have used FlatFileItemReader and...
Gary
Thank you very much for your help.
Wanted to share this piece of information. As mentioned earlier, when we used netcat and keyed in data and pressed enter, we did not see desired results....
Gary
Thanks for the answers.
Earlier, I was using netcat. I tried with telnet and it produces the expected result.
I used the tcp-client-server sample to create a client component. Wrote a...
Hello
I have just started using Spring Integration for sharing data between two heterogenous systems.
Question 1: To begin with, I took the tcp-client-server sample available in the forum and...