Modified: websites/production/activemq/content/openwire-cpp-client.html
==============================================================================
--- websites/production/activemq/content/openwire-cpp-client.html (original)
+++ websites/production/activemq/content/openwire-cpp-client.html Wed Feb  4 
13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="cross-language-clients.html">Cross Language Clients</a>&nbsp;&gt;&nbsp;<a 
href="activemq-c-clients.html">ActiveMQ C++ Clients</a>&nbsp;&gt;&nbsp;<a 
href="openwire-cpp-client.html">OpenWire CPP Client</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 
@@ -123,7 +123,7 @@ There are shortcomings to this approach.
 
 <p>The core layer of the library provides a very simple interface &#8211; data 
in, messages out.</p>
 
-<p><img class="confluence-embedded-image" 
src="https://cwiki.apache.org/confluence/download/attachments/35897/Core%20Library%20Usage.JPG?version=1&amp;modificationDate=1138394355000&amp;api=v2";
 
data-image-src="/confluence/download/attachments/35897/Core%20Library%20Usage.JPG?version=1&amp;modificationDate=1138394355000&amp;api=v2"></p>
+<p><img class="confluence-embedded-image" 
src="openwire-cpp-client.data/Core%20Library%20Usage.JPG" 
data-image-src="/confluence/download/attachments/35897/Core%20Library%20Usage.JPG?version=1&amp;modificationDate=1138394355000&amp;api=v2"></p>
 
 <p>When the returned file descriptor from the transport layer's connect() call 
reads active in the application's event loop, the application reads available 
data and passes that to the library. The library itself has an internal buffer 
that will deliver a message when one has been fully accumulated. The purpose of 
this disconnect is that the core library <strong>will not make any blocking I/O 
calls &#8211; or any system calls at all for that matter</strong>. This 
satisfies the portability goal, as well as ensuring that a single-threaded 
application can use this library without the potential for losing control of 
its thread.</p>
 
@@ -148,7 +148,7 @@ There are shortcomings to this approach.
 
 <p>The higher level library's interface offers a much simpler and more direct 
API to the developer than the first layer, as a result of having an internal 
thread to process data from the ActiveMQ broker.</p>
 
-<p><img class="confluence-embedded-image" 
src="https://cwiki.apache.org/confluence/download/attachments/35897/BrokerSession%20Library%20Usage.JPG?version=1&amp;modificationDate=1138394370000&amp;api=v2";
 
data-image-src="/confluence/download/attachments/35897/BrokerSession%20Library%20Usage.JPG?version=1&amp;modificationDate=1138394370000&amp;api=v2"></p>
+<p><img class="confluence-embedded-image" 
src="openwire-cpp-client.data/BrokerSession%20Library%20Usage.JPG" 
data-image-src="/confluence/download/attachments/35897/BrokerSession%20Library%20Usage.JPG?version=1&amp;modificationDate=1138394370000&amp;api=v2"></p>
 
 <p>Since the BrokerSession library contains a copy of the core library, 
ActiveMQ-specific code is kept encapsulated there. The code in the 
BrokerSession library does the legwork of managing the core library and broker 
communication for the application. The use of a background thread to do this 
and deliver incoming messages to the message consumers greatly simplifies 
application development.</p>
 

Modified: 
websites/production/activemq/content/openwire-version-2-specification.html
==============================================================================
--- websites/production/activemq/content/openwire-version-2-specification.html 
(original)
+++ websites/production/activemq/content/openwire-version-2-specification.html 
Wed Feb  4 13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="protocols.html">Protocols</a>&nbsp;&gt;&nbsp;<a 
href="openwire.html">OpenWire</a>&nbsp;&gt;&nbsp;<a 
href="openwire-version-2-specification.html">OpenWire Version 2 
Specification</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/openwire.html
==============================================================================
--- websites/production/activemq/content/openwire.html (original)
+++ websites/production/activemq/content/openwire.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="protocols.html">Protocols</a>&nbsp;&gt;&nbsp;<a 
href="openwire.html">OpenWire</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/optimized-acknowledgement.html
==============================================================================
--- websites/production/activemq/content/optimized-acknowledgement.html 
(original)
+++ websites/production/activemq/content/optimized-acknowledgement.html Wed Feb 
 4 13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="message-dispatching-features.html">Message Dispatching 
