You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2014/05/23 16:20:48 UTC

svn commit: r909725 - in /websites/production/activemq/content: activemq-510-release.html amqp.html cache/main.pageCache how-can-i-see-what-destinations-are-used.html siteindex.html

Author: buildbot
Date: Fri May 23 14:20:48 2014
New Revision: 909725

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/activemq-510-release.html
    websites/production/activemq/content/amqp.html
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/how-can-i-see-what-destinations-are-used.html
    websites/production/activemq/content/siteindex.html

Modified: websites/production/activemq/content/activemq-510-release.html
==============================================================================
--- websites/production/activemq/content/activemq-510-release.html (original)
+++ websites/production/activemq/content/activemq-510-release.html Fri May 23 14:20:48 2014
@@ -111,38 +111,19 @@
     </div>
 
 
-<h2 id="ActiveMQ5.1.0Release-VerifytheIntegrityofDownloads">Verify the Integrity of Downloads  </h2>
-
-<p>It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. The PGP signatures can be verified using PGP or GPG. Begin by following these steps: </p>
-
-<ol><li>Download the <a shape="rect" class="external-link" href="http://www.apache.org/dist/activemq/apache-activemq/KEYS">KEYS</a></li><li>Download the asc signature file for the relevant distribution</li><li>Verify the signatures using the following commands, depending on your use of PGP or GPG:
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-$ pgpk -a KEYS
+<h2 id="ActiveMQ5.1.0Release-VerifytheIntegrityofDownloads">Verify the Integrity of Downloads</h2><p>It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. The PGP signatures can be verified using PGP or GPG. Begin by following these steps:</p><ol><li>Download the <a shape="rect" class="external-link" href="http://www.apache.org/dist/activemq/KEYS">KEYS</a></li><li>Download the asc signature file for the relevant distribution</li><li><p>Verify the signatures using the following commands, depending on your use of PGP or GPG:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[$ pgpk -a KEYS
 $ pgpv apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 ]]></script>
-</div></div>
-or
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-$ pgp -ka KEYS
+</div></div><p>or</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[$ pgp -ka KEYS
 $ pgp apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 ]]></script>
-</div></div>
-or
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-$ gpg --import KEYS
+</div></div><p>or</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[$ gpg --import KEYS
 $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 ]]></script>
-</div></div></li></ol>
-
-
-<p>(Where &lt;version&gt; is replaced with the actual version, e.g., 5.1.0, 5.2.0, etc.). </p>
-
-<p>Alternatively, you can verify the MD5 signature on the files. A Unix program called <code>md5</code> or <code>md5sum</code> is included in most Linux and Unix distributions. It is also available as part of <a shape="rect" class="external-link" href="http://www.gnu.org/software/textutils/textutils.html" rel="nofollow">GNU Textutils</a>. Windows users can utilize any of the following md5 programs: </p>
-
-<ul><li><a shape="rect" class="external-link" href="http://www.fourmilab.ch/md5/" rel="nofollow">md5</a></li><li><a shape="rect" class="external-link" href="http://www.pc-tools.net/win32/md5sums/" rel="nofollow">md5sums</a></li><li><a shape="rect" class="external-link" href="http://www.slavasoft.com/fsum/" rel="nofollow">SlavaSoft FSUM</a></li></ul>
+</div></div></li></ol><p>(Where &lt;version&gt; is replaced with the actual version, e.g., 5.1.0, 5.2.0, etc.).</p><p>Alternatively, you can verify the MD5 signature on the files. A Unix program called <code>md5</code> or <code>md5sum</code> is included in most Linux and Unix distributions. It is also available as part of <a shape="rect" class="external-link" href="http://www.gnu.org/software/textutils/textutils.html" rel="nofollow">GNU Textutils</a>. Windows users can utilize any of the following md5 programs:</p><ul><li><a shape="rect" class="external-link" href="http://www.fourmilab.ch/md5/" rel="nofollow">md5</a></li><li><a shape="rect" class="external-link" href="http://www.pc-tools.net/win32/md5sums/" rel="nofollow">md5sums</a></li><li><a shape="rect" class="external-link" href="http://www.slavasoft.com/fsum/" rel="nofollow">SlavaSoft FSUM</a></li></ul>
 
     <div class="aui-message success shadowed information-macro">
                     <p class="title">Error When Expanding Tarballs</p>

