You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/02/20 16:49:23 UTC

svn commit: r509615 - /webservices/muse/site/docs/2.2.0/manual/capabilities/wsn-sub.html

Author: danj
Date: Tue Feb 20 07:49:22 2007
New Revision: 509615

URL: http://svn.apache.org/viewvc?view=rev&rev=509615
Log:
Fix for MUSE-196 - make notification failure more configurable.

Modified:
    webservices/muse/site/docs/2.2.0/manual/capabilities/wsn-sub.html

Modified: webservices/muse/site/docs/2.2.0/manual/capabilities/wsn-sub.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/docs/2.2.0/manual/capabilities/wsn-sub.html?view=diff&rev=509615&r1=509614&r2=509615
==============================================================================
--- webservices/muse/site/docs/2.2.0/manual/capabilities/wsn-sub.html (original)
+++ webservices/muse/site/docs/2.2.0/manual/capabilities/wsn-sub.html Tue Feb 20 07:49:22 2007
@@ -176,8 +176,15 @@
 <p>
 <b>Initialization parameters:</b>
 <ul>
+<li><b>destroy-on-failure</b> - A Boolean value that tells the capability implementation to 
+destroy the subscription resource if a notification fails. The default value is <em>false</em>.
+<br/></li><br/>
+<li><b>number-of-tries</b> - An integer value that tells the capability implementation how 
+many times it should try to send a notification before giving up. The default value is one (1).
+<br/></li><br/>
 <li><b>trace-notifications</b> - A Boolean value that tells the capability implementation if it should log
-the outgoing notifications (SOAP messages). The default value is <em>false</em>.
+the outgoing notifications. The default value is <em>false</em>.
+<br/></li><br/>
 </ul>
 </p>
 <br><br>



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