[jboss-cvs] JBoss Messaging SVN: r7947 - projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 16 01:25:41 EST 2010


Author: laubai
Date: 2010-02-16 01:25:41 -0500 (Tue, 16 Feb 2010)
New Revision: 7947

Modified:
   projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US/AS_Integration.xml
   projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US/Large_Messages.xml
Log:
Corrected remaining tag issues; book now builds in Publican.

Modified: projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US/AS_Integration.xml
===================================================================
--- projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US/AS_Integration.xml	2010-02-16 06:21:27 UTC (rev 7946)
+++ projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US/AS_Integration.xml	2010-02-16 06:25:41 UTC (rev 7947)
@@ -617,7 +617,8 @@
             as either the source or target server. Or could be on a third, separate JBoss AS
             instance.</para>
         <para>The bridge can also be used to bridge messages from other non JBoss Messaging JMS
-            servers, as long as they are JMS 1.1 compliant.<note>
+            servers, as long as they are JMS 1.1 compliant.</para>
+          <note>
                 <para>Don't confuse a JMS bridge with a core bridge. A JMS bridge can be used to
                     bridge any two JMS 1.1 compliant JMS providers and uses the JMS API. A core
                     bridge (described in <xref linkend="core-bridges"/>) is used to bridge any two
@@ -625,7 +626,7 @@
                     can in preference to a JMS bridge. The core bridge will typically provide better
                     performance than a JMS bridge. Also the core bridge can provide <emphasis>once
                         and only once</emphasis> delivery guarantees without using XA.</para>
-            </note></para>
+            </note>
         <para>The bridge has built-in resilience to failure so if the source or target server
             connection is lost, e.g. due to network failure, the bridge will retry connecting to the
             source and/or target until they come back online. When it comes back online it will
@@ -828,10 +829,10 @@
                     <para>This represents a JMS selector expression used for consuming messages from
                         the source destination. Only messages that match the selector expression
                         will be bridged from the source to the target destination</para>
-                    <para>
-                        <note>Ut is always more efficient to apply selectors on source topic
-                            subscriptions to source queue consumers</note>
-                    </para>
+
+                        <note><para>Ut is always more efficient to apply selectors on source topic
+                            subscriptions to source queue consumers</para></note>
+
                     <para>The selector expression must follow the <ulink
                             url="http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Message.html">JMS
                             selector syntax</ulink></para>

Modified: projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US/Large_Messages.xml
===================================================================
--- projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US/Large_Messages.xml	2010-02-16 06:21:27 UTC (rev 7946)
+++ projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/en-US/Large_Messages.xml	2010-02-16 06:25:41 UTC (rev 7947)
@@ -197,8 +197,8 @@
 messageReceived.setObjectProperty("JMS_JBM_InputStream", bufferedOutput);
             </programlisting>
             <note>
-                <para>When using JMS, Streaming large messages are only supported on <literal
-                        >StreamMessage</literal> and <literal>BytesMessage</literal>.</para>
+                <para>When using JMS, Streaming large messages are only supported on      
+                <literal>StreamMessage</literal> and <literal>BytesMessage</literal>.</para>
             </note>
         </section>
     </section>
@@ -243,7 +243,7 @@
       will create a temporary file to hold the large message content, so it
       would be possible to resend large messages.</para>
     
-      <note>Use this option on the connection factory used by the JMS Bridge if the JMS Bridge is being used for large messages.</note>
+      <note><para>Use this option on the connection factory used by the JMS Bridge if the JMS Bridge is being used for large messages.</para></note>
 
     </section>
   




More information about the jboss-cvs-commits mailing list