function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deeps_DeepDeeps_Deep 

outbound message delivery attempts

Hi,

 

I have created an outbound message which sends some fields to an endpoint. The listener processes the data but since the time to process is more than 4 minutes, outboud messages sends the request again. This way my listner is receiving the same data 4 5 times. Is there anyway I can prevent outbound message to send the request again or wait for a longer time for a response.

 

Thanks in advance.

Deepak