Author: buildbot
Date: Mon Nov 30 23:22:05 2015
New Revision: 974077

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/version-5-getting-started.html

Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/activemq/content/version-5-getting-started.html
==============================================================================
--- websites/production/activemq/content/version-5-getting-started.html 
(original)
+++ websites/production/activemq/content/version-5-getting-started.html Mon Nov 
30 23:22:05 2015
@@ -81,390 +81,122 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 
id="Version5GettingStarted-Introduction">Introduction</h2>
-
-<p>This document describes how to install and configure ActiveMQ for both Unix 
and Windows' platforms.</p>
-
-<h2 id="Version5GettingStarted-DocumentOrganization">Document Organization</h2>
-
-<p>The Getting Started Guide for ActiveMQ contains the following sections:</p>
-<ul><li><a shape="rect" 
href="version-5-getting-started.html">#Introduction</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Document Organization</a></li><li><a 
shape="rect" href="version-5-getting-started.html">#Pre-Installation 
Requirements</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Installation Procedure for Windows</a>
-       <ul><li><a shape="rect" href="version-5-getting-started.html">#Windows 
Binary Installation</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Windows Source 
Installation</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Windows Developers' Release</a></li></ul>
-       </li><li><a shape="rect" 
href="version-5-getting-started.html">#Installation Procedure for Unix</a>
-       <ul><li><a shape="rect" href="version-5-getting-started.html">#Unix 
Binary Installation</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Unix Source Installation</a></li><li><a 
shape="rect" href="version-5-getting-started.html">#Unix Developers' 
Release</a></li></ul>
-       </li><li><a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a></li><li><a 
shape="rect" href="version-5-getting-started.html">#Testing the 
Installation</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Monitoring ActiveMQ</a></li><li><a 
shape="rect" href="version-5-getting-started.html">#Stopping 
ActiveMQ</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ with a different 
configuration file</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Configuring ActiveMQ</a></li></ul>
-
-
-<h2 id="Version5GettingStarted-Pre-InstallationRequirements">Pre-Installation 
Requirements</h2>
-
-<p><strong>Hardware:</strong></p>
-<ul><li>60 MB of free disk space for the ActiveMQ binary 
distribution.</li><li>200 MB of free disk space for the ActiveMQ source or 
developer's distributions.</li></ul>
-
-
-<p><strong>Operating Systems:</strong></p>
-<ul><li>Windows: Windows XP SP2, Windows 2000.</li><li>Unix: Ubuntu Linux, 
Powerdog Linux, MacOS, AIX, HP-UX, Solaris, or any Unix platform that supports 
Java.</li></ul>
-
-
-<p><strong>Environment:</strong></p>
-<ul><li>Java Developer Kit (JDK) 1.6.x or greater for deployment and 1.6.x 
(Java 6) for compiling/building.</li><li>The JAVA_HOME environment variable 
must be set to the directory where the JDK is installed, e.g., <code>c:\Program 
Files\jdk.1.6.0_xx_xx</code>.</li><li>Maven 3.0 or greater (required when 
installing source or developer's releases).</li><li><a shape="rect" 
class="external-link" 
href="http://cvs.apache.org/repository/geronimo-spec/jars/";>JARs</a> that will 
be used must be added to the classpath.</li></ul>
-
-
-<h2 id="Version5GettingStarted-InstallationProcedureforWindows">Installation 
Procedure for Windows</h2>
-
-<p>This section of the Getting Started Guide explains how to install binary 
and source distributions of ActiveMQ on a Windows system.</p>
-
-<h4 id="Version5GettingStarted-WindowsBinaryInstallation">Windows Binary 
Installation</h4>
-
-<p>This procedure explains how to download and install the binary distribution 
on a Windows system.</p>
-<ol><li>From a browser, navigate to <a shape="rect" class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="download.html">Download</a> link in the navigation pane 
(the left pane).</li><li>Select the latest distribution (for older releases, 
click the link to the archives).<br clear="none">
-For a binary distribution, the filename will be similar to: 
<code>activemq-x.x.x.zip</code>.</li><li>Extract the files from the ZIP file 
into a directory of your choice.</li><li>Proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a> section of this 
document.</li><li>Following start-up, go to the <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> section of 
this document.</li></ol>
-
-
-<h4 id="Version5GettingStarted-WindowsSourceInstallation">Windows Source 
Installation</h4>
-
-<p>This procedure explains how to download and install the source distribution 
on a Windows system.</p>
-
-<p><strong>NOTE:</strong> ActiveMQ requires Java 6 to run and to build</p>
-
-<ol><li>From a browser, navigate to <a shape="rect" class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="download.html">Download</a> link in the navigation pane 
(the left pane).</li><li>Select the latest distribution (for older releases, 
click the link to the archives).<br clear="none">
-For a source distribution, the filename will be similar to: 
<code>activemq-x.x-src.zip</code>.</li><li>Extract ActiveMQ from the ZIP file 
into a directory of your choice.</li><li><span class="confluence-anchor-link" 
id="Version5GettingStarted-WindowsSourceInstallation"></span> Build ActiveMQ 
using Maven 2.1 or greater and Java 1.6.</li></ol>
-
-
-<p>The recommended method of building ActiveMQ is the following:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]
+<div class="wiki-content maincontent"><h2 
id="Version5GettingStarted-Introduction">Introduction</h2><p>This document 
describes how to install and configure ActiveMQ for both Unix and Windows' 
platforms.</p><h2 id="Version5GettingStarted-DocumentOrganization">Document 
Organization</h2><p>The Getting Started Guide for ActiveMQ contains the 
following sections:</p><ul><li><a shape="rect" 
href="version-5-getting-started.html">#Introduction</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Document Organization</a></li><li><a 
shape="rect" href="version-5-getting-started.html">#Pre-Installation 
Requirements</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Installation Procedure for 
Windows</a><ul><li><a shape="rect" 
href="version-5-getting-started.html">#Windows Binary 
Installation</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Windows Source 
Installation</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Windows Develo
 pers' Release</a></li></ul></li><li><a shape="rect" 
