Author: chamikara
Date: Thu May 18 22:31:49 2006
New Revision: 407718
URL: http://svn.apache.org/viewvc?rev=407718&view=rev
Log:
changed the default maximum retransmission time policy
Modified:
webservices/sandesha/trunk/config/module.xml
Modified: webservices/sandesha/trunk/config/module.xml
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/config/module.xml?rev=407718&r1=407717&r2=407718&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/module.xml (original)
+++ webservices/sandesha/trunk/config/module.xml Thu May 18 22:31:49 2006
@@ -86,7 +86,7 @@
<wsrm:RetransmissionInterval>6000</wsrm:RetransmissionInterval>
<!-- '-1' conveys that there is no limit to the max. number of
retransmissions.-->
- <wsrm:MaximumRetransmissionCount>-1</wsrm:MaximumRetransmissionCount>
+ <wsrm:MaximumRetransmissionCount>10</wsrm:MaximumRetransmissionCount>
<wsrm:ExponentialBackoff>false</wsrm:ExponentialBackoff>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]