You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2008/10/13 06:52:28 UTC

svn commit: r703914 - in /webservices/sandesha/trunk/c/samples: RM10SampleService/services.xml RM11SampleService/services.xml policy/rm10-policy.xml policy/rm11-policy.xml

Author: damitha
Date: Sun Oct 12 21:52:28 2008
New Revision: 703914

URL: http://svn.apache.org/viewvc?rev=703914&view=rev
Log:
Changing base retransmission interval from 1 to 2

Modified:
    webservices/sandesha/trunk/c/samples/RM10SampleService/services.xml
    webservices/sandesha/trunk/c/samples/RM11SampleService/services.xml
    webservices/sandesha/trunk/c/samples/policy/rm10-policy.xml
    webservices/sandesha/trunk/c/samples/policy/rm11-policy.xml

Modified: webservices/sandesha/trunk/c/samples/RM10SampleService/services.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/RM10SampleService/services.xml?rev=703914&r1=703913&r2=703914&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/RM10SampleService/services.xml (original)
+++ webservices/sandesha/trunk/c/samples/RM10SampleService/services.xml Sun Oct 12 21:52:28 2008
@@ -23,7 +23,7 @@
                 <wsrm:RMAssertion>
                     <wsrm:InactivityTimeout Milliseconds="600000"/>
                     <wsrm:AcknowledgementInterval Milliseconds="200"/>
-                    <wsrm:BaseRetransmissionInterval Milliseconds="1"/>
+                    <wsrm:BaseRetransmissionInterval Milliseconds="2"/>
                     <wsrm:ExponentialBackoff/>
                     <sanc:InactivityTimeout>64</sanc:InactivityTimeout>
                     <sanc:StorageManager>persistent</sanc:StorageManager>

Modified: webservices/sandesha/trunk/c/samples/RM11SampleService/services.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/RM11SampleService/services.xml?rev=703914&r1=703913&r2=703914&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/RM11SampleService/services.xml (original)
+++ webservices/sandesha/trunk/c/samples/RM11SampleService/services.xml Sun Oct 12 21:52:28 2008
@@ -31,7 +31,7 @@
                     </wsp:Policy>
                     <sanc:InactivityTimeout>600000</sanc:InactivityTimeout>
                     <sanc:AcknowledgementInterval>200</sanc:AcknowledgementInterval>
-                    <sanc:BaseRetransmissionInterval>1</sanc:BaseRetransmissionInterval>
+                    <sanc:BaseRetransmissionInterval>2</sanc:BaseRetransmissionInterval>
                     <sanc:StorageManager>persistent</sanc:StorageManager>
                     <sanc:MessageTypesToDrop>none</sanc:MessageTypesToDrop>
                     <sanc:MaxRetransCount>10</sanc:MaxRetransCount>

Modified: webservices/sandesha/trunk/c/samples/policy/rm10-policy.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/policy/rm10-policy.xml?rev=703914&r1=703913&r2=703914&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/policy/rm10-policy.xml (original)
+++ webservices/sandesha/trunk/c/samples/policy/rm10-policy.xml Sun Oct 12 21:52:28 2008
@@ -4,7 +4,7 @@
             <wsrm:RMAssertion>
                 <wsrm:InactivityTimeout Milliseconds="600000"/>
                 <wsrm:AcknowledgementInterval Milliseconds="200"/>
-                <wsrm:BaseRetransmissionInterval Milliseconds="1"/>
+                <wsrm:BaseRetransmissionInterval Milliseconds="2"/>
                 <wsrm:ExponentialBackoff/>
                 <sanc:InactivityTimeout>64</sanc:InactivityTimeout>
                 <sanc:StorageManager>persistent</sanc:StorageManager>

Modified: webservices/sandesha/trunk/c/samples/policy/rm11-policy.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/policy/rm11-policy.xml?rev=703914&r1=703913&r2=703914&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/policy/rm11-policy.xml (original)
+++ webservices/sandesha/trunk/c/samples/policy/rm11-policy.xml Sun Oct 12 21:52:28 2008
@@ -12,7 +12,7 @@
                 </wsp:Policy>
                 <sanc:InactivityTimeout>600000</sanc:InactivityTimeout>
                 <sanc:AcknowledgementInterval>200</sanc:AcknowledgementInterval>
-                <sanc:BaseRetransmissionInterval>1</sanc:BaseRetransmissionInterval>
+                <sanc:BaseRetransmissionInterval>2</sanc:BaseRetransmissionInterval>
                 <sanc:StorageManager>persistent</sanc:StorageManager>
                 <sanc:MessageTypesToDrop>none</sanc:MessageTypesToDrop>
                 <sanc:MaxRetransCount>4</sanc:MaxRetransCount>



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org