Modified: websites/production/activemq/content/amqp.html
==============================================================================
--- websites/production/activemq/content/amqp.html (original)
+++ websites/production/activemq/content/amqp.html Fri May 23 14:20:48 2014
@@ -186,7 +186,7 @@ body of the AMQP message to JMS body</p>
 <div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> AMQP Type </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Java Type </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Notes </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> bool </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Boolean </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> byte </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Byte </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> short </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Short </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> int </p></td><td colsp
 an="1" rowspan="1" class="confluenceTd"><p> Integer </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> long </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Long </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> ubyte </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Byte or Short </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Short is used if value &gt; Byte.MAX_VALUE </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> ushort </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Short or Integer </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Integer is used if value &gt; Short.MAX_VALUE </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> uint </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Integer
  or Long </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Long is used if value &gt; Integer.MAX_VALUE </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> ulong </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Long </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> double </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Double </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> float </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Float </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> symbol </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> String </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan=
 "1" rowspan="1" class="confluenceTd"><p> binary </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> String </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Hex encoding of the binary value </p></td></tr></tbody></table></div>
 
 
-<p></p><p></p><p></p><p></p><p></p>
+<p></p><p></p><p></p><p></p><p></p><p></p><p></p>
 
 <h4 id="AMQP-HowAMQPmessagesbodiesaremappedtoJMSMessages:">How AMQP messages bodies are mapped to JMS Messages:</h4>
 

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

Modified: websites/production/activemq/content/how-can-i-see-what-destinations-are-used.html
==============================================================================
--- websites/production/activemq/content/how-can-i-see-what-destinations-are-used.html (original)
+++ websites/production/activemq/content/how-can-i-see-what-destinations-are-used.html Fri May 23 14:20:48 2014
@@ -72,11 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><p>The easiest way is to use <a shape="rect" href="jmx.html">JMX</a> by pointing your JMX console or JConsole at the broker JVM.</p>
-
-<p>You can also get all of the active destinations from the broker using Java code via <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/Broker.html#getDestinations()">getDestinations()</a>.</p>
-
-<p>You can also get a Map of all the <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/Destination.html">Destination</a> objects indexed by ActiveMQDestination via <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/Region.html#getDestinationMap()">getDestinationMap()</a>. This allows you to look at the individual destination details such as the queue depths and so forth</p></div>
+<div class="wiki-content maincontent"><p>The easiest way is to use <a shape="rect" href="jmx.html">JMX</a> by pointing your JMX console or JConsole at the broker JVM.</p><p>You can also get all of the active destinations from the broker using Java code via <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/5.8.0/apidocs/org/apache/activemq/broker/region/Region.html#getDestinations%28org.apache.activemq.command.ActiveMQDestination%29">getDestinations()</a>.</p><p>You can also get a Map of all the <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/5.8.0/apidocs/org/apache/activemq/broker/region/Destination.html">Destination</a> objects indexed by ActiveMQDestination via <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/5.8.0/apidocs/org/apache/activemq/broker/region/Region.html#getDestinationMap%28%29">getDestinationMap()</a>. This allows you to look at the individual destination details such as the queue d
 epths and so forth</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/siteindex.html
==============================================================================
--- websites/production/activemq/content/siteindex.html (original)
+++ websites/production/activemq/content/siteindex.html Fri May 23 14:20:48 2014
@@ -88,7 +88,7 @@
 
 <p>
 <table class="grid" width="99%" cellspacing="0"><tr><td colspan="2" rowspan="1">
