[jboss-cvs] JBoss Messaging SVN: r6775 - trunk/docs/user-manual/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 21:47:11 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-13 21:47:11 -0400 (Wed, 13 May 2009)
New Revision: 6775

Modified:
   trunk/docs/user-manual/en/modules/large-messages.xml
Log:
documentation: Adding example section like the other chapters are doing

Modified: trunk/docs/user-manual/en/modules/large-messages.xml
===================================================================
--- trunk/docs/user-manual/en/modules/large-messages.xml	2009-05-14 01:39:12 UTC (rev 6774)
+++ trunk/docs/user-manual/en/modules/large-messages.xml	2009-05-14 01:47:11 UTC (rev 6775)
@@ -110,13 +110,13 @@
                             <entry>setBodyInputStream(InputStream)</entry>
                             <entry>Set the InputStream used on a message that will be sent over a
                                 producer</entry>
-                            <entry>JMS_JBM_INPUT_STREAM</entry>
+                            <entry>JMS_JBM_InputStream</entry>
                         </row>
                         <row>
                             <entry>setOutputStream(OutputStream)</entry>
                             <entry>Set the OutputStream that will receive the content of a message
                                 received in a non blocking way</entry>
-                            <entry>JMS_JBM_OUTPUT_STREAM</entry>
+                            <entry>JMS_JBM_OutputStream</entry>
                         </row>
                         <row>
                             <entry>saveOutputStream(OutputStream)</entry>
@@ -172,4 +172,11 @@
             
         </programlisting>
     </section>
+    
+    <section>
+        <title>Example</title>
+        <para>The <ulink url="../../../../examples/jms/large-message/readme.html">Large Message Example</ulink> shows
+            how large message is configured and used with JMS.</para>
+    </section>
+    
 </chapter>




More information about the jboss-cvs-commits mailing list