href="version-5-getting-started.html">#Installation Procedure for 
Unix</a><ul><li><a shape="rect" href="version-5-getting-started.html">#Unix 
Binary Installation</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Unix Source Installation</a></li><li><a 
shape="rect" href="version-5-getting-started.html">#Unix Developers' 
Release</a></li></ul></li><li><a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a></li><li><a 
shape="rect" href="version-5-getting-started.html">#Testing the 
Installation</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Monitoring ActiveMQ</a></li><li><a 
shape="rect" href="version-5-getting-started.html">#Stopping 
ActiveMQ</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ with a different 
configuration file</a></li><li><a shape="rect" 
href="version-5-getting-started.html">#Configuring ActiveMQ</a></li></ul><h2 
id="Version5Ge
 ttingStarted-Pre-InstallationRequirements">Pre-Installation 
Requirements</h2><p><strong>Hardware:</strong></p><ul><li>60 MB of free disk 
space for the ActiveMQ binary distribution.</li><li>200 MB of free disk space 
for the ActiveMQ source or developer's 
distributions.</li></ul><p><strong>Operating 
Systems:</strong></p><ul><li>Windows: Windows XP SP2, Windows 
2000.</li><li>Unix: Ubuntu Linux, Powerdog Linux, MacOS, AIX, HP-UX, Solaris, 
or any Unix platform that supports 
Java.</li></ul><p><strong>Environment:</strong></p><ul><li>Java Developer Kit 
(JDK) 1.6.x or greater for deployment and 1.6.x (Java 6) for 
compiling/building.</li><li>The JAVA_HOME environment variable must be set to 
the directory where the JDK is installed, e.g., <code>c:\Program 
Files\jdk.1.6.0_xx_xx</code>.</li><li>Maven 3.0 or greater (required when 
installing source or developer's releases).</li><li><a shape="rect" 
class="external-link" 
href="http://cvs.apache.org/repository/geronimo-spec/jars/";>JARs</a> that wil
 l be used must be added to the classpath.</li></ul><h2 
id="Version5GettingStarted-InstallationProcedureforWindows">Installation 
Procedure for Windows</h2><p>This section of the Getting Started Guide explains 
how to install binary and source distributions of ActiveMQ on a Windows 
system.</p><h4 id="Version5GettingStarted-WindowsBinaryInstallation">Windows 
Binary Installation</h4><p>This procedure explains how to download and install 
the binary distribution on a Windows system.</p><ol><li>From a browser, 
navigate to <a shape="rect" class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="download.html">Download</a> link in the navigation pane 
(the left pane).</li><li>Select the latest distribution (for older releases, 
click the link to the archives).<br clear="none"> For a binary distribution, 
the filename will be similar to: 
<code>activemq-x.x.x.zip</code>.</li><li>Extract the files from the ZIP file 
into a directory o
 f your choice.</li><li>Proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a> section of this 
document.</li><li>Following start-up, go to the <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> section of 
this document.</li></ol><h4 
id="Version5GettingStarted-WindowsSourceInstallation">Windows Source 
Installation</h4><p>This procedure explains how to download and install the 
source distribution on a Windows system.</p><p><strong>NOTE:</strong> ActiveMQ 
requires Java 6 to run and to build</p><ol><li>From a browser, navigate to <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="download.html">Download</a> link in the navigation pane 
(the left pane).</li><li>Select the latest distribution (for older releases, 
click the link to the archives).<br clear="none"> For a source distribution, 
the filename will be similar to: <code>activemq
 -x.x-src.zip</code>.</li><li>Extract ActiveMQ from the ZIP file into a 
directory of your choice.</li><li><span class="confluence-anchor-link" 
id="Version5GettingStarted-WindowsSourceInstallation"></span> Build ActiveMQ 
using Maven 2.1 or greater and Java 1.6.</li></ol><p>The recommended method of 
building ActiveMQ is the following:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]
 mvn clean install
 </pre>
-</div></div>
-<p>where [activemq_install_dir] is the directory in which ActiveMQ was 
installed.</p>
-
-<p>If the above build fails on some tests, type the following:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]
+</div></div><p>where [activemq_install_dir] is the directory in which ActiveMQ 
was installed.</p><p>If the above build fails on some tests, type the 
following:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]
 mvn clean install -Dmaven.test.skip=true 
 </pre>
-</div></div>
-<ol><li>If you prefer to use an IDE, then you can auto-generate the IDE's 
project file using maven plugins:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-mvn eclipse:eclipse
-</pre>
-</div></div>
-or
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-mvn idea:idea
-</pre>
-</div></div>
-Feel free to use any other applicable IDE. Please refer to the <a shape="rect" 
class="external-link" 
href="http://maven.apache.org/reference/plugins/plugins.html";>plugin 
reference</a> for more details.</li><li>Start ActiveMQ from the target 
directory, for example:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]\assembly\target
+</div></div><ol><li><p>If you prefer to use an IDE, then you can auto-generate 
the IDE's project file using maven plugins:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">mvn eclipse:eclipse
+</pre>
+</div></div><p>or</p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">mvn idea:idea
+</pre>
+</div></div><p>Feel free to use any other applicable IDE. Please refer to the 
<a shape="rect" class="external-link" 
href="http://maven.apache.org/plugins/index.html";>plugin reference</a> for more 
details.</p></li><li><p>Start ActiveMQ from the target directory, for 
example:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]\assembly\target
 unzip activemq-x.x-SNAPSHOT.zip
 cd activemq-x.x-SNAPSHOT
 bin\activemq
 </pre>
