Please suggest how we can implement the Retry functionality, if the message does not reach target in the first attempt.
@Paru Tripathi , See similar question asked here.
@Anil Sagar , we are also facing the same issue but the thing is we need to send payload in retry and it should retry 3-4 time , how we can do that ??
, thank you for the link. Will check if the solution works for my problem.
Would you hold the caller hostage until the retries time out? Why not let errors float up to the clients? Then they can decide what they want to do. Also avoids a lot of ugly state living in the proxy layer.