[jboss-cvs] JBoss Messaging SVN: r7190 - in projects/eap-docs/trunk/JBoss_Messaging_User_Guide: pot and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 3 22:57:50 EDT 2009


Author: irooskov at redhat.com
Date: 2009-06-03 22:57:49 -0400 (Wed, 03 Jun 2009)
New Revision: 7190

Modified:
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/en-US/ordering_group.xml
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Author_Group.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Book_Info.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Preface.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Revision_History.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/bridge.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/c_configuration.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/configuration.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/gettingstarted.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/introduction.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/ordering_group.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/recovery_config.pot
   projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/runningexamples.pot
Log:
updated user guide with new chapter and updated pot files


Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/en-US/ordering_group.xml
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/en-US/ordering_group.xml	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/en-US/ordering_group.xml	2009-06-04 02:57:49 UTC (rev 7190)
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<chapter id="ordering-group">
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+<chapter>
   <title>Enabling JBoss Messaging Ordering Group</title>
 
   <para>This section describes how to use JBoss Messaging ordering group feature to achieve strict message ordering.
@@ -14,11 +16,17 @@
   <para>Rule 1. Messages in the ordering group are delivered one at a time. Next message will not be delivered until the delivery of previous message is completed.</para>
 
   <itemizedlist>
-    <listitem>For CLIENT_ACKNOWLEDGE mode, the Message.acknowledge() method signals the completion state.</listitem>
-    <listitem>For AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE modes, the completion of the message is identified by either
-
-      <para>1) successful returning from the MessageConsumer.receive() methods, or</para>
-      <para>2) successful returning from the onMessage() call of the MessageListener();</para>
+	  <listitem><para>For CLIENT_ACKNOWLEDGE mode, the Message.acknowledge() method signals the completion state.</para></listitem>
+	<listitem>
+		<para>For AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE modes, the completion of the message is identified by either</para>
+		<itemizedlist>
+			<listitem>
+				<para>successful returning from the MessageConsumer.receive() methods</para>
+			</listitem>
+			<listitem>
+				<para>successful returning from the onMessage() call of the MessageListener()</para>
+			</listitem>
+		</itemizedlist>
     </listitem>
   </itemizedlist>
     
@@ -34,7 +42,7 @@
 <para>There are two ways to use message ordering group: through programming and through configuration.</para>
 
   <itemizedlist>
-<listitem>The Programming Way</listitem>
+	  <listitem><para>The Programming Way</para></listitem>
   </itemizedlist>
   
 <para>To make use of JBoss Messaging's ordering group feature, one has to obtain a JBossMessageProducer.</para>
@@ -58,7 +66,7 @@
 <para>Stop producing ordering group messages. Once called, the producer will stop sending out ordering group messages and return to its normal behavior.</para>
 
   <itemizedlist>
-<listitem>The Configuration Way</listitem>
+	  <listitem><para>The Configuration Way</para></listitem>
   </itemizedlist>
 
 <para>Users can configure a JBoss Messaging connection factory to enable ordering group. Two new attributes are added to the factory service configuration file.</para>
@@ -105,11 +113,11 @@
 
   <itemizedlist>
 