-</div></div>
-<strong>NOTE:</strong> Working directories get created relative to the current 
directory. To create the working directories in the proper place, ActiveMQ must 
be launched from its home/installation directory.</li><li>Proceed to the <a 
shape="rect" href="version-5-getting-started.html">#Testing the 
Installation</a> section.</li></ol>
-
-
-<div class="confluence-information-macro 
confluence-information-macro-warning"><p class="title">Warning</p><span 
class="aui-icon aui-icon-small aui-iconfont-error 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body">
-<p>If you are building ActiveMQ 5.x under Windows using Cygwin there is a path 
name length limitation. If the path name length is exceeded, you may see build 
errors. To correct this, move the ActiveMQ source directory higher in the file 
system tree, e.g., /cygdrive/c/d/sm.</p></div></div>
-
-<h4 id="Version5GettingStarted-WindowsDeveloper'sRelease">Windows Developer's 
Release</h4>
-
-<p>This procedure explains how to download and install the latest developer's 
snapshot.</p>
-
-<p><strong>NOTE:</strong> ActiveMQ requires Java 6 to run and to build</p>
-<ol><li>From a browser, navigate to <a shape="rect" class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="download.html">Download</a> link in the navigation pane 
(the left pane).</li><li>Click the Maven ActiveMQ SNAPSHOT link.</li><li>Select 
the version of ActiveMQ to download</li><li>Extract the files from the ZIP file 
into a directory of your choice.</li><li>If a binary snapshot was downloaded, 
proceed to the <a shape="rect" href="version-5-getting-started.html">#Starting 
ActiveMQ</a> section of this document.<br clear="none">
-If a source snapshot was downloaded, perform step 6 and step 7 of the <a 
shape="rect" href="version-5-getting-started.html">#Windows Source 
Installation</a> procedure.</li><li>Following start-up, proceed to the <a 
shape="rect" href="version-5-getting-started.html">#Testing the 
Installation</a> section.</li></ol>
-
-
-<h2 id="Version5GettingStarted-InstallationProcedureforUnix">Installation 
Procedure for Unix</h2>
-
-
-<h4 
id="Version5GettingStarted-UnixBinaryInstallationUnixBinaryInstallation"><span 
class="confluence-anchor-link" 
id="Version5GettingStarted-UnixBinaryInstallation"></span> Unix Binary 
Installation</h4>
-
-<p>This procedure explains how to download and install the binary distribution 
on a Unix system.<br clear="none">
-<strong>NOTE:</strong> There are several alternative ways to perform this type 
of installation.</p>
-
-<ol><li>Download the activemq gzip file to the Unix machine, using either a 
browser or a tool, i.e., wget, scp, ftp, etc. for example:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-&gt; wget http://activemq.apache.org/path/tofile/apache-activemq-5.8-tar.gz
-</pre>
-</div></div></li><li>Extract the files from the gzip file into a directory of 
your choice. For example:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-&gt; tar zxvf activemq-x.x.x.tar.gz
-</pre>
-</div></div></li><li>If the <code>ActiveMQ</code> start-up script is not 
executable, change its permissions. The <code>ActiveMQ</code> script is located 
in the <code>bin</code> directory. For example:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-&gt; cd [activemq_install_dir]/bin
+</div></div><p><strong>NOTE:</strong> Working directories get created relative 
to the current directory. To create the working directories in the proper 
place, ActiveMQ must be launched from its home/installation 
directory.</p></li><li>Proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> 
section.</li></ol><div class="confluence-information-macro 
confluence-information-macro-warning"><p class="title">Warning</p><span 
class="aui-icon aui-icon-small aui-iconfont-error 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>If you are building ActiveMQ 5.x 
under Windows using Cygwin there is a path name length limitation. If the path 
name length is exceeded, you may see build errors. To correct this, move the 
ActiveMQ source directory higher in the file system tree, e.g., 
/cygdrive/c/d/sm.</p></div></div><h4 
id="Version5GettingStarted-WindowsDeveloper'sRelease">Windows Developer's 
Release</h4><p>This proce
 dure explains how to download and install the latest developer's 
snapshot.</p><p><strong>NOTE:</strong> ActiveMQ requires Java 7&#160;to run and 
to build</p><ol><li>From a browser, navigate to <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="download.html">Download</a> link in the navigation pane 
(the left pane).</li><li>Click the Maven ActiveMQ SNAPSHOT link.</li><li>Select 
the version of ActiveMQ to download</li><li>Extract the files from the ZIP file 
into a directory of your choice.</li><li>If a binary snapshot was downloaded, 
proceed to the <a shape="rect" href="version-5-getting-started.html">#Starting 
ActiveMQ</a> section of this document.<br clear="none"> If a source snapshot 
was downloaded, perform step 6 and step 7 of the <a shape="rect" 
href="version-5-getting-started.html">#Windows Source Installation</a> 
procedure.</li><li>Following start-up, proceed to the <a shape="rect" href="ver
 sion-5-getting-started.html">#Testing the Installation</a> 