Features</a>&nbsp;&gt;&nbsp;<a href="optimized-acknowledgement.html">Optimized 
Acknowledgement</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/osgi-integration.html
==============================================================================
--- websites/production/activemq/content/osgi-integration.html (original)
+++ websites/production/activemq/content/osgi-integration.html Wed Feb  4 
13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="containers.html">Containers</a>&nbsp;&gt;&nbsp;<a 
href="osgi-integration.html">OSGi Integration</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/outbound-communication.html
==============================================================================
--- websites/production/activemq/content/outbound-communication.html (original)
+++ websites/production/activemq/content/outbound-communication.html Wed Feb  4 
13:26:12 2015
@@ -74,7 +74,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="containers.html">Containers</a>&nbsp;&gt;&nbsp;<a 
href="jboss-integration.html">JBoss Integration</a>&nbsp;&gt;&nbsp;<a 
href="outbound-communication.html">Outbound Communication</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/overview.html
==============================================================================
--- websites/production/activemq/content/overview.html (original)
+++ websites/production/activemq/content/overview.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="overview.html">Overview</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/peer-transport-reference.html
==============================================================================
--- websites/production/activemq/content/peer-transport-reference.html 
(original)
+++ websites/production/activemq/content/peer-transport-reference.html Wed Feb  
4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="using-activemq.html">Using ActiveMQ</a>&nbsp;&gt;&nbsp;<a 
href="configuring-transports.html">Configuring Transports</a>&nbsp;&gt;&nbsp;<a 
href="activemq-4-connection-uris.html">ActiveMQ 4 Connection 
URIs</a>&nbsp;&gt;&nbsp;<a href="peer-transport-reference.html">Peer Transport 
Reference</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/per-destination-policies.html
==============================================================================
--- websites/production/activemq/content/per-destination-policies.html 
(original)
+++ websites/production/activemq/content/per-destination-policies.html Wed Feb  
4 13:26:12 2015
@@ -75,7 +75,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="destination-features.html">Destination Features</a>&nbsp;&gt;&nbsp;<a 
href="per-destination-policies.html">Per Destination Policies</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/performance-report.html
==============================================================================
--- websites/production/activemq/content/performance-report.html (original)
+++ websites/production/activemq/content/performance-report.html Wed Feb  4 
13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="performance.html">Performance</a>&nbsp;&gt;&nbsp;<a 
href="performance-report.html">Performance report</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/performance-tuning.html
==============================================================================
--- websites/production/activemq/content/performance-tuning.html (original)
+++ websites/production/activemq/content/performance-tuning.html Wed Feb  4 
13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="using-activemq.html">Using ActiveMQ</a>&nbsp;&gt;&nbsp;<a 
href="performance-tuning.html">Performance Tuning</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/performance.html
==============================================================================
--- websites/production/activemq/content/performance.html (original)
+++ websites/production/activemq/content/performance.html Wed Feb  4 13:26:12 
2015
@@ -64,7 +64,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="performance.html">Performance</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/perl.html
==============================================================================
--- websites/production/activemq/content/perl.html (original)
+++ websites/production/activemq/content/perl.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="cross-language-clients.html">Cross Language Clients</a>&nbsp;&gt;&nbsp;<a 
href="perl.html">Perl</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/persistence-questions.html
==============================================================================
--- websites/production/activemq/content/persistence-questions.html (original)
+++ websites/production/activemq/content/persistence-questions.html Wed Feb  4 
13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="faq.html">FAQ</a>&nbsp;&gt;&nbsp;<a 
href="persistence-questions.html">Persistence Questions</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/persistence.html
==============================================================================
--- websites/production/activemq/content/persistence.html (original)
+++ websites/production/activemq/content/persistence.html Wed Feb  4 13:26:12 
2015
@@ -75,7 +75,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="persistence.html">Persistence</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/php.html
==============================================================================
--- websites/production/activemq/content/php.html (original)
+++ websites/production/activemq/content/php.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="cross-language-clients.html">Cross Language Clients</a>&nbsp;&gt;&nbsp;<a 
href="php.html">PHP</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/pike.html
==============================================================================
--- websites/production/activemq/content/pike.html (original)
+++ websites/production/activemq/content/pike.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="cross-language-clients.html">Cross Language Clients</a>&nbsp;&gt;&nbsp;<a 
href="pike.html">Pike</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/pluggable-storage-lockers.html
==============================================================================
--- websites/production/activemq/content/pluggable-storage-lockers.html 
(original)
+++ websites/production/activemq/content/pluggable-storage-lockers.html Wed Feb 
 4 13:26:12 2015