-<listitem>Ordering group doesn't work with topics. Users requiring order groups have to user queues.</listitem>
-<listitem>Ordering group shouldn't be used together with message selectors and scheduled delivery.</listitem>
-<listitem>If a message is 'dead' (goes to DLQ) or expired (goes to ExpiryQueue), this message is considered completed and next message will be available for delivery.</listitem>
-<listitem>When using a ConnectionConsumer, ordering of the messages will be observed. However, it doesn't control which session will be receiving the next message.</listitem>
-<listitem>In case of Distributed Queue, user should use HASingleton to make sure ordering group works properly.</listitem>
+	  <listitem><para>Ordering group doesn't work with topics. Users requiring order groups have to user queues.</para></listitem>
+	  <listitem><para>Ordering group shouldn't be used together with message selectors and scheduled delivery.</para></listitem>
+	  <listitem><para>If a message is 'dead' (goes to DLQ) or expired (goes to ExpiryQueue), this message is considered completed and next message will be available for delivery.</para></listitem>
+	  <listitem><para>When using a ConnectionConsumer, ordering of the messages will be observed. However, it doesn't control which session will be receiving the next message.</para></listitem>
+	  <listitem><para>In case of Distributed Queue, user should use HASingleton to make sure ordering group works properly.</para></listitem>
   </itemizedlist>
 
 </section>

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Author_Group.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Author_Group.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Author_Group.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Book_Info.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Book_Info.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Book_Info.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Preface.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Preface.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Preface.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Revision_History.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Revision_History.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/Revision_History.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/bridge.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/bridge.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/bridge.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/c_configuration.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/c_configuration.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/c_configuration.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/configuration.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/configuration.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/configuration.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/gettingstarted.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/gettingstarted.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/gettingstarted.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/introduction.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/introduction.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/introduction.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/ordering_group.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/ordering_group.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/ordering_group.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: ordering_group.xml:3
+#: ordering_group.xml:5
 #, no-c-format
 msgid "Enabling JBoss Messaging Ordering Group"
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:5
+#: ordering_group.xml:7
 #, no-c-format
 msgid ""
 "This section describes how to use JBoss Messaging ordering group feature to "
@@ -29,7 +29,7 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:8
+#: ordering_group.xml:10
 #, no-c-format
 msgid ""
 "JBoss Messaging's implementation of strict message ordering is called "
@@ -40,7 +40,7 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:12
+#: ordering_group.xml:14
 #, no-c-format
 msgid ""
 "When ordering group is enabled, message priorities will not take any effect "
@@ -49,7 +49,7 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:14
+#: ordering_group.xml:16
 #, no-c-format
 msgid ""
 "Rule 1. Messages in the ordering group are delivered one at a time. Next "
@@ -57,16 +57,16 @@
 "completed."
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:17
+#. Tag: para
+#: ordering_group.xml:19
 #, no-c-format
 msgid ""
 "For CLIENT_ACKNOWLEDGE mode, the Message.acknowledge() method signals the "
 "completion state."
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:18
+#. Tag: para
+#: ordering_group.xml:21
 #, no-c-format
 msgid ""
 "For AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE modes, the completion of the "
@@ -74,20 +74,19 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:20
+#: ordering_group.xml:24
 #, no-c-format
-msgid "1) successful returning from the MessageConsumer.receive() methods, or"
+msgid "successful returning from the MessageConsumer.receive() methods"
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:21
+#: ordering_group.xml:27
 #, no-c-format
-msgid ""
-"2) successful returning from the onMessage() call of the MessageListener();"
+msgid "successful returning from the onMessage() call of the MessageListener()"
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:26
+#: ordering_group.xml:34
 #, no-c-format
 msgid ""
 "If the message consumer is closed, the current message processing is deemed "
@@ -95,7 +94,7 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:28
+#: ordering_group.xml:36
 #, no-c-format
 msgid ""
 "Rule 2. In case of transactional receiving, the next message will not be "
@@ -106,27 +105,27 @@
 msgstr ""
 
 #. Tag: title
-#: ordering_group.xml:32
+#: ordering_group.xml:40
 #, no-c-format
 msgid "How to Enable Message Ordering Group"
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:34
+#: ordering_group.xml:42
 #, no-c-format
 msgid ""
 "There are two ways to use message ordering group: through programming and "
 "through configuration."
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:37
+#. Tag: para
+#: ordering_group.xml:45
 #, no-c-format
 msgid "The Programming Way"
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:40
+#: ordering_group.xml:48
 #, no-c-format
 msgid ""
 "To make use of JBoss Messaging's ordering group feature, one has to obtain a "
@@ -134,7 +133,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: ordering_group.xml:42
+#: ordering_group.xml:50
 #, no-c-format
 msgid ""
 "JBossMessageProducer producer = (JBossMessageProducer)session.createProducer"
@@ -142,20 +141,20 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:44
+#: ordering_group.xml:52
 #, no-c-format
 msgid ""
 "JBossMessageProducer has two methods for starting/ending an ordering group."
 msgstr ""
 
 #. Tag: programlisting
