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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 12 03:17:38 EDT 2010


Author: rebecca.newton
Date: 2010-04-12 03:17:38 -0400 (Mon, 12 Apr 2010)
New Revision: 8006

Added:
   projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/About_HornetQ.xml
   projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/HornetQ_Quickstart_Guide.ent
   projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/HornetQ_Quickstart_Guide.xml
Removed:
   projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/About_JBM.xml
Log:
Changed JBoss Messaging to HornetQ

Added: projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/About_HornetQ.xml
===================================================================
--- projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/About_HornetQ.xml	                        (rev 0)
+++ projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/About_HornetQ.xml	2010-04-12 07:17:38 UTC (rev 8006)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="about">
+ <title>About HornetQ</title>
+    <para>
+      HornetQ aims to bring unrivaled levels of performance and reliability to messaging, and to be the fastest, most scalable multi-protocol messaging system with the best range of features.
+    </para>
+    <para>
+      There are a number of reasons to use HornetQ:
+    </para>
+    <itemizedlist>
+        <listitem>
+            <para>HornetQ is 100% open source software.</para>
+        </listitem>
+        <listitem>
+            <para>
+              HornetQ is written in Java, so it runs on any platform with the Java 2 Platform Standard Edition Java Development Kit &#8212; everything from Windows desktops to IBM mainframes.
+            </para>
+        </listitem>
+        <listitem>
+            <para>
+              Superb performance. HornetQ's class-beating performance journal provides persistent messaging performance at rates normally seen in non-persistent messaging.
+            </para>
+        </listitem>
+        <listitem>
+            <para>
+              HornetQ has a full feature set &#8212; all the features expected in any serious messaging system, and others you will not find elsewhere.
+            </para>
+        </listitem>
+        <listitem>
+            <para>
+              Elegant POJO-based design with minimal third-party dependencies. Run HornetQ as a standalone, integrated with your Java EE Application Server, or Inversion of Control container, or embedded in your own product.
+            </para>
+        </listitem>
+        <listitem>
+            <para>
+              Seamless high availability. HornetQ provides server replication and completely transparent client failover so that you do not need to code your client explicitly for a high availability environment.
+            </para>
+        </listitem>
+        <listitem>
+            <para>
+              Flexible clustering. HornetQ lets you create server clusters that can load-balance messages. You can link geographically distributed clusters to form a global network, and flexibly configure message routing.
+            </para>
+        </listitem>
+    </itemizedlist>
+</chapter>

Deleted: projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/About_JBM.xml
===================================================================
--- projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/About_JBM.xml	2010-04-12 07:05:28 UTC (rev 8005)
+++ projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/About_JBM.xml	2010-04-12 07:17:38 UTC (rev 8006)
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="about">
-   <title>About JBoss Messaging</title>
-    <para>
-      JBoss Messaging aims to bring unrivaled levels of performance and reliability to messaging, and to be the fastest, most scalable multi-protocol messaging system with the best range of features.
-    </para>
-    <para>
-      There are a number of reasons to use JBoss Messaging:
-    </para>
-    <itemizedlist>
-        <listitem>
-            <para>JBoss Messaging is 100% open source software.</para>
-        </listitem>
-        <listitem>
-            <para>
-              JBoss Messaging is written in Java, so it runs on any platform with the Java 2 Platform Standard Edition Java Development Kit &#8212; everything from Windows desktops to IBM mainframes.
-            </para>
-        </listitem>
-        <listitem>
-            <para>
-              Superb performance. JBoss Messaging's class-beating performance journal provides persistent messaging performance at rates normally seen in non-persistent messaging.
-            </para>
-        </listitem>
-        <listitem>
-            <para>
-              JBoss Messaging has a full feature set &#8212; all the features expected in any serious messaging system, and others you will not find elsewhere.
-            </para>
-        </listitem>
-        <listitem>
-            <para>
-              Elegant POJO-based design with minimal third-party dependencies. Run JBoss Messaging as a standalone, integrated with your Java EE Application Server, or Inversion of Control container, or embedded in your own product.
-            </para>
-        </listitem>
-        <listitem>
-            <para>
-              Seamless high availability. JBoss Messaging provides server replication and completely transparent client failover so that you do not need to code your client explicitly for a high availability environment.
-            </para>
-        </listitem>
-        <listitem>
-            <para>
-              Flexible clustering. JBoss Messaging lets you create server clusters that can load-balance messages. You can link geographically distributed clusters to form a global network, and flexibly configure message routing.
-            </para>
-        </listitem>
-    </itemizedlist>
-</chapter>
\ No newline at end of file

Added: projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/HornetQ_Quickstart_Guide.ent
===================================================================
--- projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/HornetQ_Quickstart_Guide.ent	                        (rev 0)
+++ projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/HornetQ_Quickstart_Guide.ent	2010-04-12 07:17:38 UTC (rev 8006)
@@ -0,0 +1,4 @@
+<!ENTITY PRODUCT "JBoss Enterprise Application Platform">
+<!ENTITY BOOKID "HornetQ_Quickstart_Guide">
+<!ENTITY YEAR "2010">
+<!ENTITY HOLDER "Red Hat, Inc">

Added: projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/HornetQ_Quickstart_Guide.xml
===================================================================
--- projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/HornetQ_Quickstart_Guide.xml	                        (rev 0)
+++ projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_5_0_1/HornetQ/HornetQ_Quick_Start_Guide/en-US/HornetQ_Quickstart_Guide.xml	2010-04-12 07:17:38 UTC (rev 8006)
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<book id="HornetQ_Quickstart_Guide">
+	<xi:include href="About_HornetQ.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <!-- There used to be a Download chapter here, but the information is out of date -->
+  <xi:include href="Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Running_HQ.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Examples.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</book>




More information about the jboss-cvs-commits mailing list