@@ -74,7 +74,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="persistence.html">Persistence</a>&nbsp;&gt;&nbsp;<a 
href="pluggable-storage-lockers.html">Pluggable storage lockers</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/privacy-policy.html
==============================================================================
--- websites/production/activemq/content/privacy-policy.html (original)
+++ websites/production/activemq/content/privacy-policy.html Wed Feb  4 
13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="privacy-policy.html">Privacy Policy</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/producer-flow-control.html
==============================================================================
--- websites/production/activemq/content/producer-flow-control.html (original)
+++ websites/production/activemq/content/producer-flow-control.html Wed Feb  4 
13:26:12 2015
@@ -74,7 +74,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="message-dispatching-features.html">Message Dispatching 
Features</a>&nbsp;&gt;&nbsp;<a href="producer-flow-control.html">Producer Flow 
Control</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/projects-using-activemq.html
==============================================================================
--- websites/production/activemq/content/projects-using-activemq.html (original)
+++ websites/production/activemq/content/projects-using-activemq.html Wed Feb  
4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="projects-using-activemq.html">Projects Using ActiveMQ</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: 
websites/production/activemq/content/proposed-c-client-architecture.html
==============================================================================
--- websites/production/activemq/content/proposed-c-client-architecture.html 
(original)
+++ websites/production/activemq/content/proposed-c-client-architecture.html 
Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="developers.html">Developers</a>&nbsp;&gt;&nbsp;<a 
href="developer-guide.html">Developer Guide</a>&nbsp;&gt;&nbsp;<a 
href="design-documents.html">Design Documents</a>&nbsp;&gt;&nbsp;<a 
href="proposed-c-client-architecture.html">Proposed C Client Architecture</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/protocols.html
==============================================================================
--- websites/production/activemq/content/protocols.html (original)
+++ websites/production/activemq/content/protocols.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="protocols.html">Protocols</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/pure-master-slave.html
==============================================================================
--- websites/production/activemq/content/pure-master-slave.html (original)
+++ websites/production/activemq/content/pure-master-slave.html Wed Feb  4 
13:26:12 2015
@@ -74,7 +74,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="clustering.html">Clustering</a>&nbsp;&gt;&nbsp;<a 
href="masterslave.html">MasterSlave</a>&nbsp;&gt;&nbsp;<a 
href="pure-master-slave.html">Pure Master Slave</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/python.html
==============================================================================
--- websites/production/activemq/content/python.html (original)
+++ websites/production/activemq/content/python.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="cross-language-clients.html">Cross Language Clients</a>&nbsp;&gt;&nbsp;<a 
href="python.html">Python</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/qos.html
==============================================================================
--- websites/production/activemq/content/qos.html (original)
+++ websites/production/activemq/content/qos.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="faq.html">FAQ</a>&nbsp;&gt;&nbsp;<a 
href="terminology.html">Terminology</a>&nbsp;&gt;&nbsp;<a 
href="qos.html">QoS</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/quicklinks.html
==============================================================================
--- websites/production/activemq/content/quicklinks.html (original)
+++ websites/production/activemq/content/quicklinks.html Wed Feb  4 13:26:12 
2015
@@ -64,7 +64,7 @@
 <a href="site.html">Site</a>&nbsp;&gt;&nbsp;<a 
href="quicklinks.html">QuickLinks</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><p><a shape="rect" 
href="download.html">Download</a> | <a shape="rect" class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p></div>
+<div class="wiki-content maincontent"><p><a shape="rect" 
href="download.html">Download</a> | <a shape="rect" class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/redelivery-policy.html
==============================================================================
--- websites/production/activemq/content/redelivery-policy.html (original)
+++ websites/production/activemq/content/redelivery-policy.html Wed Feb  4 
13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="consumer-features.html">Consumer Features</a>&nbsp;&gt;&nbsp;<a 
href="redelivery-policy.html">Redelivery Policy</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/release-guide.html
==============================================================================
--- websites/production/activemq/content/release-guide.html (original)
+++ websites/production/activemq/content/release-guide.html Wed Feb  4 13:26:12 
2015
@@ -74,7 +74,7 @@
 <a href="developers.html">Developers</a>&nbsp;&gt;&nbsp;<a 
