[jboss-cvs] JBossAS SVN: r94663 - projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 12 03:09:01 EDT 2009


Author: benlc
Date: 2009-10-12 03:09:01 -0400 (Mon, 12 Oct 2009)
New Revision: 94663

Modified:
   projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US/Introduction.xml
Log:
'committing changes to Introduction.xml'


Modified: projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US/Introduction.xml
===================================================================
--- projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US/Introduction.xml	2009-10-12 06:59:35 UTC (rev 94662)
+++ projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US/Introduction.xml	2009-10-12 07:09:01 UTC (rev 94663)
@@ -47,56 +47,56 @@
 
     <itemizedlist>
       <listitem>
-        <para>publish-subscribe and point-to-point messaging models,</para>
+        <para>publish-subscribe and point-to-point messaging models;</para>
       </listitem>
 
       <listitem>
-        <para>persistent and non-persistent messages,</para>
+        <para>persistent and non-persistent messages;</para>
       </listitem>
 
       <listitem>
-        <para>guaranteed message delivery that ensures messages arrive once and only once where required,</para>
+        <para>guaranteed message delivery that ensures messages arrive once and only once where required;</para>
       </listitem>
 
       <listitem>
-        <para>a transactional and reliable interface that supports ACID semantics,</para>
+        <para>a transactional and reliable interface that supports ACID semantics;</para>
       </listitem>
 
       <listitem>
-        <para>a customizable JAAS-based security framework,</para>
+        <para>a customizable JAAS-based security framework;</para>
       </listitem>
 
       <listitem>
-        <para>complete integration with JBoss Transactions (previously Arjuna JTA) to support full transaction recovery,</para>
+        <para>complete integration with JBoss Transactions (previously Arjuna JTA) to support full transaction recovery;</para>
       </listitem>
 
       <listitem>
-        <para>an extensive JMX management interface,</para>
+        <para>an extensive JMX management interface;</para>
       </listitem>
 
       <listitem>
-        <para>support for most major databases, including Oracle, DB2, Sybase, Microsoft SQL Server, PostgreSQL and MySQL,</para>
+        <para>support for most major databases, including Oracle, DB2, Sybase, Microsoft SQL Server, PostgreSQL and MySQL;</para>
       </listitem>
 
       <listitem>
-        <para>HTTP transport, for use with firewalls that allow only HTTP traffic,
+        <para>HTTP transport, for use with firewalls that allow only HTTP traffic;
         </para>
       </listitem>
 
       <listitem>
-        <para>SSL transport,</para>
+        <para>SSL transport;</para>
       </listitem>
 
       <listitem>
-        <para>configurable DLQs (Dead Letter Queues) and Expiry Queues,</para>
+        <para>configurable DLQs (Dead Letter Queues) and Expiry Queues;</para>
       </listitem>
 
       <listitem>
-        <para>message statistics, which provide a rolling historical view of the messages delivered to queues and subscriptions,</para>
+        <para>message statistics; which provide a rolling historical view of the messages delivered to queues and subscriptions;</para>
       </listitem>
 
       <listitem>
-        <para>the automatic paging of messages to storage, which lets you use very large queues that would be too large to fit entirely within system memory,</para>
+        <para>the automatic paging of messages to storage, which lets you use very large queues that would be too large to fit entirely within system memory.</para>
       </listitem>
     </itemizedlist>
 




More information about the jboss-cvs-commits mailing list