-#: ordering_group.xml:46
+#: ordering_group.xml:54
 #, no-c-format
 msgid "public void enableOrderingGroup(String ogrpName) throws JMSException"
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:48
+#: ordering_group.xml:56
 #, no-c-format
 msgid ""
 "Creating a ordering group with name ogrpName. Once called, the producer will "
@@ -165,27 +164,27 @@
 msgstr ""
 
 #. Tag: programlisting
-#: ordering_group.xml:50
+#: ordering_group.xml:58
 #, no-c-format
 msgid "public void disableOrderingGroup() throws JMSException"
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:52
+#: ordering_group.xml:60
 #, no-c-format
 msgid ""
 "Stop producing ordering group messages. Once called, the producer will stop "
 "sending out ordering group messages and return to its normal behavior."
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:55
+#. Tag: para
+#: ordering_group.xml:63
 #, no-c-format
 msgid "The Configuration Way"
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:58
+#: ordering_group.xml:66
 #, no-c-format
 msgid ""
 "Users can configure a JBoss Messaging connection factory to enable ordering "
@@ -194,7 +193,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: ordering_group.xml:60
+#: ordering_group.xml:68
 #, no-c-format
 msgid ""
 "EnableOrderingGroup -- set this property to true to enable the ordering "
@@ -205,7 +204,7 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:62
+#: ordering_group.xml:70
 #, no-c-format
 msgid ""
 "Once configured to enable ordering group on a connection factory, all "
@@ -214,13 +213,13 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:64
+#: ordering_group.xml:72
 #, no-c-format
 msgid "Example:"
 msgstr ""
 
 #. Tag: programlisting
-#: ordering_group.xml:66
+#: ordering_group.xml:74
 #, no-c-format
 msgid ""
 "&lt;mbean code=&quot;org.jboss.jms.server.connectionfactory."
@@ -252,7 +251,7 @@
 msgstr ""
 
 #. Tag: para
-#: ordering_group.xml:68
+#: ordering_group.xml:76
 #, no-c-format
 msgid ""
 "The good thing about this way is the user doesn't need to make any coding "
@@ -260,29 +259,29 @@
 msgstr ""
 
 #. Tag: title
-#: ordering_group.xml:73
+#: ordering_group.xml:81
 #, no-c-format
 msgid "Notes and Limitations"
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:77
+#. Tag: para
+#: ordering_group.xml:85
 #, no-c-format
 msgid ""
 "Ordering group doesn't work with topics. Users requiring order groups have "
 "to user queues."
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:78
+#. Tag: para
+#: ordering_group.xml:86
 #, no-c-format
 msgid ""
 "Ordering group shouldn't be used together with message selectors and "
 "scheduled delivery."
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:79
+#. Tag: para
+#: ordering_group.xml:87
 #, no-c-format
 msgid ""
 "If a message is 'dead' (goes to DLQ) or expired (goes to ExpiryQueue), this "
@@ -290,16 +289,16 @@
 "delivery."
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:80
+#. Tag: para
+#: ordering_group.xml:88
 #, no-c-format
 msgid ""
 "When using a ConnectionConsumer, ordering of the messages will be observed. "
 "However, it doesn't control which session will be receiving the next message."
 msgstr ""
 
-#. Tag: listitem
-#: ordering_group.xml:81
+#. Tag: para
+#: ordering_group.xml:89
 #, no-c-format
 msgid ""
 "In case of Distributed Queue, user should use HASingleton to make sure "

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/recovery_config.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/recovery_config.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/recovery_config.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/runningexamples.pot
===================================================================
--- projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/runningexamples.pot	2009-06-04 02:43:18 UTC (rev 7189)
+++ projects/eap-docs/trunk/JBoss_Messaging_User_Guide/pot/runningexamples.pot	2009-06-04 02:57:49 UTC (rev 7190)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-04 02:39+0000\n"
+"POT-Creation-Date: 2009-06-04 02:57+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"




More information about the jboss-cvs-commits mailing list