-         <table width="100%"><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-0-9">0-9</a> ... 4</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-A">A</a> ... 86</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-B">B</a> ... 15</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-C">C</a> ... 40</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-D">D</a> ... 23</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-E">E</a> ... 7</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-F">F</a> ... 5</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-G">G</a> ... 4</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-H">H</a> ... 100</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-I">I</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-J">J</a> ... 31</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-K">K</a> ... 4</td></tr><tr><td colspan="1" rowspa
 n="1"><a shape="rect" href="#index-L">L</a> ... 8</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-M">M</a> ... 20</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-N">N</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-O">O</a> ... 10</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-P">P</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-Q">Q</a> ... 2</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-R">R</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-S">S</a> ... 39</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-T">T</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-U">U</a> ... 13</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-V">V</a> ... 16</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-W">W</a> ... 25</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-X">X</a> ... 5</td><td
  colspan="1" rowspan="1"><a shape="rect" href="#index-Y">Y</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-Z">Z</a> ... 3</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-%21@%23%24">!@#$</a> ... 0</td><td colspan="1" rowspan="1">&#160;</td><td colspan="1" rowspan="1">&#160;</td></tr></table>
+         <table width="100%"><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-0-9">0-9</a> ... 4</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-A">A</a> ... 88</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-B">B</a> ... 15</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-C">C</a> ... 40</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-D">D</a> ... 23</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-E">E</a> ... 7</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-F">F</a> ... 5</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-G">G</a> ... 4</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-H">H</a> ... 100</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-I">I</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-J">J</a> ... 31</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-K">K</a> ... 4</td></tr><tr><td colspan="1" rowspa
 n="1"><a shape="rect" href="#index-L">L</a> ... 8</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-M">M</a> ... 20</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-N">N</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-O">O</a> ... 10</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-P">P</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-Q">Q</a> ... 2</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-R">R</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-S">S</a> ... 39</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-T">T</a> ... 18</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-U">U</a> ... 13</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-V">V</a> ... 16</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-W">W</a> ... 25</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect" href="#index-X">X</a> ... 5</td><td
  colspan="1" rowspan="1"><a shape="rect" href="#index-Y">Y</a> ... 0</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-Z">Z</a> ... 3</td><td colspan="1" rowspan="1"><a shape="rect" href="#index-%21@%23%24">!@#$</a> ... 0</td><td colspan="1" rowspan="1">&#160;</td><td colspan="1" rowspan="1">&#160;</td></tr></table>
         </td></tr><tr valign="top"><td colspan="1" rowspan="1"><h4 style="margin-top: 0px"><a shape="rect" name="index-0-9"></a>0-9</h4>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="2007-april.html">2007 April</a>
         <br clear="none">
@@ -174,10 +174,10 @@
              <div class="smalltext" style="margin: 0 0 0 36px">{div:style=padding-right:20px;float:left;margin-left:-20px;} !http://activemq.apache.org/activemq-410-release.data/activemq-4.1-box-reflection.png! {div} {div:style=min-height:200px} h2. New and Noteworthy Contains slew of bug fixes that are tracked in th</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="activemq-500-release.html">ActiveMQ 5.0.0 Release</a>
         <br clear="none">
-             <div class="smalltext" style="margin: 0 0 0 36px">{div:style=padding-right:20px;float:left;margin-left:-20px;} !activemq-5.x-box-reflection.png! {div} {div:style=min-height:200px} {include:New Features in 5.0} h2. Getting the Binary Distributions ||Description||Download Link||PGP Signature file of downlo</div>
+             <div class="smalltext" style="margin: 0 0 0 36px">{div:style=padding-right:20px;float:left;margin-left:-20px;} !activemq-5.x-box-reflection.png! {div}{div:style=min-height:200px} {include:New Features in 5.0} h2. Getting the Binary Distributions ||Description||Download Link||PGP Signature file of downloa</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="activemq-510-release.html">ActiveMQ 5.1.0 Release</a>
         <br clear="none">