section.</li></ol><h2 
id="Version5GettingStarted-InstallationProcedureforUnix">Installation Procedure 
for Unix</h2><h4 
id="Version5GettingStarted-UnixBinaryInstallationUnixBinaryInstallation"><span 
class="confluence-anchor-link" 
id="Version5GettingStarted-UnixBinaryInstallation"></span> Unix Binary 
Installation</h4><p>This procedure explains how to download and install the 
binary distribution on a Unix system.<br clear="none"> <strong>NOTE:</strong> 
There are several alternative ways to perform this type of 
installation.</p><ol><li><p>Download the activemq gzip file to the Unix 
machine, using either a browser or a tool, i.e., wget, scp, ftp, etc. for 
example:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">&gt; wget 
http://activemq.apache.org/path/tofile/apache-activemq-5.8-tar.gz
+</pre>
+</div></div></li><li><p>Extract the files from the gzip file into a directory 
of your choice. For example:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">&gt; tar zxvf activemq-x.x.x.tar.gz
+</pre>
+</div></div></li><li><p>If the <code>ActiveMQ</code> start-up script is not 
executable, change its permissions. The <code>ActiveMQ</code> script is located 
in the <code>bin</code> directory. For example:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">&gt; cd [activemq_install_dir]/bin
 &gt; chmod 755 activemq
 </pre>
-</div></div></li><li>Proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a> section of this 
document.</li><li>Following start-up, go to the <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> 
section.</li></ol>
-
-
-<h4 id="Version5GettingStarted-UnixSourceInstallation">Unix Source 
Installation</h4>
-
-<p>This procedure explains how to download and install the source distribution 
on a Unix system. This procedure assumes the Unix machine has a browser. Please 
see the previous <a shape="rect" href="version-5-getting-started.html">#Unix 
Binary Installation</a> section for details on how to install ActiveMQ without 
a browser.</p>
-
-<p><strong>NOTE:</strong> ActiveMQ requires Java 6 to run and to build</p>
-<ol><li>From a browser, navigate to <a shape="rect" class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="download.html">Download</a> link in the navigation pane 
(the left pane).</li><li>Click the Maven ActiveMQ SNAPSHOT link.</li><li>Select 
the version of ActiveMQ to download<br clear="none">
-For a source distribution, the filename will be similar to: 
<code>activemq-x.x-src.tar.gz</code>.</li><li>Extract the files from the ZIP 
file into a directory of your choice. For example:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-tar zxvf activemq.x.x-src.tar.gz
-</pre>
-</div></div></li><li>Build ActiveMQ using Maven 3.0 or greater and Java 6:<br 
clear="none">
-The preferred method of building ActiveMQ is the following:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]
+</div></div></li><li>Proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a> section of this 
document.</li><li>Following start-up, go to the <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> 
section.</li></ol><h4 id="Version5GettingStarted-UnixSourceInstallation">Unix 
Source Installation</h4><p>This procedure explains how to download and install 
the source distribution on a Unix system. This procedure assumes the Unix 
machine has a browser. Please see the previous <a shape="rect" 
href="version-5-getting-started.html">#Unix Binary Installation</a> section for 
details on how to install ActiveMQ without a 
browser.</p><p><strong>NOTE:</strong> ActiveMQ requires Java 6 to run and to 
build</p><ol><li>From a browser, navigate to <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="download.html">Download</a> link in the navigation pane 
 (the left pane).</li><li>Click the Maven ActiveMQ SNAPSHOT 
link.</li><li>Select the version of ActiveMQ to download<br clear="none"> For a 
source distribution, the filename will be similar to: 
<code>activemq-x.x-src.tar.gz</code>.</li><li><p>Extract the files from the ZIP 
file into a directory of your choice. For example:</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">tar zxvf activemq.x.x-src.tar.gz
+</pre>
+</div></div></li><li><p>Build ActiveMQ using Maven 3.0 or greater and Java 
6:<br clear="none"> The preferred method of building ActiveMQ is the 
following:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]
 mvn clean install
 </pre>
-</div></div>
-If Maven crashes with a java.lang.OutOfMemoryError, you you need to do this 
first (assuming a Bourne-like shell):
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-export MAVEN_OPTS=-Xmx1024M
-</pre>
-</div></div>
-If the above build fails on some tests, do the following:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]
+</div></div><p>If Maven crashes with a java.lang.OutOfMemoryError, you you 
need to do this first (assuming a Bourne-like shell):</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">export MAVEN_OPTS=-Xmx1024M
+</pre>
+</div></div><p>If the above build fails on some tests, do the 
following:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]
 mvn clean install -Dmaven.test.skip=true 
 </pre>
