You need to sign in to do that
Don't have an account?

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

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?