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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 20 07:13:31 EDT 2009


Author: ataylor
Date: 2009-05-20 07:13:31 -0400 (Wed, 20 May 2009)
New Revision: 6916

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

Modified: trunk/docs/user-manual/en/core-bridges.xml
===================================================================
--- trunk/docs/user-manual/en/core-bridges.xml	2009-05-20 10:58:30 UTC (rev 6915)
+++ trunk/docs/user-manual/en/core-bridges.xml	2009-05-20 11:13:31 UTC (rev 6916)
@@ -36,17 +36,21 @@
     <queue-name>jms.queue.sausage-factory</queue-name>
     <forwarding-address>jms.queue.mincing-machine</forwarding-address>
     <filter-string="name='aardvark'"/>
-    <transformer-class-name>org.jboss.jms.example.HatColourChangeTransformer</transformer-class-name>
+    <transformer-class-name>
+        org.jboss.jms.example.HatColourChangeTransformer
+    </transformer-class-name>
     <retry-interval>1000</retry-interval>
     <retry-interval-multiplier>1.0</retry-interval-multiplier>
     <reconnect-attempts>-1</reconnect-attempts>
     <failover-on-server-shutdown>false</failover-on-server-shutdown>
     <use-duplicate-detection>true</use-duplicate-detection>
-    <connector-ref connector-name="remote-connector" backup-connector-name="backup-remote-connector"/>          
+    <connector-ref connector-name="remote-connector" 
+        backup-connector-name="backup-remote-connector"/>          
 </bridge>                        
         </programlisting>
-        <para>Please also note that in order for bridges to be deployed on a server, the <literal>clustered</literal> attribute needs to be set
-        to <literal>true</literal> in <literal>jbm-configuration.xml</literal>.</para>
+        <para>Please also note that in order for bridges to be deployed on a server, the <literal
+                >clustered</literal> attribute needs to be set to <literal>true</literal> in
+                <literal>jbm-configuration.xml</literal>.</para>
         <para>In the above example we should all the parameters its possible to configure for a
             bridge. In practice you might use many of the defaults so it won't be necessary to
             specify them all explicitly.</para>




More information about the jboss-cvs-commits mailing list