[jboss-cvs] JBossAS SVN: r75811 - projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Jul 14 18:37:12 EDT 2008
Author: irooskov at redhat.com
Date: 2008-07-14 18:37:11 -0400 (Mon, 14 Jul 2008)
New Revision: 75811
Modified:
projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/JBoss_Messaging_User_Guide.xml
projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/c_configuration.xml
projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/configuration.xml
Log:
updated JBoss Messaging Guide for 4.3.2 with backported JIRAs
Modified: projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/JBoss_Messaging_User_Guide.xml
===================================================================
--- projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/JBoss_Messaging_User_Guide.xml 2008-07-14 22:22:24 UTC (rev 75810)
+++ projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/JBoss_Messaging_User_Guide.xml 2008-07-14 22:37:11 UTC (rev 75811)
@@ -11,7 +11,7 @@
<!-- <xi:include href="installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
<xi:include href="runningexamples.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<!-- <xi:include href="c_configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
+ <xi:include href="c_configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="recoveryconfig.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="bridge.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</book>
Modified: projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/c_configuration.xml
===================================================================
--- projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/c_configuration.xml 2008-07-14 22:22:24 UTC (rev 75810)
+++ projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/c_configuration.xml 2008-07-14 22:37:11 UTC (rev 75811)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<chapter id="c_configuration">
<title>JBoss Messaging Clustering Notes</title>
@@ -94,4 +94,4 @@
</section>
-</chapter>
\ No newline at end of file
+</chapter>
Modified: projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/configuration.xml
===================================================================
--- projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/configuration.xml 2008-07-14 22:22:24 UTC (rev 75810)
+++ projects/docs/enterprise/4.3.2/Messaging/JBoss_Messaging_User_Guide/en-US/configuration.xml 2008-07-14 22:37:11 UTC (rev 75811)
@@ -259,7 +259,7 @@
<title>DefaultMessageCounterHistoryDayLimit</title>
<para>JBoss Messaging provides a message counter history which
shows the number of messages arriving on each queue of a certain
- number of days. This attribute represents the maxiumum number of
+ number of days. This attribute represents the maximum number of
days for which to store message counter history. It can be
overridden on a per destination basis.</para>
</formalpara>
@@ -365,7 +365,7 @@
<para>The queue is undeployed but is NOT removed from
persistent storage.</para>
<para>This operation returns <literal>true</literal> if the
- queue was successfull undeployed. otherwise it returns
+ queue was successfull undeployed, otherwise it returns
<literal>false</literal>.</para>
<formalpara>
<title>DestroyQueue</title>
@@ -379,7 +379,7 @@
</para>
</warning>
<para>This operation returns <literal>true</literal> if the
- queue was successfully destroyed. otherwise it returns
+ queue was successfully destroyed, otherwise it returns
<literal>false</literal>.</para>
<formalpara>
<title>DeployTopic</title>
@@ -407,7 +407,7 @@
<para>The queue is undeployed but is NOT removed from
persistent storage.</para>
<para>This operation returns <literal>true</literal> if the
- topic was successfully undeployed. otherwise it returns
+ topic was successfully undeployed, otherwise it returns
<literal>false</literal>.</para>
<formalpara>
<title>DestroyTopic</title>
@@ -421,7 +421,7 @@
</para>
</warning>
<para>This operation returns <literal>true</literal> if the
- topic was successfully destroyed. otherwise it returns
+ topic was successfully destroyed, otherwise it returns
<literal>false</literal>.</para>
<formalpara>
<title>ListMessageCountersHTML</title>
@@ -802,11 +802,7 @@
the Messaging server to use the in-VM Hypersonic database instance that
comes by default with any JBossAS instance.</para>
<warning>
- <para>The default Persistence Manager configuration is works out of
- the box with Hypersonic, however it must be stressed that Hypersonic
- should not be used in a production environment mainly due to its
- limited support for transaction isolation and its propensity to
- behave erratically under high load.</para>
+ <para>The default persistence manager works out of the box with Hypersonic. However, it must be stressed that Hypersonic should not be used in a production environment, mainly due to its limited support for transaction isolation, and its propensity to behave erratically under high load.</para>
<para>The <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB">Critique
of Hypersonic</ulink> wiki page outlines some of the well-known
@@ -1866,7 +1862,7 @@
org.jboss.jms.client.plugin.LoadBalancingFactory</para></formalpara>
<para>The default value is
org.jboss.jms.client.plugin.RoundRobinLoadBalancingFactory, which
- load balances connetions across the cluster in a round-robin
+ load balances connections across the cluster in a round-robin
fashion</para>
<formalpara>
More information about the jboss-cvs-commits
mailing list