-
Dec 6th, 2012, 04:06 PM
#1
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.
-
Dec 6th, 2012, 04:44 PM
#2
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
-
Forum Rules