Author: buildbot
Date: Thu Aug 13 20:21:10 2015
New Revision: 961759

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/unix-shell-script.html
    websites/production/activemq/content/xml-reference.html

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

Modified: websites/production/activemq/content/unix-shell-script.html
==============================================================================
--- websites/production/activemq/content/unix-shell-script.html (original)
+++ websites/production/activemq/content/unix-shell-script.html Thu Aug 13 
20:21:10 2015
@@ -82,19 +82,18 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 
id="UnixShellScript-/*&lt;![CDATA[*/div.rbtoc1438604452262{padding:0px;}div.rbtoc1438604452262ul{list-style:disc;margin-left:0px;}div.rbtoc1438604452262li{margin-left:0px;padding-left:0px;}/*]]&gt;*/#UnixShellScript-Functionaloverview#UnixShellScript-Functionalover"><style
 type="text/css">/*<![CDATA[*/
-div.rbtoc1438604452262 {padding: 0px;}
-div.rbtoc1438604452262 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1438604452262 li {margin-left: 0px;padding-left: 0px;}
+<div class="wiki-content maincontent"><p><style type="text/css">/*<![CDATA[*/
+div.rbtoc1439497204049 {padding: 0px;}
+div.rbtoc1439497204049 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1439497204049 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></h2><div class="toc-macro rbtoc1438604452262">
-<ul class="toc-indentation"><li><a shape="rect" 
href="#UnixShellScript-"></a></li></ul>
-<ul><li><a shape="rect" href="#UnixShellScript-Functionaloverview">Functional 
overview</a></li><li><a shape="rect" 
href="#UnixShellScript-Configuringtheinit-script">Configuring the 
init-script</a>
+/*]]>*/</style></p><div class="toc-macro rbtoc1439497204049">
+<ul class="toc-indentation"><li><a shape="rect" 
href="#UnixShellScript-Functionaloverview">Functional overview</a></li><li><a 
shape="rect" href="#UnixShellScript-Configuringtheinit-script">Configuring the 
init-script</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#UnixShellScript-Version5.11.0andhigher">Version 5.11.0 and higher</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#UnixShellScript-Configurationfileoftheinit-script">Configuration file of 
the init-script</a></li><li><a shape="rect" 
href="#UnixShellScript-Versionsprior5.11.0">Versions prior 5.11.0</a></li></ul>
 </li><li><a shape="rect" 
href="#UnixShellScript-Runningactivemqasaunixdaemon">Running activemq as a unix 
daemon</a></li><li><a shape="rect" 
href="#UnixShellScript-Runningmultipleinstances">Running multiple 
instances</a></li></ul>
 </li><li><a shape="rect" 
href="#UnixShellScript-Testingandreportinginteroperabilityproblemsforunixplatforms">Testing
 and reporting interoperability problems for unix platforms</a></li></ul>
-</div><h1 id="UnixShellScript-Functionaloverview">Functional 
overview</h1><p>From version <strong>5.4.0</strong> onwards, ActiveMQ comes 
with a enhanced shell script for starting, stopping and managing the broker in 
Unix environment. For basic <a shape="rect" 
href="activemq-command-line-tools-reference.html">activemq</a> and <a 
shape="rect" 
href="activemq-command-line-tools-reference.html">activemq-admin</a> scripts 
functionality take a look at <a shape="rect" 
href="activemq-command-line-tools-reference.html">ActiveMQ Command Line Tools 
Reference</a>.</p><p>This <code>activemq</code> script incorporate these two 
scripts into one and adds some new functionalities. On top of regular 
<code>activemq</code> and <code>activemq-admin</code> scripts, it adds the 
following features:</p><ul><li><p><strong>start</strong> - starts the broker in 
background. It saves process id in the 
<code>${ACTIVEMQ_DATA_DIR}/activemq.pid</code> for future reference. It accepts 
the same command line arguments l
 ike the original <code>activemq</code> script, so you can do something 
like</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+</div><h1 id="UnixShellScript-Functionaloverview">Functional 
overview</h1><p>From version 5.4.0 onwards, ActiveMQ comes with a enhanced 
shell script for starting, stopping and managing the broker in Unix 
environment. For basic <a shape="rect" 
href="activemq-command-line-tools-reference.html">activemq</a> and <a 
shape="rect" 
href="activemq-command-line-tools-reference.html">activemq-admin</a> scripts 
functionality take a look at <a shape="rect" 
href="activemq-command-line-tools-reference.html">ActiveMQ Command Line Tools 
Reference</a>.</p><p>This <code>activemq</code> script incorporate these two 
scripts into one and adds some new functionalities. On top of regular 
<code>activemq</code> and <code>activemq-admin</code> scripts, it adds the 
following features:</p><ul><li><p><strong>start</strong> - starts the broker in 
background. It saves process id in the 
<code>${ACTIVEMQ_DATA_DIR}/activemq.pid</code> for future reference. It accepts 
the same command line arguments like the original 
 <code>activemq</code> script, so you can do something like</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-stomp.xml</pre>
 </div></div></li><li><p><strong>console</strong> - starts the broker in 
