Author: clebert.suconic(a)jboss.com
Date: 2009-08-27 17:50:45 -0400 (Thu, 27 Aug 2009)
New Revision: 7928
Modified:
trunk/docs/user-manual/en/large-messages.xml
Log:
Fixing typo on largeMessage & outputStream property
Modified: trunk/docs/user-manual/en/large-messages.xml
===================================================================
--- trunk/docs/user-manual/en/large-messages.xml 2009-08-27 17:26:19 UTC (rev 7927)
+++ trunk/docs/user-manual/en/large-messages.xml 2009-08-27 21:50:45 UTC (rev 7928)
@@ -208,10 +208,10 @@
messageReceived.setObjectProperty("JMS_HQ_SaveStream", bufferedOutput);
</programlisting>
<para>Setting the <literal>OutputStream</literal> could
also be done in a non blocking
- way using the property JMS_HQ_InputStream.</para>
+ way using the property JMS_HQ_OutputStream.</para>
<programlisting>
// This won't wait the stream to finish. You need to keep the consumer active.
-messageReceived.setObjectProperty("JMS_HQ_InputStream", bufferedOutput);
+messageReceived.setObjectProperty("JMS_HQ_OutputStream", bufferedOutput);
</programlisting>
<note>
<para>When using JMS, Streaming large messages are only supported
on <literal
Show replies by date