-             <div class="smalltext" style="margin: 0 0 0 36px">{div:style=padding-right:20px;float:left;margin-left:-20px;} !http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png! {div} {div:style=min-height:200px} {include:New Features in 5.1} h2. Getting the Binary Distributions ||Des</div>
+             <div class="smalltext" style="margin: 0 0 0 36px">{div:style=padding-right:20px;float:left;margin-left:-20px;} !http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png! {div}{div:style=min-height:200px} {include:New Features in 5.1} h2. Getting the Binary Distributions ||Desc</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="activemq-5100-release.html">ActiveMQ 5.10.0 Release</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">{div:style=padding-right:20px;float:left;margin-left:-20px;} !http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png! {div} ActiveMQ 5.10 is currently being developed, and has not been released yet! ActiveMQ 5.10.0 Release (i</div>
@@ -223,6 +223,9 @@
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="activemq-590-release.html">ActiveMQ 5.9.0 Release</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">{div:style=padding-right:20px;float:left;margin-left:-20px;} !http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png! {div} Apache ActiveMQ 5.9.0 resolves more than 200 issues, mostly bug fixes and improvements. It has the fo</div>
+                             <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="activemq-591-release.html">ActiveMQ 5.9.1 Release</a>
+        <br clear="none">
+             <div class="smalltext" style="margin: 0 0 0 36px">{div:style=padding-right:20px;float:left;margin-left:-20px;} !http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png! {div} Apache ActiveMQ 5.9.1 resolves more than 120 issues, mostly bug fixes and improvements. It has the fo</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="activemq-c-development.html">ActiveMQ C   Development</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">ActiveMQ CPP Development Page This page documents current and planned development of ActiveMQ CPP.&#160; The table below lists development tasks and their current status Development Activeity Status Openwire Support in-progress &#160;Openwire Support This task adds</div>
@@ -274,6 +277,9 @@
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="apache-activemq-board-report-april-2013.html">Apache ActiveMQ Board Report - April 2013</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">TLP Description: Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while f</div>
+                             <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="apache-activemq-board-report-april-2014.html">Apache ActiveMQ Board Report - April 2014</a>
+        <br clear="none">
+             <div class="smalltext" style="margin: 0 0 0 36px">TLP Description:Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fu</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="apache-activemq-board-report-august-2007.html">Apache ActiveMQ Board Report - August 2007</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">Status report for the Apache ActiveMQ Project July board report was missed in part due to a change in PMC chair. Community: * The developer and user communities remain very active. * New committer added: Albert Strasheim Development: The CMS API has been </div>
@@ -585,7 +591,7 @@
              <div class="smalltext" style="margin: 0 0 0 36px"></div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="download.html">Download</a>
         <br clear="none">
-             <div class="smalltext" style="margin: 0 0 0 36px">Latest Releases {div:style=padding-right:20px;float:left;} !http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png! {div} {div:style=min-height:200px} The latest stable release is the [ActiveMQ 5.9.0 Release] {div} Getting pa</div>
+             <div class="smalltext" style="margin: 0 0 0 36px">Latest Releases {div:style=padding-right:20px;float:left;} !http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png! {div}{div:style=min-height:200px} The latest stable release is the [ActiveMQ 5.9.1 Release] {div} Getting pas</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="download-archives.html">Download Archives</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">Download archives You can use the Apache Archives to download all the ActiveMQ releases. http://archive.apache.org/dist/activemq/apache-activemq/ - ActiveMQ releases The links below contains the release notes for all the ActiveMQ release. However if you w</div>
@@ -781,7 +787,7 @@
              <div class="smalltext" style="margin: 0 0 0 36px">One option is to run your broker in the same JVM as your application; see how to unit test jms code. Or you can try uncommenting ACTIVEMQ_DEBUG_OPTS in your activemq start script (bin/activemq or bin\activemq.bat) and start remote debugging in your IDE. F</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="how-do-i-define-a-local-address-and-local-port-for-tcp-or-ssl.html">How do I define a local address and local port for TCP or SSL</a>
         <br clear="none">
