Author: ron.sigal(a)jboss.com
Date: 2014-11-20 00:53:42 -0500 (Thu, 20 Nov 2014)
New Revision: 6526
Modified:
remoting2/branches/Remoting-2.5.4.SP4-01241076/docs/guide/en/chap5.xml
Log:
JBREM-1327: Updating Chapter 5 of guide with new parameter,
"callbackStoreMaxSize".
Modified: remoting2/branches/Remoting-2.5.4.SP4-01241076/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/Remoting-2.5.4.SP4-01241076/docs/guide/en/chap5.xml 2014-11-20
05:43:42 UTC (rev 6525)
+++ remoting2/branches/Remoting-2.5.4.SP4-01241076/docs/guide/en/chap5.xml 2014-11-20
05:53:42 UTC (rev 6526)
@@ -3829,6 +3829,12 @@
<para><emphasis role="bold">FILE_SUFFIX_KEY</emphasis>
(actual value is
"StoreFileSuffix"): indicates the file suffix to use for the callback
objects written to disk. The default value is 'ser'.</para>
+
+ <para><emphasis
role="bold">CALLBACK_STORE_MAX_SIZE</emphasis> (actual value is
+ "callbackStoreMaxSize"): indicates the number of Callbacks to be stored
in
+
<classname>org.jboss.remoting.callback.BlockingCallbackStore</classname>
before
+ adding a new Callback must wait for a Callback to be removed.
+ The default value is 10000.</para>
<bridgehead>Sample service configuration</bridgehead>
<para>Socket transport with callback store specified by class name and
Show replies by date