-</div></div>
-If you prefer to use an IDE then you can auto-generate the IDE's project file 
using maven plugins:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-mvn eclipse:eclipse
-</pre>
-</div></div>
- or 
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-mvn idea:idea
-</pre>
-</div></div>
-Feel free to use any other applicable IDE. Please refer to the <a shape="rect" 
class="external-link" 
href="http://maven.apache.org/reference/plugins/plugins.html";>plugin 
reference</a> for more details.<br clear="none">
-<strong>NOTE:</strong> Working directories get created relative to the current 
directory. To create working directories in the proper place, ActiveMQ must be 
launched from its home/installation directory.</li><li>Proceed to the <a 
shape="rect" href="version-5-getting-started.html">#Starting ActiveMQ</a> 
section of this document.</li><li>Proceed to <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> 
section.</li></ol>
-
-
-<h4 id="Version5GettingStarted-UnixDeveloper'sRelease">Unix Developer's 
Release</h4>
-
-<p>This procedure explains how to download and install the latest developer's 
snapshot.</p>
-
-<p><strong>NOTE:</strong> ActiveMQ requires Java 6 to run and to build</p>
-<ol><li>From a browser, navigate to <a shape="rect" class="external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="version-5-getting-started.html">#Download</a> link in the 
navigation pane (the left pane).</li><li>Click the Maven ActiveMQ SNAPSHOT 
link.</li><li>Select the version of ActiveMQ to download</li><li>Extract the 
files from the gzip file into a directory of your choice. For example:<br 
clear="none">
-For a binary developer's snapshot:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-tar zxvf activemq-x.x.x.tar.gz
-</pre>
-</div></div>
-For a source developer's snapshot:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-tar zxvf activemq-x.x.x-src.tar.gz
-</pre>
-</div></div></li><li>If a binary snapshot was downloaded, to make it 
executable, the <code>ActiveMQ</code> script may need its permissions changed:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]/bin
+</div></div><p>If you prefer to use an IDE then you can auto-generate the 
IDE's project file using maven plugins:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">mvn eclipse:eclipse
+</pre>
+</div></div><p>or</p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">mvn idea:idea
+</pre>
+</div></div><p>Feel free to use any other applicable IDE. Please refer to the 
<a shape="rect" class="external-link" 
href="http://maven.apache.org/reference/plugins/plugins.html";>plugin 
reference</a> for more details.<br clear="none"> <strong>NOTE:</strong> Working 
directories get created relative to the current directory. To create working 
directories in the proper place, ActiveMQ must be launched from its 
home/installation directory.</p></li><li>Proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a> section of this 
document.</li><li>Proceed to <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> 
section.</li></ol><h4 id="Version5GettingStarted-UnixDeveloper'sRelease">Unix 
Developer's Release</h4><p>This procedure explains how to download and install 
the latest developer's snapshot.</p><p><strong>NOTE:</strong> ActiveMQ requires 
Java 6 to run and to build</p><ol><li>From a browser, navigate to <a 
shape="rect" class=
 "external-link" 
href="http://activemq.apache.org/";>activemq.apache.org/</a>.</li><li>Click the 
<a shape="rect" href="version-5-getting-started.html">#Download</a> link in the 
navigation pane (the left pane).</li><li>Click the Maven ActiveMQ SNAPSHOT 
link.</li><li>Select the version of ActiveMQ to download</li><li><p>Extract the 
files from the gzip file into a directory of your choice. For example:<br 
clear="none"> For a binary developer's snapshot:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">tar zxvf activemq-x.x.x.tar.gz
+</pre>
+</div></div><p>For a source developer's snapshot:</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">tar zxvf activemq-x.x.x-src.tar.gz
+</pre>
+</div></div></li><li><p>If a binary snapshot was downloaded, to make it 
executable, the <code>ActiveMQ</code> script may need its permissions 
changed:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]/bin
 chmod 755 activemq
 </pre>
-</div></div></li><li>For a binary snapshot, proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a> section of this 
document.</li><li>If a source snapshot was downloaded perform steps 6 - 8 of 
the <a shape="rect" href="version-5-getting-started.html">#Unix Source 
Installation</a> procedure.</li><li>Proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> 
section.</li></ol>
-
-
-<h2 id="Version5GettingStarted-StartingActiveMQStartingActiveMQ"><span 
class="confluence-anchor-link" 
id="Version5GettingStarted-StartingActiveMQ"></span> Starting ActiveMQ</h2>
-
-<p>There now follows instructions on how to <a shape="rect" 
href="run-broker.html">run the ActiveMQ Message Broker</a>.</p>
-
-<div class="confluence-information-macro 
confluence-information-macro-tip"><span class="aui-icon aui-icon-small 
aui-iconfont-approve confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body">
-<p>See also <a shape="rect" class="unresolved" href="#">Starting ActiveMQ with 
a different configuration file</a></p></div></div>
-
-<h4 id="Version5GettingStarted-OnWindows:">On Windows:</h4>
-
-<p>From a console window, change to the installation directory and run 
<code>ActiveMQ</code>:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]
+</div></div></li><li>For a binary snapshot, proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Starting ActiveMQ</a> section of this 
document.</li><li>If a source snapshot was downloaded perform steps 6 - 8 of 
the <a shape="rect" href="version-5-getting-started.html">#Unix Source 
Installation</a> procedure.</li><li>Proceed to the <a shape="rect" 
href="version-5-getting-started.html">#Testing the Installation</a> 
section.</li></ol><h2 
id="Version5GettingStarted-StartingActiveMQStartingActiveMQ"><span 
class="confluence-anchor-link" 
id="Version5GettingStarted-StartingActiveMQ"></span> Starting 
ActiveMQ</h2><p>There now follows instructions on how to <a shape="rect" 
href="run-broker.html">run the ActiveMQ Message Broker</a>.</p><div 
class="confluence-information-macro confluence-information-macro-tip"><span 
class="aui-icon aui-icon-small aui-iconfont-approve 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>See also <a shape="
 rect" class="unresolved" href="#">Starting ActiveMQ with a different 
configuration file</a></p></div></div><h4 
id="Version5GettingStarted-OnWindows:">On Windows:</h4><p>From a console 
window, change to the installation directory and run 
<code>ActiveMQ</code>:</p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]
 </pre>
