You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ch...@apache.org on 2006/05/19 07:31:50 UTC

svn commit: r407718 - /webservices/sandesha/trunk/config/module.xml

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org