foreground. It is basically the replacement for the old <code>activemq</code> 
script<br clear="none">(you can interrupt the 
)</p></li></ul><ul><li><strong>stop</strong> - stops the broker that is running 
in the background. It tries first to stop the broker using <a shape="rect" 
href="activemq-command-line-tools-reference.html">shutdown</a> task. If that 
task doesn't return in 30 seconds (configurable), it will kill the 
process.</li></ul><ul><li><strong>restart</strong> - stops the running instance 
(if there's one) and starts the new 
one</li></ul><ul><li><strong>status</strong> - checks if activemq process is 
running<br clear="none">(exitcode: 1 = broker is down, 0 = broker is 
up)</li></ul><ul><li><p><strong>create</strong> - create an ACTIVEMQ_BASE 
directory that separates a broker instance from its binaries, i.e., it creates 
copies of the ActiveMQ configuration files into the command-line specified 
directory an
 d points to the binaries. You can start the broker with the <code>/bin</code> 
scripts in the newly created instance.</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 create /path/to/brokers/mybroker </pre>

Modified: websites/production/activemq/content/xml-reference.html
==============================================================================
--- websites/production/activemq/content/xml-reference.html (original)
+++ websites/production/activemq/content/xml-reference.html Thu Aug 13 20:21:10 
2015
@@ -82,7 +82,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 
id="XmlReference-ActiveMQXmlReference">ActiveMQ Xml Reference</h2><p>This page 
contains a link to the XML reference guides and XML schema documents for <a 
shape="rect" href="xml-configuration.html">Xml Configuration</a> with ActiveMQ 
releases</p><h3 id="XmlReference-ReleasedSchemas">Released Schemas</h3><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Reference Document</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Reference</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>XML Schema</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>XML Schema namespace</p></th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="xbean-xml-reference-41.html">XBean XML Reference 4.1</a></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://activemq.apache.org/schema/core/
 activemq-core-4.1.2.xsd.html">Reference</a></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-4.1.2.xsd";>http://activemq.apache.org/schema/core/activemq-core-4.1.2.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://activemq.org/config/1.0"; 
rel="nofollow">http://activemq.org/config/1.0</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="xbean-xml-reference-50.html">XBean XML Reference 5.0</a></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd";>http://activemq.apache.org/sc
 hema/core/activemq-core-5.0.0.xsd</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.org/config/1.0"; 
rel="nofollow">http://activemq.org/config/1.0</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.1</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XB
 ean XML Reference 5.2</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.3.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class
 ="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.3.1</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.1-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://activemq.apache.org/schem
 a/core">http://activemq.apache.org/schema/core</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.3.2</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.2-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.4.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/a
 ctivemq-core-5.4.0-schema.html">Reference</a></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.4.1</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.1-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd</a></p></td><
 td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.4.2</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.2-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.5.0</p></td><td colsp
 an="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.5.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.6.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.6.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://active
 
mq.apache.org/schema/core/activemq-core-5.6.0.xsd">http://activemq.apache.org/schema/core/activemq-core-5.6.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.7.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.7.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.7.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.7.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/s
 chema/core</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>XBean XML Reference 5.8.0</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.8.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.8.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.8.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.9.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.9.0-schema.html";>Refe
 rence</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><span>XBean XML Reference 
5.10.0</span></td><td colspan="1" rowspan="1" class="confluenceTd"><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.0-schema.html";>Reference</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.10.0.xsd</a></td><td
 colspan="1" rowspan="1" class="conflu
 enceTd"><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">XBean XML Reference 
5.10.1</td><td colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.1-schema.html";>Reference</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><span>XBean XML Reference 
5.10.2</span></td><td colspan="1" rowspan="1" class="confluenceTd"><span><a 
shape="rect" cl
 ass="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0-schema.html";>Reference</a></span></td><td
 colspan="1" rowspan="1" class="confluenceTd"><span><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.11.0.xsd</a></span></td><td
 colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">XBean XML Reference 
5.11.0</td><td colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0-schema.html";>Reference</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0.xsd";>http://activemq.apa
 che.org/schema/core/activemq-core-5.11.0.xsd</a></td><td colspan="1" 
rowspan="1" class="confluenceTd"><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">XBean XML Reference 
5.11.1</td><td colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0-schema.html";>Reference</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.11.1.xsd</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></td></tr></tbody></table></div><h2
 id="XmlReference-UsingtheXSDsinconfigurationfiles"
 >Using the XSDs in configuration files</h2><p>If you are using XBean to parse 
 >the XML configurations, the XML validation is optional so you do not need to 
 >specify the XML Schema Locations. However if you are using <a shape="rect" 
 >class="unresolved" href="#">Spring</a>'s 2.0 XML handling to parse the XML 
 >then you need to refer to the XSD locations in your XML document because 
 >Spring uses schema namespace or schema location to resolve namespace 
 >handlers. Without correct namespace definition you will get messages like 
 >below:</p><div class="code panel pdl" style="border-width: 1px;"><div 
 >class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h2 
id="XmlReference-ActiveMQXmlReference">ActiveMQ Xml Reference</h2><p>This page 
contains a link to the XML reference guides and XML schema documents for <a 
shape="rect" href="xml-configuration.html">Xml Configuration</a> with ActiveMQ 
releases</p><h3 id="XmlReference-ReleasedSchemas">Released Schemas</h3><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Reference Document</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Reference</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>XML Schema</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>XML Schema namespace</p></th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="xbean-xml-reference-41.html">XBean XML Reference 4.1</a></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://activemq.apache.org/schema/core/
 activemq-core-4.1.2.xsd.html">Reference</a></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-4.1.2.xsd";>http://activemq.apache.org/schema/core/activemq-core-4.1.2.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://activemq.org/config/1.0"; 
rel="nofollow">http://activemq.org/config/1.0</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="xbean-xml-reference-50.html">XBean XML Reference 5.0</a></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd";>http://activemq.apache.org/sc
 hema/core/activemq-core-5.0.0.xsd</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.org/config/1.0"; 
rel="nofollow">http://activemq.org/config/1.0</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.1</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XB
 ean XML Reference 5.2</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.3.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class
 ="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.3.1</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.1-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://activemq.apache.org/schem
 a/core">http://activemq.apache.org/schema/core</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.3.2</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.2-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.4.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/a
 ctivemq-core-5.4.0-schema.html">Reference</a></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.4.1</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.1-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd</a></p></td><
 td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.4.2</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.2-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.5.0</p></td><td colsp
 an="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.5.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.6.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.6.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://active
 
mq.apache.org/schema/core/activemq-core-5.6.0.xsd">http://activemq.apache.org/schema/core/activemq-core-5.6.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.7.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.7.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.7.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.7.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/s
 chema/core</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>XBean XML Reference 5.8.0</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.8.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.8.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.8.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.9.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.9.0-schema.html";>Refe
 rence</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><span>XBean XML Reference 
5.10.0</span></td><td colspan="1" rowspan="1" class="confluenceTd"><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.0-schema.html";>Reference</a></td><td
 colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.10.0.xsd</a></td><td
 colspan="1" rowspan="1" class="conflu
 enceTd"><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.10.1</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.1-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><span>XBean XML Reference 
5.10.2</span></p></td><td colspan="1" rowspan="1" class="con
 fluenceTd"><p><span><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0-schema.html";>Reference</a></span></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><span><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.11.0.xsd</a></span></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.11.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://acti
 
vemq.apache.org/schema/core/activemq-core-5.11.0.xsd">http://activemq.apache.org/schema/core/activemq-core-5.11.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.11.1</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.1.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.11.1.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apac
 he.org/schema/core</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>XBean XML Reference 5.11.2</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0-schema.html";>Reference</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.2.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.11.2.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>XBean XML Reference 
5.12.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.11.0-sch
 ema.html">Reference</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/schema/core/activemq-core-5.12.0.xsd";>http://activemq.apache.org/schema/core/activemq-core-5.12.0.xsd</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/schema/core";>http://activemq.apache.org/schema/core</a></p></td></tr></tbody></table></div><h2
 id="XmlReference-UsingtheXSDsinconfigurationfiles">Using the XSDs in 
configuration files</h2><p>If you are using XBean to parse the XML 
configurations, the XML validation is optional so you do not need to specify 
the XML Schema Locations. However if you are using <a shape="rect" 
class="unresolved" href="#">Spring</a>'s 2.0 XML handling to parse the XML then 
you need to refer to the XSD locations in your XML document because Spring uses 
schema namespace or schema location to resolve namespace handlers. Wit
 hout correct namespace definition you will get messages like below:</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;">Unable to locate NamespaceHandler for namespace 
[http://activemq.org/config/1.0]</pre>
 </div></div><p>You can refer to a specific version of the XSD in your XML as 
follows</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <pre class="brush: xml; gutter: false; theme: Default" 
style="font-size:12px;">&lt;beans 
xmlns="http://www.springframework.org/schema/beans";


Reply via email to