Results 1 to 2 of 2

Thread: Best way to implement retry for remote HTTP calls

  1. #1
    Join Date
    Apr 2010
    Posts
    11

    Default Best way to implement retry for remote HTTP calls

    Hello,

    I have channel with queue and it has several messages.
    All of them should go to the remote system via http-outbound-gateway

    If remote system is not available where do my message go? To the nowhere?
    How can I retry later? Does there is something like "error-channel" for http-outbound-gateway?

    PS:
    I found way I probably like: using transactional chain + PseudoTransactionManager. It works.
    But could I do it with less XML?
    Last edited by Link; Dec 6th, 2012 at 04:42 PM.

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    Please read the following blog from Gary Russell (new retry feature of SI) - http://blog.springsource.org/2012/10...etry-and-more/

    Also you may look at this sample https://github.com/olegz/s12gx.2011/...egration/retry

    Hope that he;ps

Posting Permissions

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