Skip to content

Commit

Permalink
replaced a load of JBoss Messaging references
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Aug 20, 2009
1 parent 747b9aa commit ff0c9b7
Show file tree
Hide file tree
Showing 246 changed files with 803 additions and 804 deletions.
8 changes: 4 additions & 4 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
JBoss Messaging
HornetQ
Copyright 2009 Red Hat, Inc. Licensed under the Apache License, version 2.0.
Unless required by applicable law, JBoss Messaging is distributed on
Unless required by applicable law, HornetQ is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, either express or
implied, including the implied warranties of TITLE, NON-INFRINGEMENT,
MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.

Certain portions of JBoss Messaging are based on code made available
Certain portions of HornetQ are based on code made available
under the GNU Lesser General Public License, version 2.1 or later
(http://www.fsf.org/licensing/licenses/lgpl.html).
"JBoss" and "Red Hat" are trademarks of Red Hat, Inc. and/or its
affiliates, registered in the U.S. and other countries. Your
permissions under the licensing terms governing JBoss Messaging do
permissions under the licensing terms governing HornetQ do
not include a license, express or implied, to any Red Hat trademark.
9 changes: 4 additions & 5 deletions build-hornetq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<project default="jar" name="The HornetQ Project">


<!-- ======================================================================================== -->
<!-- javac + junit properties -->
<!-- ======================================================================================== -->
Expand Down Expand Up @@ -901,17 +900,17 @@
<target name="javadoc">

<javadoc destdir="${build.api.dir}" author="true" version="true" use="true"
windowtitle="JBoss Messaging ${module.version}">
windowtitle="HornetQ ${module.version}">

<packageset dir="${src.main.dir}" defaultexcludes="yes">
<include name="org/jboss/**"/>
</packageset>
<classpath refid="javadoc.classpath"/>
<doctitle><![CDATA[<h2>JBoss Messaging ${module.version}</h2>]]></doctitle>
<bottom><![CDATA[<i>Copyright &#169; 2006 JBoss Inc. All Rights Reserved.</i>]]></bottom>
<doctitle><![CDATA[<h2>HornetQ ${module.version}</h2>]]></doctitle>
<bottom><![CDATA[<i>Copyright &#169; 2009 Red Hat Inc. All Rights Reserved.</i>]]></bottom>
<tag name="todo" scope="all" description="To do:"/>
<group title="JMS Facade" packages="org.jboss.jms.*"/>
<group title="Messaging Core" packages="org.hornetq.*"/>
<group title="HornetQ Core" packages="org.hornetq.*"/>
</javadoc>
</target>

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Copyright 2009 Red Hat, Inc.
<!-- =========================================================================================== -->


<project default="unit-tests" name="JBoss Messaging">
<project default="unit-tests" name="HornetQ">

<!--
Setting "external.project" to true makes jbossbuild use the current directory, and not its
Expand Down
10 changes: 5 additions & 5 deletions docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>JBoss Messaging 2.0.0 Beta 3 Release Notes</title>
<title>HornetQ 2.0.0 Beta 3 Release Notes</title>
</head>
<body>

<h1>Release Notes - JBoss Messaging - Version 2.0.0 Beta 4</h1>
<h1>Release Notes - HornetQ - Version 2.0.0 Beta 4</h1>

<br>

<h2>27th July 2009</h2>

These are the release notes for JBoss Messaging 2.0.0 Beta 4<br><br>
These are the release notes for HornetQ 2.0.0 Beta 4<br><br>

For full description of the contents please see the
<a href="https://jira.jboss.org/jira/browse/JBMESSAGING/fixforversion/12313229">JBoss Messaging project JIRA</a>.<br><br>
<a href="https://jira.jboss.org/jira/browse/JBMESSAGING/fixforversion/12313229">HornetQ project JIRA</a>.<br><br>

This release is a feature complete release for forthcoming JBoss Messaging 2.0.0<br>
This release is a feature complete release for forthcoming HornetQ 2.0.0<br>

<br>

Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart-guide/en/about.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="about">
<title>About JBoss Messaging</title>
<para>The goal of JBoss Messaging is simple and uncompromising: to bring unrivaled levels of
<title>About HornetQ</title>
<para>The goal of HornetQ is simple and uncompromising: to bring unrivaled levels of
performance and reliability to messaging, and to be the fastest, best featured, and most
scalable multi-protocol messaging system.</para>
<para>Why use JBoss Messaging? Here are a few of the reasons:</para>
<para>Why use HornetQ? Here are a few of the reasons:</para>
<itemizedlist>
<listitem>
<para>100% open source software.</para>
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart-guide/en/download.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="download">
<title>Download</title>
<para>The official JBoss Messaging project page is <ulink
<para>The official HornetQ project page is <ulink
url="http://www.jboss.org/jbossmessaging/">http://www.jboss.org/jbossmessaging/</ulink>.</para>

<section id="download.software">
Expand All @@ -20,7 +20,7 @@
url="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=153">development
forum</ulink></para>
<para>Pop in and chat to us in our <ulink url="irc://irc.freenode.net:6667/jbossmessaging">IRC channel</ulink></para>
<para>JBoss Messaging Subversion TRUNK is <ulink url="http://anonsvn.jboss.org/repos/messaging/trunk">here</ulink></para>
<para>HornetQ Subversion TRUNK is <ulink url="http://anonsvn.jboss.org/repos/messaging/trunk">here</ulink></para>
<para>All our release tags are <ulink url="http://anonsvn.jboss.org/repos/messaging/tags">here</ulink></para>
</section>
</chapter>
8 changes: 4 additions & 4 deletions docs/quickstart-guide/en/examples.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a NIO. If your platform is Linux, install LibAIO to enable the AIO journal
[java] org.hornetq.jms.example.SpawnedJMSServer out:10:41:08,437 WARN @main [Securit
yStoreImpl] It has been detected that the cluster admin password which is used to replic
ate management operation from one node to the other has not had its password changed fro
m the installation default. Please see the JBoss Messaging user guide for instructions o
m the installation default. Please see the HornetQ user guide for instructions o
n how to do this.
[java] org.hornetq.jms.example.SpawnedJMSServer out:10:41:10,941 INFO @main [JBossCo
nnectionFactory] read only is false
Expand All @@ -81,9 +81,9 @@ erManagerImpl] Binding for java:/ConnectionFactory already exists
[java] org.hornetq.jms.example.SpawnedJMSServer out:10:41:10,991 WARN @main [JMSServ
erManagerImpl] Binding for java:/XAConnectionFactory already exists
[java] org.hornetq.jms.example.SpawnedJMSServer out:10:41:11,241 INFO @main [Messagi
ngServerImpl] JBoss Messaging Server version 2.0.0.BETA1-SNAPSHOT (Stilton, 101) started
ngServerImpl] HornetQ Server version 2.0.0.BETA1-SNAPSHOT (Stilton, 101) started
[java] org.hornetq.jms.example.SpawnedJMSServer out:10:41:11,241 INFO @main [HornetQBoot
strapServer] JBoss Messaging server started
strapServer] HornetQ server started
[java] org.hornetq.jms.example.SpawnedJMSServer out:STARTED::
[java] 10:41:11,276 INFO @main [JMSExample] using server0/client-jndi.properties f
or jndi
Expand All @@ -97,7 +97,7 @@ or jndi
BUILD SUCCESSFUL
Total time: 13 seconds
</programlisting>
<para>Congratulations! You have succesfully run your first Jboss Messaging example. Try some
<para>Congratulations! You have succesfully run your first HornetQ example. Try some
of the others.</para>
</section>
<section id="examples.messaging">
Expand Down
34 changes: 17 additions & 17 deletions docs/quickstart-guide/en/installation.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="installation">
<title>Installation</title>
<para>This section describes how to install JBoss Messaging. </para>
<para>This section describes how to install HornetQ. </para>
<section id="installation.prerequisites">
<title>Prerequisites</title>
<note>
<para>JBoss Messaging only runs on Java 5 or later. We highly recommend to use Java
<para>HornetQ only runs on Java 5 or later. We highly recommend to use Java
6.</para>
</note>
<para>By default, JBoss Messaging server is run with 1GB of memory. If your computer has less
<para>By default, HornetQ server is run with 1GB of memory. If your computer has less
memory, modify the value in <literal>bin/run.sh</literal> accordingly.</para>
<para>For persistence, JBoss Messaging uses its own fast journal file, which you can configure
<para>For persistence, HornetQ uses its own fast journal file, which you can configure
to use libaio (which is the default when running on Linux) or Java NIO. In order to use the
libaio module on Linux, it's required to install libaio.</para>
<para>If you're not running on Linux then you don't need to worry about this.</para>
Expand All @@ -23,7 +23,7 @@
profiles for JBoss AS 5 and run the examples.</para>
</section>
<section id="installation.standalone">
<title>Standalone JBoss Messaging Server</title>
<title>Standalone HornetQ Server</title>
<para>After downloading the distribution, unzip it into your chosen directory. At this point
it should be possible to <link linkend="running.standalone">run straight out of the
box</link>, the following describes the directory structure: </para>
Expand Down Expand Up @@ -51,34 +51,34 @@
</listitem>
<listitem>
<para><literal>config</literal> -- configuration files needed to configure JBoss
Messaging. This contains configurations to run JBoss Messaging either in stand-alone
Messaging. This contains configurations to run HornetQ either in stand-alone
or inside JBoss AS 5. Please refer to the reference guide for details on
configuration. </para>
</listitem>
<listitem>
<para><literal>docs</literal> -- guides and javadocs for JBoss Messaging </para>
<para><literal>docs</literal> -- guides and javadocs for HornetQ </para>
</listitem>
<listitem>
<para><literal>examples</literal> -- JMS and Java EE examples. Please refer to the
'running examples' chapter for details on how to run them. </para>
</listitem>
<listitem>
<para><literal>lib</literal> -- jars and libraries needed to run JBoss Messaging </para>
<para><literal>lib</literal> -- jars and libraries needed to run HornetQ </para>
</listitem>
<listitem>
<para><literal>licenses</literal> -- licenses for JBoss Messaging </para>
<para><literal>licenses</literal> -- licenses for HornetQ </para>
</listitem>
<listitem>
<para><literal>schemas</literal> -- XML Schemas used to validate JBoss Messaging
<para><literal>schemas</literal> -- XML Schemas used to validate HornetQ
configuration files</para>
</listitem>
</itemizedlist>
</section>
<section id="installation.jboss">
<title>JBoss Messaging In JBoss AS 5</title>
<para>JBoss Messaging 2.0 can be deployed in <ulink url="http://www.jboss.org/jbossas/">JBoss
<title>HornetQ In JBoss AS 5</title>
<para>HornetQ 2.0 can be deployed in <ulink url="http://www.jboss.org/jbossas/">JBoss
AS 5</ulink>. It is not shipped by default with the application server and you need to
create new AS 5 profiles to run AS 5 with JBoss Messaging.</para>
create new AS 5 profiles to run AS 5 with HornetQ.</para>
<para>To create AS 5 profiles:</para>
<orderedlist>
<listitem>
Expand All @@ -89,20 +89,20 @@
directory where you installed JBoss AS 5</para>
</listitem>
<listitem>
<para>run <literal>ant</literal> in JBoss Messaging's <literal>config/jboss-as</literal>
<para>run <literal>ant</literal> in HornetQ's <literal>config/jboss-as</literal>
directory</para>
</listitem>
</orderedlist>
<para>This will create 2 new profiles in <literal>$JBOSS_HOME/server</literal>:</para>
<itemizedlist>
<listitem>
<para><literal>default-with-hornetq</literal> -- it corresponds to AS 5 <literal
>default</literal> profile with JBoss Messaging 2 as its JMS provider. In this
profile, JBoss Messaging is <emphasis>non-clustered</emphasis></para>
>default</literal> profile with HornetQ 2 as its JMS provider. In this
profile, HornetQ is <emphasis>non-clustered</emphasis></para>
</listitem>
<listitem>
<para><literal>all-with-hornetq</literal> -- it corresponds to AS 5 <literal>all</literal>
profile with JBoss Messaging 2 as its JMS provider. In this profile, JBoss Messaging
profile with HornetQ 2 as its JMS provider. In this profile, HornetQ
is <emphasis>clustered</emphasis></para>
</listitem>
</itemizedlist>
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-guide/en/introduction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<para>This short guide explains how to download, install and quickly get started with JBoss
Messaging.</para>
<para>After downloading and installing we highly recommend you run the examples to get
acquainted with JBoss Messaging. We ship with over 50 examples demonstrating most of the
acquainted with HornetQ. We ship with over 50 examples demonstrating most of the
features.</para>
<para>This guide is not intended to be a replacement for the user manual. The user manual goes
into much more depth, so please consult that for further information.</para>
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-guide/en/master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]>
<book lang="en">
<bookinfo>
<title>JBoss Messaging 2.0 Quickstart Guide</title>
<title>HornetQ 2.0 Quickstart Guide</title>
<subtitle>Setting the Standard for High Performance Messaging</subtitle>
</bookinfo>

Expand Down
18 changes: 9 additions & 9 deletions docs/quickstart-guide/en/running.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
<chapter id="running">
<title>Starting The Server</title>
<section id="running.standalone">
<title>Standalone JBoss Messaging</title>
<title>Standalone HornetQ</title>
<para>To run a stand-alone server, open up a shell or command prompt and navigate into the
<literal>bin</literal> directory. Then execute <literal>./run.sh</literal> (or <literal
>run.bat</literal> on Windows) and you should see the following output </para>
<programlisting>
bin$ ./run.sh

15:05:54,108 INFO @main [HornetQBootstrapServer] Starting JBoss Messaging server
15:05:54,108 INFO @main [HornetQBootstrapServer] Starting HornetQ server
...
15:06:02,566 INFO @main [MessagingServerImpl] JBoss Messaging Server version
15:06:02,566 INFO @main [MessagingServerImpl] HornetQ Server version
2.0.0.BETA1-SNAPSHOT (Stilton, 101) started
</programlisting>
<para>JBoss Messaging is now running. If any errors are displayed or if the server was not
<para>HornetQ is now running. If any errors are displayed or if the server was not
started properly, please refer to the troubleshooting guide for help</para>
<para>Both the run and the stop scripts use the config under <literal
>config/stand-alone/non-clustered</literal> by default. The configuration can be changed
by running <literal>./run.sh ../config/stand-alone/clustered</literal> or another config of
your choosing. This is the same for the stop script and the windows bat files.</para>
</section>
<section id="running.jboss.as">
<title>JBoss Messaging In JBoss AS 5</title>
<para>To run JBoss Messaging in JBoss AS 5, you need to create the <link
linkend="installation.jboss">AS 5 profiles for JBoss Messaging</link> first. Then run
<title>HornetQ In JBoss AS 5</title>
<para>To run HornetQ in JBoss AS 5, you need to create the <link
linkend="installation.jboss">AS 5 profiles for HornetQ</link> first. Then run
JBoss AS 5 with one these profiles. For example, to run JBoss AS 5 with a
<emphasis>non-clustered</emphasis> JBoss Messaging server, got to <literal
<emphasis>non-clustered</emphasis> HornetQ server, got to <literal
>$JBOSS_HOME/bin</literal> directory and type:</para>
<programlisting>
bin$ ./run.sh -c default-with-hornetq
Expand All @@ -35,7 +35,7 @@
15:18:35,462 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.CR1 (build:
SVNTag=JBoss_5_1_0_CR1 date=200904091504)
...
15:19:30,305 INFO [MessagingServerImpl] JBoss Messaging Server version
15:19:30,305 INFO [MessagingServerImpl] HornetQ Server version
2.0.0.BETA1-SNAPSHOT (Stilton, 101) started
...
15:19:43,601 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.CR1 (build:
Expand Down
Loading

0 comments on commit ff0c9b7

Please sign in to comment.