href="release-guide.html">Release Guide</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/release-info.html
==============================================================================
--- websites/production/activemq/content/release-info.html (original)
+++ websites/production/activemq/content/release-info.html Wed Feb  4 13:26:12 
2015
@@ -64,7 +64,7 @@
 <a href="developers.html">Developers</a>&nbsp;&gt;&nbsp;<a 
href="developer-guide.html">Developer Guide</a>&nbsp;&gt;&nbsp;<a 
href="release-plans.html">Release Plans</a>&nbsp;&gt;&nbsp;<a 
href="release-info.html">Release Info</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/release-plans.html
==============================================================================
--- websites/production/activemq/content/release-plans.html (original)
+++ websites/production/activemq/content/release-plans.html Wed Feb  4 13:26:12 
2015
@@ -64,7 +64,7 @@
 <a href="developers.html">Developers</a>&nbsp;&gt;&nbsp;<a 
href="developer-guide.html">Developer Guide</a>&nbsp;&gt;&nbsp;<a 
href="release-plans.html">Release Plans</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/replicated-leveldb-store.html
==============================================================================
--- websites/production/activemq/content/replicated-leveldb-store.html 
(original)
+++ websites/production/activemq/content/replicated-leveldb-store.html Wed Feb  
4 13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="persistence.html">Persistence</a>&nbsp;&gt;&nbsp;<a 
href="replicated-leveldb-store.html">Replicated LevelDB Store</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/replicated-message-store.html
==============================================================================
--- websites/production/activemq/content/replicated-message-store.html 
(original)
+++ websites/production/activemq/content/replicated-message-store.html Wed Feb  
4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="clustering.html">Clustering</a>&nbsp;&gt;&nbsp;<a 
href="replicated-message-store.html">Replicated Message Store</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: 
websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html
==============================================================================
--- 
websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html
 (original)
+++ 
websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html
 Wed Feb  4 13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="faq.html">FAQ</a>&nbsp;&gt;&nbsp;<a 
href="errors.html">Errors</a>&nbsp;&gt;&nbsp;<a 
href="resource-adapter-does-not-seem-to-pool-connections.html">Resource Adapter 
does not seem to pool connections</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/resource-adapter-properties.html
==============================================================================
--- websites/production/activemq/content/resource-adapter-properties.html 
(original)
+++ websites/production/activemq/content/resource-adapter-properties.html Wed 
Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="containers.html">Containers</a>&nbsp;&gt;&nbsp;<a 
href="resource-adapter.html">Resource Adapter</a>&nbsp;&gt;&nbsp;<a 
href="resource-adapter-properties.html">Resource Adapter Properties</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/resource-adapter.html
==============================================================================
--- websites/production/activemq/content/resource-adapter.html (original)
+++ websites/production/activemq/content/resource-adapter.html Wed Feb  4 
13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="containers.html">Containers</a>&nbsp;&gt;&nbsp;<a 
href="resource-adapter.html">Resource Adapter</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/rest-protocols.html
==============================================================================
--- websites/production/activemq/content/rest-protocols.html (original)
+++ websites/production/activemq/content/rest-protocols.html Wed Feb  4 
13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="developers.html">Developers</a>&nbsp;&gt;&nbsp;<a 
href="developer-guide.html">Developer Guide</a>&nbsp;&gt;&nbsp;<a 
href="design-documents.html">Design Documents</a>&nbsp;&gt;&nbsp;<a 
href="rest-protocols.html">REST protocols</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/rest.html
==============================================================================
--- websites/production/activemq/content/rest.html (original)
+++ websites/production/activemq/content/rest.html Wed Feb  4 13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="protocols.html">Protocols</a>&nbsp;&gt;&nbsp;<a href="rest.html">REST</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/restful-queue.html
==============================================================================
--- websites/production/activemq/content/restful-queue.html (original)
+++ websites/production/activemq/content/restful-queue.html Wed Feb  4 13:26:12 
2015
@@ -73,7 +73,7 @@
 <a href="developers.html">Developers</a>&nbsp;&gt;&nbsp;<a 