-</div></div>
-<p>where <code>activemq_install_dir</code> is the directory in which ActiveMQ 
was installed, e.g., <code>c:\Program Files\ActiveMQ-5.x</code>.</p>
-
-<p>Then type (depending on ActiveMQ version):</p>
-
-<p><strong>ActiveMQ 5.10 onwards</strong> </p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-bin\activemq start
-</pre>
-</div></div>
-<p><strong>ActiveMQ 5.9 or older</strong></p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-bin\activemq
+</div></div><p>where <code>activemq_install_dir</code> is the directory in 
which ActiveMQ was installed, e.g., <code>c:\Program 
Files\ActiveMQ-5.x</code>.</p><p>Then type (depending on ActiveMQ 
version):</p><p><strong>ActiveMQ 5.10 onwards</strong></p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">bin\activemq start
 </pre>
-</div></div>
-<p><strong>NOTE:</strong> Working directories get created relative to the 
current directory. To create working directories in the proper place, ActiveMQ 
must be launched from its home/installation directory.</p>
-
-<h4 id="Version5GettingStarted-OnUnix:">On Unix:</h4>
-
-<p>From a command shell, change to the installation directory and run 
<code>ActiveMQ</code>:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]
-</pre>
-</div></div>
-<p>where <code>activemq_install_dir</code> is the directory in which ActiveMQ 
was installed, e.g., <code>/usr/local/activemq-5.x</code>.
-<br clear="none" class="atl-forced-newline">
-Then type:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-bin/activemq start
+</div></div><p><strong>ActiveMQ 5.9 or older</strong></p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">bin\activemq
+</pre>
+</div></div><p><strong>NOTE:</strong> Working directories get created relative 
to the current directory. To create working directories in the proper place, 
ActiveMQ must be launched from its home/installation directory.</p><h4 
id="Version5GettingStarted-OnUnix:">On Unix:</h4><p>From a command shell, 
change to the installation directory and run <code>ActiveMQ</code>:</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]
+</pre>
+</div></div><p>where <code>activemq_install_dir</code> is the directory in 
which ActiveMQ was installed, e.g., <code>/usr/local/activemq-5.x</code>. <br 
clear="none" class="atl-forced-newline"> Then type:</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">bin/activemq start
 
 OR
 
 bin/activemq start &gt; /tmp/smlog  2&gt;&amp;1 &amp;;
 Note: /tmp/smlog may be changed to another file name.
 </pre>
-</div></div>
-<p><strong>NOTE:</strong> Working directories get created relative to the 
current directory. To create working directories in the proper place, ActiveMQ 
must be launched from its home/installation directory.</p>
-<div class="confluence-information-macro 
confluence-information-macro-warning"><p class="title">Warning</p><span 
class="aui-icon aui-icon-small aui-iconfont-error 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body">
-<p>Do NOT close the console or shell in which ActiveMQ was started, as that 
will terminate ActiveMQ (unless ActiveMQ was started with nohup).</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-nohup bin/activemq &gt; /tmp/smlog 2&gt;&amp;1 &amp;
+</div></div><p><strong>NOTE:</strong> Working directories get created relative 
to the current directory. To create working directories in the proper place, 
ActiveMQ must be launched from its home/installation directory.</p><div 
class="confluence-information-macro confluence-information-macro-warning"><p 
class="title">Warning</p><span class="aui-icon aui-icon-small 
aui-iconfont-error confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>Do NOT close the console or shell 
in which ActiveMQ was started, as that will terminate ActiveMQ (unless ActiveMQ 
was started with nohup).</p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">nohup bin/activemq &gt; /tmp/smlog 2&gt;&amp;1 &amp;
 </pre>
-</div></div></div></div>
-
-<h3 id="Version5GettingStarted-Morehelp">More help</h3>
-
-<p>For other ways of running the broker see <a shape="rect" 
href="run-broker.html">Here</a>. For example you can run an <a shape="rect" 
href="how-do-i-embed-a-broker-inside-a-connection.html">embedded broker</a> 
inside your JMS Connection to avoid starting a separate process.</p>
-
-<h2 
id="Version5GettingStarted-TestingtheInstallationTestingtheInstallation"><span 
class="confluence-anchor-link" 
id="Version5GettingStarted-TestingtheInstallation"></span> Testing the 
Installation</h2>
-
-<p>If ActiveMQ is up and running without problems, the Window's console window 
or the Unix command shell will display information similar to the following log 
line:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-INFO  ActiveMQ JMS Message Broker 
(ID:apple-s-Computer.local-51222-1140729837569-0:0) has started
-</pre>
-</div></div>
-<p><br clear="none" class="atl-forced-newline">
-ActiveMQ's default port is 61616. From another window run netstat and search 
for port 61616.</p>
-
-<p>From a Windows console, type:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-netstat -an|find "61616"
+</div></div></div></div><h3 id="Version5GettingStarted-Morehelp">More 
help</h3><p>For other ways of running the broker see <a shape="rect" 
href="run-broker.html">Here</a>. For example you can run an <a shape="rect" 
href="how-do-i-embed-a-broker-inside-a-connection.html">embedded broker</a> 
inside your JMS Connection to avoid starting a separate process.</p><h2 
id="Version5GettingStarted-TestingtheInstallationTestingtheInstallation"><span 
class="confluence-anchor-link" 
id="Version5GettingStarted-TestingtheInstallation"></span> Testing the 
Installation</h2><p>If ActiveMQ is up and running without problems, the 
Window's console window or the Unix command shell will display information 
similar to the following log line:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">INFO  ActiveMQ JMS Message Broker 
(ID:apple-s-Computer.local-51222-1140729837569-0:0) has started
 </pre>
