Author: ron.sigal(a)jboss.com
Date: 2014-12-11 00:18:04 -0500 (Thu, 11 Dec 2014)
New Revision: 6532
Modified:
remoting2/branches/2.x/docs/guide/en/chap5.xml
Log:
JBREM-1327: Updated Chapter 5 of the Remoting Guide.
Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml 2014-12-11 04:53:16 UTC (rev 6531)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml 2014-12-11 05:18:04 UTC (rev 6532)
@@ -3835,6 +3835,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