href="ideas.html">Ideas</a>&nbsp;&gt;&nbsp;<a href="restful-queue.html">RESTful 
Queue</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/retroactive-consumer.html
==============================================================================
--- websites/production/activemq/content/retroactive-consumer.html (original)
+++ websites/production/activemq/content/retroactive-consumer.html Wed Feb  4 
13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="consumer-features.html">Consumer Features</a>&nbsp;&gt;&nbsp;<a 
href="retroactive-consumer.html">Retroactive Consumer</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/rss-and-atom.html
==============================================================================
--- websites/production/activemq/content/rss-and-atom.html (original)
+++ websites/production/activemq/content/rss-and-atom.html Wed Feb  4 13:26:12 
2015
@@ -64,7 +64,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="protocols.html">Protocols</a>&nbsp;&gt;&nbsp;<a 
href="rss-and-atom.html">RSS and Atom</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/ruby.html
==============================================================================
--- websites/production/activemq/content/ruby.html (original)
+++ websites/production/activemq/content/ruby.html Wed Feb  4 13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="cross-language-clients.html">Cross Language Clients</a>&nbsp;&gt;&nbsp;<a 
href="ruby.html">Ruby</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/run-broker.html
==============================================================================
--- websites/production/activemq/content/run-broker.html (original)
+++ websites/production/activemq/content/run-broker.html Wed Feb  4 13:26:12 
2015
@@ -73,7 +73,7 @@
 <a href="using-activemq.html">Using ActiveMQ</a>&nbsp;&gt;&nbsp;<a 
href="run-broker.html">Run Broker</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/running-a-broker.html
==============================================================================
--- websites/production/activemq/content/running-a-broker.html (original)
+++ websites/production/activemq/content/running-a-broker.html Wed Feb  4 
13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="tools.html">Tools</a>&nbsp;&gt;&nbsp;<a href="web-console.html">Web 
Console</a>&nbsp;&gt;&nbsp;<a href="running-a-broker.html">Running a broker</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/runtime-configuration.html
==============================================================================
--- websites/production/activemq/content/runtime-configuration.html (original)
+++ websites/production/activemq/content/runtime-configuration.html Wed Feb  4 
13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="new-features.html">New Features</a>&nbsp;&gt;&nbsp;<a 
href="new-features-in-59.html">New Features in 5.9</a>&nbsp;&gt;&nbsp;<a 
href="runtime-configuration.html">Runtime Configuration</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/sample-camel-routes.html
==============================================================================
--- websites/production/activemq/content/sample-camel-routes.html (original)
+++ websites/production/activemq/content/sample-camel-routes.html Wed Feb  4 
13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="using-activemq.html">Using ActiveMQ</a>&nbsp;&gt;&nbsp;<a 
href="user-submitted-configurations.html">User Submitted 
Configurations</a>&nbsp;&gt;&nbsp;<a href="sample-camel-routes.html">Sample 
Camel Routes</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/sample-report.html
==============================================================================
--- websites/production/activemq/content/sample-report.html (original)
+++ websites/production/activemq/content/sample-report.html Wed Feb  4 13:26:12 
2015
@@ -64,7 +64,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="performance.html">Performance</a>&nbsp;&gt;&nbsp;<a 
href="activemq-performance-module-users-manual.html">ActiveMQ Performance 
Module Users Manual</a>&nbsp;&gt;&nbsp;<a href="sample-report.html">sample 
report</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/sandbox.html
==============================================================================
--- websites/production/activemq/content/sandbox.html (original)
+++ websites/production/activemq/content/sandbox.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="developers.html">Developers</a>&nbsp;&gt;&nbsp;<a 
href="sandbox.html">Sandbox</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/scaling-queues.html
==============================================================================
--- websites/production/activemq/content/scaling-queues.html (original)
+++ websites/production/activemq/content/scaling-queues.html Wed Feb  4 
13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="horizontal-scaling.html">Horizontal Scaling</a>&nbsp;&gt;&nbsp;<a 
href="scaling-queues.html">Scaling Queues</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/scaling-the-depth-of-a-queue.html
==============================================================================
--- websites/production/activemq/content/scaling-the-depth-of-a-queue.html 
(original)
+++ websites/production/activemq/content/scaling-the-depth-of-a-queue.html Wed 
Feb  4 13:26:12 2015
@@ -74,7 +74,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="scaling-the-depth-of-a-queue.html">Scaling the Depth of a Queue</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 
@@ -102,8 +102,8 @@
 
 <p>ActiveMQ 5.0 takes a hybrid approach, allowing messages to pass from 
