Search:

Type: Posts; User: Chandra_Sivaraman; Keyword(s):

Search: Search took 0.03 seconds.

  1. Spring Integration - Implementing File Locking

    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...
  2. How to set up a job repository for every job

    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...
  3. Mark Thanks for the inputs. I believe I have...

    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...
  4. Hi Here is a way that I have found to poll for...

    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...
  5. How to specify interval between successive retry attempts

    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...
  6. Polling multiple directories in parallel

    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...
  7. oleg / cleric Thank you very much for your...

    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...
  8. oleg / cleric Thank you very much for your...

    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...
  9. Outbound Channel Adapter - Way to generate value for directory path dynamically

    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)...
  10. How to get line number while using FlatFileItemReader

    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?...
  11. Replies
    1
    Views
    787

    XML Data validation

    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...
  12. Thanks for your response. We want to avoid...

    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...
  13. Write XML data into TCP using StaxEventItemWriter

    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...
  14. Gary Thank you very much for your help. ...

    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....
  15. Gary Thanks for the answers. Earlier, I...

    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...
  16. Spring Integration - Simple TCP Client

    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...
Results 1 to 16 of 16