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
RamanaRamana 

Outbound Message Timeout settings

Hello Everyone,
 
I have an outbound message notifaction listener and the process in there takes more than 10 seconds (which is the default time out for Outbound Message, I guess) based on the number of records included in the notification. And hence I get java.net.SocketTimeoutException: Read timed out, too often. 
 
Is there a way to change (increase) the timeout setting for Outbound Message Notifications?
 
Any help in this regard is appreciated.
 
Thanks,
Ramana Maddikunta


Message Edited by Ramana on 06-16-2008 04:37 PM
werewolfwerewolf
What's the process that's receiving it?  Can't you just have it send an ACK response back and then go process your stuff asynchronously?