producer to consumer directly (after the messages have been persisted), but 
switches back to using cursors if the consumer(s) fall behind.</p>
 
-<p>When Message Consumers are both active and fast - keeping up with the 
Message Producer(s) - messages are stored and then passed to a dispatch queue 
in the broker associated with the Consumer: <img 
class="confluence-embedded-image image-center" 
src="https://cwiki.apache.org/confluence/download/attachments/48811/DispatchFastConsumers.png?version=1&amp;modificationDate=1193437635000&amp;api=v2";
 
data-image-src="/confluence/download/attachments/48811/DispatchFastConsumers.png?version=1&amp;modificationDate=1193437635000&amp;api=v2"><br
 clear="none">
-If a Consumer becomes active after messages are pending from the store for it, 
or it's slower than the producer, then messages are paged in to the dispatch 
queue from a pending cursor: <img class="confluence-embedded-image 
image-center" 
src="https://cwiki.apache.org/confluence/download/attachments/48811/DispatchSlowConsumers.png?version=1&amp;modificationDate=1193437656000&amp;api=v2";
 
data-image-src="/confluence/download/attachments/48811/DispatchSlowConsumers.png?version=1&amp;modificationDate=1193437656000&amp;api=v2"></p>
+<p>When Message Consumers are both active and fast - keeping up with the 
Message Producer(s) - messages are stored and then passed to a dispatch queue 
in the broker associated with the Consumer: <img 
class="confluence-embedded-image image-center" 
src="scaling-the-depth-of-a-queue.data/DispatchFastConsumers.png" 
data-image-src="/confluence/download/attachments/48811/DispatchFastConsumers.png?version=1&amp;modificationDate=1193437635000&amp;api=v2"><br
 clear="none">
+If a Consumer becomes active after messages are pending from the store for it, 
or it's slower than the producer, then messages are paged in to the dispatch 
queue from a pending cursor: <img class="confluence-embedded-image 
image-center" src="scaling-the-depth-of-a-queue.data/DispatchSlowConsumers.png" 
data-image-src="/confluence/download/attachments/48811/DispatchSlowConsumers.png?version=1&amp;modificationDate=1193437656000&amp;api=v2"></p>
 
 <h3 id="ScalingtheDepthofaQueue-TypesofCursor">Types of Cursor</h3>
 
@@ -111,15 +111,15 @@ If a Consumer becomes active after messa
 
 <h4 id="ScalingtheDepthofaQueue-VMCursor">VM Cursor</h4>
 
-<p>The VM Cursor is how ActiveMQ 4.x works: references to a message are held 
in memory, and passed to the dispatch queue when needed. This can be very fast, 
but also has the downside of not being able to handle very slow consumers or 
consumers that have been inactive for a long time: <img 
class="confluence-embedded-image image-center" 
src="https://cwiki.apache.org/confluence/download/attachments/48811/VMCursor.png?version=1&amp;modificationDate=1193439154000&amp;api=v2";
 
data-image-src="/confluence/download/attachments/48811/VMCursor.png?version=1&amp;modificationDate=1193439154000&amp;api=v2"></p>
+<p>The VM Cursor is how ActiveMQ 4.x works: references to a message are held 
in memory, and passed to the dispatch queue when needed. This can be very fast, 
but also has the downside of not being able to handle very slow consumers or 
consumers that have been inactive for a long time: <img 
class="confluence-embedded-image image-center" 
src="scaling-the-depth-of-a-queue.data/VMCursor.png" 
data-image-src="/confluence/download/attachments/48811/VMCursor.png?version=1&amp;modificationDate=1193439154000&amp;api=v2"></p>
 
 <h4 id="ScalingtheDepthofaQueue-FilebasedCursor">File based Cursor</h4>
 
-<p>The File based Cursor is dervied from the VM Cursor. &#160;When memory in 
the broker reaches its limit, it can page messages to temporary files on disk. 
This type of cursor can be used when the message store might be relatively 
slow, but consumers are generally fast. By buffering to disk, it allows the 
message broker to handle message bursts from producers without resorting to 
paging in from slow storage: <img class="confluence-embedded-image 
image-center" 
src="https://cwiki.apache.org/confluence/download/attachments/48811/FileCursor.png?version=1&amp;modificationDate=1193438877000&amp;api=v2";
 
