Results 1 to 2 of 2

Thread: Best way to implement retry for remote HTTP calls

Threaded View

  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.

Posting Permissions

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