From do-not-reply at jboss.org Thu Jan 27 13:36:58 2011 Content-Type: multipart/mixed; boundary="===============2090239291716418493==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r10152 - branches/Branch_2_2_EAP/docs/user-manual/en. Date: Thu, 27 Jan 2011 13:36:57 -0500 Message-ID: <201101271836.p0RIavEV005665@svn01.web.mwc.hst.phx2.redhat.com> --===============2090239291716418493== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: clebert.suconic(a)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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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); ... + = + Notice also that for messages with more than 2GiB the ge= tBodySize() 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.
Streaming over JMS --===============2090239291716418493==--