data-image-src="/confluence/download/attachments/48811/FileCursor.png?version=1&amp;modificationDate=1193438877000&amp;api=v2"></p>
+<p>The File based Cursor is dervied from the VM Cursor. &#160;When memory in 
the broker reaches its limit, it can page messages to temporary files on disk. 
This type of cursor can be used when the message store might be relatively 
slow, but consumers are generally fast. By buffering to disk, it allows the 
message broker to handle message bursts from producers without resorting to 
paging in from slow storage: <img class="confluence-embedded-image 
image-center" src="scaling-the-depth-of-a-queue.data/FileCursor.png" 
data-image-src="/confluence/download/attachments/48811/FileCursor.png?version=1&amp;modificationDate=1193438877000&amp;api=v2"></p>
 
 <h4 id="ScalingtheDepthofaQueue-PagingforNon-PersistentMessages">Paging for 
Non-Persistent Messages</h4>
 
-<p>The store based cursor also handles cursors for non-persistent messages, 
which are not stored in the message store. Non-persistent messages are passed 
directly to the cursor, so the store based cursor embeds a file based cursor 
just for these types of messages: <img class="confluence-embedded-image 
image-center" 
src="https://cwiki.apache.org/confluence/download/attachments/48811/NonPersistentMsgs.png?version=1&amp;modificationDate=1193445319000&amp;api=v2";
 
data-image-src="/confluence/download/attachments/48811/NonPersistentMsgs.png?version=1&amp;modificationDate=1193445319000&amp;api=v2"></p>
+<p>The store based cursor also handles cursors for non-persistent messages, 
which are not stored in the message store. Non-persistent messages are passed 
directly to the cursor, so the store based cursor embeds a file based cursor 
just for these types of messages: <img class="confluence-embedded-image 
image-center" src="scaling-the-depth-of-a-queue.data/NonPersistentMsgs.png" 
data-image-src="/confluence/download/attachments/48811/NonPersistentMsgs.png?version=1&amp;modificationDate=1193445319000&amp;api=v2"></p>
 
 <h3 id="ScalingtheDepthofaQueue-ConfiguringCursors">Configuring Cursors</h3>
 

Modified: websites/production/activemq/content/security.html
==============================================================================
--- websites/production/activemq/content/security.html (original)
+++ websites/production/activemq/content/security.html Wed Feb  4 13:26:12 2015
@@ -75,7 +75,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="security.html">Security</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/seda.html
==============================================================================
--- websites/production/activemq/content/seda.html (original)
+++ websites/production/activemq/content/seda.html Wed Feb  4 13:26:12 2015
@@ -64,7 +64,7 @@
 <a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="faq.html">FAQ</a>&nbsp;&gt;&nbsp;<a 
href="terminology.html">Terminology</a>&nbsp;&gt;&nbsp;<a 
href="seda.html">SEDA</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: websites/production/activemq/content/selectors.html
==============================================================================
--- websites/production/activemq/content/selectors.html (original)
+++ websites/production/activemq/content/selectors.html Wed Feb  4 13:26:12 2015
@@ -73,7 +73,7 @@
 <a href="features.html">Features</a>&nbsp;&gt;&nbsp;<a 
href="consumer-features.html">Consumer Features</a>&nbsp;&gt;&nbsp;<a 
href="selectors.html">Selectors</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 

Modified: 
websites/production/activemq/content/setting-up-activemq-with-tomcat-559.html
==============================================================================
--- 
websites/production/activemq/content/setting-up-activemq-with-tomcat-559.html 
(original)
+++ 
websites/production/activemq/content/setting-up-activemq-with-tomcat-559.html 
Wed Feb  4 13:26:12 2015
@@ -74,7 +74,7 @@
 <a href="connectivity.html">Connectivity</a>&nbsp;&gt;&nbsp;<a 
href="containers.html">Containers</a>&nbsp;&gt;&nbsp;<a 
href="tomcat.html">Tomcat</a>&nbsp;&gt;&nbsp;<a 
href="setting-up-activemq-with-tomcat-559.html">Setting up ActiveMQ with Tomcat 
5.5.9</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.10.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/maven/5.11.0/apidocs/index.html";>JavaDocs</a> 
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p>
           </div>
         </div>
 


Reply via email to