cancel
Showing results for 
Search instead for 
Did you mean: 

Retry method when encountering "connection reset by peer" for HTTP receiver channel

rbicol
Discoverer
0 Kudos
152

Sometimes when we are sending a message using an HTTP receiver, we get an error "connection reset by peer". Is there a way to detect this error in SAP CPI and resend the message?

Ryan-Crosby
Active Contributor

You can use JMS queues which have the ability for retry built-in, but it would only be applicable for asynchronous stuff.

rbicol
Discoverer
0 Kudos

We are using sync process. Is it possible to get an HTTP Response for this kind of error? So that we can add the response code to enable retry function in the HTTP Receiver channel

Ryan-Crosby
Active Contributor
In a sync process that fails the client should be the one to initiate a retry then.

Accepted Solutions (0)

Answers (0)