[hornetq-commits] JBoss hornetq SVN: r10152 - branches/Branch_2_2_EAP/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 27 13:36:57 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-01-27 13:36:57 -0500 (Thu, 27 Jan 2011)
New Revision: 10152

Modified:
   branches/Branch_2_2_EAP/docs/user-manual/en/large-messages.xml
Log:
small tweak on doc for large message

Modified: branches/Branch_2_2_EAP/docs/user-manual/en/large-messages.xml
===================================================================
--- branches/Branch_2_2_EAP/docs/user-manual/en/large-messages.xml	2011-01-27 18:34:24 UTC (rev 10151)
+++ branches/Branch_2_2_EAP/docs/user-manual/en/large-messages.xml	2011-01-27 18:36:57 UTC (rev 10152)
@@ -176,6 +176,9 @@
 msg.setInputStream(dataInputStream);
 ...
             </programlisting>
+            
+            <para>Notice also that for messages with more than 2GiB the getBodySize() will return invalid values since 
+            this is an integer (which is also exposed to the JMS API). On those cases you can use the message property _HQ_LARGE_SIZE.</para>
         </section>
         <section id="large-messages.streaming.over.jms">
             <title>Streaming over JMS</title>



More information about the hornetq-commits mailing list