Author: timfox
Date: 2009-12-04 12:29:30 -0500 (Fri, 04 Dec 2009)
New Revision: 8563
Modified:
trunk/docs/user-manual/en/send-guarantees.xml
Log:
more docs changes
Modified: trunk/docs/user-manual/en/send-guarantees.xml
===================================================================
--- trunk/docs/user-manual/en/send-guarantees.xml 2009-12-04 17:25:32 UTC (rev 8562)
+++ trunk/docs/user-manual/en/send-guarantees.xml 2009-12-04 17:29:30 UTC (rev 8563)
@@ -139,7 +139,8 @@
back an acknowledgment of the send asynchronously, and some time later
you are
informed at the client side by HornetQ calling your handler's
<literal
sendAcknowledged(ClientMessage message)</literal> method,
passing in a
- reference to the message that was sent.</para>
+ reference to the message that was sent.</para>
+ <para>To enable asynchronous send acknowledgements you must make sure
<literal>confirmation-window-size</literal> is set to a positive integer
value, e.g. 10MiB</para>
<para>Please see <xref
linkend="asynchronous-send-acknowledgements-example"/> for a full
working example.</para>
</section>