-</div></div>
-<p><strong>OR</strong></p>
-
-<p>From a Unix command shell, type:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-netstat -an|grep 61616
+</div></div><p><br clear="none" class="atl-forced-newline"> ActiveMQ's default 
port is 61616. From another window run netstat and search for port 
61616.</p><p>From a Windows console, type:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">netstat -an|find "61616"
 </pre>
-</div></div>
-
-<h2 id="Version5GettingStarted-MonitoringActiveMQ">Monitoring ActiveMQ</h2>
-
-You can monitor ActiveMQ using the <a shape="rect" href="web-console.html">Web 
Console</a> by pointing your browser at<p><a shape="rect" class="external-link" 
href="http://localhost:8161/admin"; 
rel="nofollow">http://localhost:8161/admin</a></p><div 
class="confluence-information-macro 
confluence-information-macro-information"><span class="aui-icon aui-icon-small 
aui-iconfont-info confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>From ActiveMQ 5.8 onwards the web 
apps is secured out of the box.<br clear="none"> The default username and 
password is admin/admin. You can configure this in the 
conf/jetty-real.properties file.</p></div></div><p>Or you can use the <a 
shape="rect" href="jmx.html">JMX</a> support to view the running state of 
ActiveMQ.</p><p>For more information see the file 
<code>docs/WebConsole-README.txt</code> in the distribution.</p>
-
-<h2 id="Version5GettingStarted-StoppingActiveMQ">Stopping ActiveMQ</h2>
-
-<p>For both Windows and Unix installations, terminate ActiveMQ by typing 
"CTRL-C" in the console or command shell in which it is running.</p>
-
-<p>If ActiveMQ was started in the background on Unix, the process can be 
killed, with the following:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-cd [activemq_install_dir]
-</pre>
-</div></div>
-<p>where <code>activemq_install_dir</code> is the directory in which ActiveMQ 
was installed, e.g., <code>/usr/local/activemq-5.x</code>.
-<br clear="none" class="atl-forced-newline">
-Then type:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-bin/activemq stop
+</div></div><p><strong>OR</strong></p><p>From a Unix command shell, 
type:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">netstat -an|grep 61616
 </pre>
-</div></div>
-
-<p>Or you can do the following:</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-ps -ef|grep activemq
+</div></div><h2 id="Version5GettingStarted-MonitoringActiveMQ">Monitoring 
ActiveMQ</h2><p>You can monitor ActiveMQ using the <a shape="rect" 
href="web-console.html">Web Console</a> by pointing your browser at</p><p><a 
shape="rect" class="external-link" href="http://localhost:8161/admin"; 
rel="nofollow">http://localhost:8161/admin</a></p><div 
class="confluence-information-macro 
confluence-information-macro-information"><span class="aui-icon aui-icon-small 
aui-iconfont-info confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>From ActiveMQ 5.8 onwards the web 
apps is secured out of the box.<br clear="none"> The default username and 
password is admin/admin. You can configure this in the 
conf/jetty-real.properties file.</p></div></div><p>Or you can use the <a 
shape="rect" href="jmx.html">JMX</a> support to view the running state of 
ActiveMQ.</p><p>For more information see the file 
<code>docs/WebConsole-README.txt</code> in the distribution.</p><h2 i
 d="Version5GettingStarted-StoppingActiveMQ">Stopping ActiveMQ</h2><p>For both 
Windows and Unix installations, terminate ActiveMQ by typing "CTRL-C" in the 
console or command shell in which it is running.</p><p>If ActiveMQ was started 
in the background on Unix, the process can be killed, with the 
following:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">cd [activemq_install_dir]
+</pre>
+</div></div><p>where <code>activemq_install_dir</code> is the directory in 
which ActiveMQ was installed, e.g., <code>/usr/local/activemq-5.x</code>. <br 
clear="none" class="atl-forced-newline"> Then type:</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">bin/activemq stop
+</pre>
+</div></div><p>Or you can do the following:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">ps -ef|grep activemq
 kill [PID]
   where [PID] is the process id of the ActiveMQ process.
 </pre>
-</div></div>
-
-<h2 
id="Version5GettingStarted-StartingActiveMQwithadifferentconfigurationfileStartingActiveMQwithadifferentconfigurationfile"><span
 class="confluence-anchor-link" 
id="Version5GettingStarted-StartingActiveMQwithadifferentconfigurationfile"></span>
 Starting ActiveMQ with a different configuration file</h2>
-
-<p>By default ActiveMQ uses the <code>conf/activemq.xml</code> as the main 
configuration file when starting. If you want to use a different configuration 
file you can specify this as a parameter. </p>
-
-<h4 id="Version5GettingStarted-ActiveMQ5.8orolder">ActiveMQ 5.8 or older</h4>
-<p>For example to use <code>conf/activemq-demo.xml</code> which includes the 
web demos, you do as follows:</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-bin/activemq console xbean:conf/activemq-demo.xml
+</div></div><h2 
id="Version5GettingStarted-StartingActiveMQwithadifferentconfigurationfileStartingActiveMQwithadifferentconfigurationfile"><span
 class="confluence-anchor-link" 
id="Version5GettingStarted-StartingActiveMQwithadifferentconfigurationfile"></span>
 Starting ActiveMQ with a different configuration file</h2><p>By default 
ActiveMQ uses the <code>conf/activemq.xml</code> as the main configuration file 
when starting. If you want to use a different configuration file you can 
specify this as a parameter.</p><h4 
id="Version5GettingStarted-ActiveMQ5.8orolder">ActiveMQ 5.8 or older</h4><p>For 
example to use <code>conf/activemq-demo.xml</code> which includes the web 
demos, you do as follows:</p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">bin/activemq console xbean:conf/activemq-demo.xml
 </pre>
