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 ch...@apache.org on 2006/01/19 06:31:10 UTC

svn commit: r370383 - in /webservices/sandesha/trunk/config: module.xml sandesha2.properties

Author: chamikara
Date: Wed Jan 18 21:24:20 2006
New Revision: 370383

URL: http://svn.apache.org/viewcvs?rev=370383&view=rev
Log:
Moved properties to the Module.xml.
Removed the sandesha2.properties file.

Removed:
    webservices/sandesha/trunk/config/sandesha2.properties
Modified:
    webservices/sandesha/trunk/config/module.xml

Modified: webservices/sandesha/trunk/config/module.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/module.xml?rev=370383&r1=370382&r2=370383&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/module.xml (original)
+++ webservices/sandesha/trunk/config/module.xml Wed Jan 18 21:24:20 2006
@@ -27,4 +27,36 @@
         <parameter name="wsamapping" locked="xsd:false">http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence</parameter>
     </operation>
     
+    
+    <!--  PARAMETERS FOR SANDESHA2                     -->
+    <!--  ========================                     -->
+    
+    <!--  RM Policy values for the server              -->
+        
+    <parameter name="RetransmissionInterval" locked="xsd:false">10000</parameter>
+    <parameter name="AcknowledgementInterval" locked="xsd:false">4000</parameter>
+    <parameter name="ExponentialBackoff" locked="xsd:false">false</parameter>
+    <parameter name="InactivityTimeout" locked="xsd:false">5</parameter>
+    <parameter name="InactivityTimeoutMeasure" locked="xsd:false">days</parameter>
+    
+    
+    <!--  Storage Manager Class                         -->
+
+    <parameter name="StorageManager" locked="xsd:false">org.apache.sandesha2.storage.inmemory.InMemoryStorageManager</parameter>
+    <!-- <parameter name="StorageManager" locked="xsd:false">org.apache.sandesha2.storage.persistent.hibernate.PersistentStorageManager</parameter> -->
+    
+    
+    <!-- Delivery Assurance                             -->
+    
+    <parameter name="InvokeInOrder" locked="xsd:false">true</parameter>
+    
+    
+    <!-- System Configurations (only for advance users)  -->
+    <!-- ==============================================  -->
+    
+    <!-- SenderConfiguration                             -->
+    
+    <parameter name="MessageTypesToDrop" locked="xsd:false">none</parameter>
+    
+    
 </module>



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