-             <div class="smalltext" style="margin: 0 0 0 36px">This feature is only available in ActiveMQ 4.0 &#160; TCP based transport protocols (including SSL) allow you to define the local address and local port for Socket to use when it's created. This can be useful for clients that reside on multi-homed machines or </div>
+             <div class="smalltext" style="margin: 0 0 0 36px">TCP based transport protocols (including SSL) allow you to define the local address and local port for Socket to use when it's created. This can be useful for clients that reside on multi-homed machines or for clients operating in a DMZ, where only pre-de</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="how-do-i-delete-a-destination.html">How do I delete a destination</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">How do I delete a destination via Java code or JMX you can grab the BrokerViewMBean and call one of the following methods removeQueue(String) removeTopic(String) See also How do I create new destinations How can I monitor ActiveMQ JMX Web Console</div>
@@ -980,7 +986,7 @@
              <div class="smalltext" style="margin: 0 0 0 36px">Configuring an MDB to receive messages from ActiveMQ There are three MDBs declared in the ejb-jar.xml deployment descriptor. For this example, I will be explaining how to configure the TopicDurableMDB to be invoked by JBoss when a message is received on a</div>
                              <span class="icon icon-home-page" title="Home page">Home page:</span>                 <a shape="rect" href="index.html">Index</a>
         <br clear="none">
-             <div class="smalltext" style="margin: 0 0 0 36px">{center} *[Download ActiveMQ 5.9.0 Today\!|Download]* !http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png! {center} Apache ActiveMQ &#8482; is the most popular and powerful open source messaging and Integration Patterns server.</div>
+             <div class="smalltext" style="margin: 0 0 0 36px">Download ActiveMQ 5.9.1 Today! Apache ActiveMQ &#8482; is the most popular and powerful open source messaging and Integration Patterns server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integra</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="initial-configuration.html">Initial Configuration</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">Initial Configuration Document Organization #Required JARs #Optional JARS #Persistence Support #Next steps #Additional Resources #Related Reading #Specifications #Related open source projects Firstly you need to add the jars to your classpath. Required JA</div>
@@ -1240,7 +1246,7 @@
              <div class="smalltext" style="margin: 0 0 0 36px">AMQP new feature modules and activemq-client module allowing smaller foorprint management via REST with jolokia jmx to http bridge Includes Apache Camel 2.10.3 Java 7 support (compiled with jdk6 and validated with jdk7) Pure Master Slave no longer support</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="new-features-in-59.html">New Features in 5.9</a>
         <br clear="none">
-             <div class="smalltext" style="margin: 0 0 0 36px">Replicated LevelDB Store for shared nothing Master/Slave. Runtime Configuration Hawtio web console Generic JMS XA connection pool in activemq-jms-pool module (has no ActiveMQ dependency) MQTT over WebSockets support broker Apache Camel component Broker au</div>
+             <div class="smalltext" style="margin: 0 0 0 36px">Replicated LevelDB Store for shared nothing Master/Slave. Runtime Configuration Generic JMS XA connection pool in activemq-jms-pool module (has no ActiveMQ dependency) MQTT over WebSockets support broker Apache Camel component Broker auto-restart upon los</div>
                              <span class="icon icon-page" title="Page">Page:</span>                 <a shape="rect" href="new-features-in-60.html">New Features in 6.0</a>
         <br clear="none">
              <div class="smalltext" style="margin: 0 0 0 36px">If you're interested in Version 6, take a look at Apollo subproject as it will be the core of the 6.0 broker.</div>