-</div></div>
-
-<p>To start Active in console mode and load the 
<code>conf/activemq-demo.xml</code> file. Yes you need the <code>xbean:</code> 
as prefix.</p>
-
-<p>And to launch as a background process you can do:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-bin/activemq start xbean:conf/activemq-demo.xml
+</div></div><p>To start Active in console mode and load the 
<code>conf/activemq-demo.xml</code> file. Yes you need the <code>xbean:</code> 
as prefix.</p><p>And to launch as a background process you can do:</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">bin/activemq start xbean:conf/activemq-demo.xml
 </pre>
-</div></div>
-
-<h4 id="Version5GettingStarted-ActiveMQ5.9onwards.">ActiveMQ 5.9 onwards.</h4>
-<p>For example to use <code>examples/conf/activemq-demo.xml</code> which 
includes the web demos, you do as follows:</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-bin/activemq console xbean:examples/conf/activemq-demo.xml
+</div></div><h4 id="Version5GettingStarted-ActiveMQ5.9onwards.">ActiveMQ 5.9 
onwards.</h4><p>For example to use <code>examples/conf/activemq-demo.xml</code> 
which includes the web demos, you do as follows:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">bin/activemq console 
xbean:examples/conf/activemq-demo.xml
 </pre>
-</div></div>
-
-<p>To start Active in console mode and load the 
<code>examples/conf/activemq-demo.xml</code> file. Yes you need the 
<code>xbean:</code> as prefix.</p>
-
-<p>And to launch as a background process you can do:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">
-bin/activemq start xbean:examples/conf/activemq-demo.xml
+</div></div><p>To start Active in console mode and load the 
<code>examples/conf/activemq-demo.xml</code> file. Yes you need the 
<code>xbean:</code> as prefix.</p><p>And to launch as a background process you 
can do:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">bin/activemq start xbean:examples/conf/activemq-demo.xml
 </pre>
-</div></div>
-
-
-<h2 id="Version5GettingStarted-ConfiguringActiveMQ">Configuring ActiveMQ</h2>
-
-<p>The ActiveMQ broker should now run. You can configure the broker by 
specifying an <a shape="rect" href="xml-configuration.html">Xml 
Configuration</a> file as a parameter to the <em>activemq</em> command. An 
alternative is to use the <a shape="rect" 
href="broker-configuration-uri.html">Broker Configuration URI</a> to configure 
things on the command line in a concise format (though the configuration 
options are not as extensive as if you use Java or XML code). You can also</p>
-
-<p>Also see <a shape="rect" href="configuring-transports.html">Configuring 
Transports</a> to see how you can configure the various connection, transport 
and broker options using the connection URL in the 
ActiveMQConnectionFactory.</p>
-
-<p>See the <a shape="rect" href="initial-configuration.html">Initial 
Configuration</a> for details of which jars you need to add to your classpath 
to start using ActiveMQ in your Java code</p>
-
-<p>If you want to use JNDI to connect to your JMS provider then please view 
the <a shape="rect" href="jndi-support.html">JNDI Support</a>. If you are a 
Spring user you should read about <a shape="rect" 
href="spring-support.html">Spring Support</a></p>
-
-<p>After the installation, ActiveMQ is running with a basic configuration. For 
details on configuring options, please see refer to the <a shape="rect" 
href="configuration.html">Configuration</a> section.</p>
-
-<h2 id="Version5GettingStarted-AdditionalResources">Additional Resources</h2>
-
-<p>If you are new to using ActiveMQ, running the <a shape="rect" 
href="web-samples.html">Web Samples</a> or the <a shape="rect" 
href="examples.html">Examples</a> is a good next step to learn more about 
ActiveMQ.</p></div>
+</div></div><h2 id="Version5GettingStarted-ConfiguringActiveMQ">Configuring 
ActiveMQ</h2><p>The ActiveMQ broker should now run. You can configure the 
broker by specifying an <a shape="rect" href="xml-configuration.html">Xml 
Configuration</a> file as a parameter to the <em>activemq</em> command. An 
alternative is to use the <a shape="rect" 
href="broker-configuration-uri.html">Broker Configuration URI</a> to configure 
things on the command line in a concise format (though the configuration 
options are not as extensive as if you use Java or XML code). You can 
also</p><p>Also see <a shape="rect" 
href="configuring-transports.html">Configuring Transports</a> to see how you 
can configure the various connection, transport and broker options using the 
connection URL in the ActiveMQConnectionFactory.</p><p>See the <a shape="rect" 
href="initial-configuration.html">Initial Configuration</a> for details of 
which jars you need to add to your classpath to start using ActiveMQ in your 
Java code</p>
 <p>If you want to use JNDI to connect to your JMS provider then please view 
the <a shape="rect" href="jndi-support.html">JNDI Support</a>. If you are a 
Spring user you should read about <a shape="rect" 
href="spring-support.html">Spring Support</a></p><p>After the installation, 
ActiveMQ is running with a basic configuration. For details on configuring 
options, please see refer to the <a shape="rect" 
href="configuration.html">Configuration</a> section.</p><h2 
id="Version5GettingStarted-AdditionalResources">Additional Resources</h2><p>If 
you are new to using ActiveMQ, running the <a shape="rect" 
href="web-samples.html">Web Samples</a> or the <a shape="rect" 
href="examples.html">Examples</a> is a good next step to learn more about 
ActiveMQ.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">


Reply via email to