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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 20 10:16:03 EDT 2009


Author: ataylor
Date: 2009-05-20 10:16:03 -0400 (Wed, 20 May 2009)
New Revision: 6928

Modified:
   trunk/docs/user-manual/en/large-messages.xml
Log:
reformatted code and tables for large messages doc

Modified: trunk/docs/user-manual/en/large-messages.xml
===================================================================
--- trunk/docs/user-manual/en/large-messages.xml	2009-05-20 14:13:22 UTC (rev 6927)
+++ trunk/docs/user-manual/en/large-messages.xml	2009-05-20 14:16:03 UTC (rev 6928)
@@ -39,8 +39,9 @@
             <title>Using Core API</title>
             <para>If the JBoss Messaging Core API is used, the minimal large message size is
                 specified by <literal>ClientSessionFactory.setMinLargeMessageSize</literal>.</para>
-            <programlisting>ClientSessionFactory factory = new ClientSessionFactoryImpl(new 
-                        TransportConfiguration(NettyConnectorFactory.class.getName()), null);
+            <programlisting>ClientSessionFactory factory = 
+            new ClientSessionFactoryImpl(new 
+            TransportConfiguration(NettyConnectorFactory.class.getName()), null);
 factory.setMinLargeMessageSize(25 * 1024);</programlisting>
             <para><xref linkend="configuring-transports.client.side"/> will provide more information
                 on how to instantiate the session factory.</para>




More information about the jboss-cvs-commits mailing list