Results 1 to 3 of 3

Thread: Spring Integration-Spring Batch

  1. #1
    Join Date
    Jul 2010
    Posts
    2

    Default Spring Integration-Spring Batch

    Hi,

    I am working on Spring Integration asynchronous message flow.
    I have a requirement where I need to implement Retry mechanism in failure scenarios.

    I have come up with Spring Batch feature. But, I don't have enough inputs to go ahead my development.

    Can anyone suggest how to integrate spring integration end point(outbound-channel) and spring batch component in order to perform retry operation ?

    Any help can be greatly appreciated.

    Thanks,
    Venkat

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    You could start here (integration test from Spring Batch Integration project): https://src.springframework.org/svn/...ts-context.xml. There are plenty of different ways to combine the retry, repeat and transaction interceptors with Spring Integration, and how you need to do it will depend on your use case.

  3. #3
    Join Date
    Jul 2010
    Posts
    2

    Default Spring Integration-Spring Batch

    Hi Dave Syer,

    Thanks a lot for your timely reply. I will go through that and let you know the status.

    I hope, it would be great help to proceed further.

    Thanks,
    Venkat

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •