Author: fhanik Date: Thu May 15 10:01:07 2008 New Revision: 656737 URL: http://svn.apache.org/viewvc?rev=656737&view=rev Log: update docs
Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=656737&r1=656736&r2=656737&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Thu May 15 10:01:07 2008 @@ -100,6 +100,7 @@ <attribute name="optionFlag" required="false"> The default and hard coded value is <code>8 (org.apache.catalina.tribes.Channel.SEND_OPTIONS_ASYNCHRONOUS)</code>. The dispatcher will trigger on this value only, as it is predefined by Tribes. + The other attributes are inherited from its base class <code>org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor</code>. </attribute> </attributes> </subsection> @@ -112,6 +113,15 @@ The default and hard coded value is <code>8 (org.apache.catalina.tribes.Channel.SEND_OPTIONS_ASYNCHRONOUS)</code>. The dispatcher will trigger on this value only, as it is predefined by Tribes. </attribute> + <attribute name="alwaysSend" required="false"> + What behavior should be executed when the dispatch queue is full. If <code>true</code> (default), then the message is + is sent synchronously, if <code>false</code> an error is thrown. + </attribute> + <attribute name="maxQueueSize" required="false"> + Size in bytes of the dispatch queue, the default value is <code> 1024*1024*64 (64MB)</code> sets the maximum queue size for the dispatch queue + if the queue fills up, one can trigger the behavior, if <code>alwaysSend</code> is set to true, the mesage will be sent synchronously + if the flag is false, an error is thrown + </attribute> </attributes> </subsection> <subsection name="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector Attributes"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]