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 2013/11/13 18:23:21 UTC

svn commit: r886526 [5/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13...

Modified: websites/production/activemq/content/books.html
==============================================================================
--- websites/production/activemq/content/books.html (original)
+++ websites/production/activemq/content/books.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h1><a shape="rect" name="Books-Books"></a>Books</h1>
+<div class="wiki-content maincontent"><h1><a shape="rect" name="Books-Books"></a>Books</h1>
 
 <p>This page lists the known books about Apache ActiveMQ. If you happen to know a book which is not listed then please contact us, for example using the <a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a>.</p>
 
@@ -103,8 +102,7 @@
 <h3><a shape="rect" name="Books-ApacheActiveMQReferenceGuideKit"></a>Apache ActiveMQ Reference Guide Kit</h3>
 
 <p>The TTM's "<a shape="rect" class="external-link" href="http://www.ttmsolutions.com/Apache_Software/ActiveMQ_Reference_Guide.php" rel="nofollow">Apache ActiveMQ Reference Guide</a>" (PDF book) provides information to learn how to implement, deploy, administer, and tune Apache ActiveMQ. The Reference Guide includes details on how to work with ActiveMQ components, connectors, client/broker configuration, master/slave configuration, administration, logging, performance tuning and advanced features.</p>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/broadcasting.html
==============================================================================
--- websites/production/activemq/content/broadcasting.html (original)
+++ websites/production/activemq/content/broadcasting.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>ActiveBlaze provides infrastructure for fast, reliable peer to peer messaging to meet the demands of high performance and collaborative applications.<br clear="none">
+<div class="wiki-content maincontent"><p>ActiveBlaze provides infrastructure for fast, reliable peer to peer messaging to meet the demands of high performance and collaborative applications.<br clear="none">
 Using the basic building block of a Channel, there exists a functional hierarchy used for different problem domains, each one a super-set of the previous one.</p>
 
 <p>The BlazeChannel supports broadcasting on Topics - either using reliable multicast or point-cast.</p>
@@ -123,8 +122,7 @@ receiver.addBlazeTopicMessageListener(de
 
 receiver.shutDown();
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/broker-camel-component.html
==============================================================================
--- websites/production/activemq/content/broker-camel-component.html (original)
+++ websites/production/activemq/content/broker-camel-component.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="BrokerCamelComponent-BrokerCamelComponent"></a>Broker Camel Component</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="BrokerCamelComponent-BrokerCamelComponent"></a>Broker Camel Component</h2>
 <p><b>Available as of AcitveMQ 5.9</b></p>
 
 <p>Embedding Apache Camel inside the ActiveMQ broker provides great flexibility for extending the message broker with the integration power of Camel. Apache Camel routes also benefit in that you can avoid the serialization and network costs of connecting to ActiveMQ remotely - if you use the <a shape="rect" class="external-link" href="http://camel.apache.org/activemq.html">activemq component</a>.</p>
@@ -139,8 +138,7 @@
     &lt;/bean&gt;
 ]]></script>
 </div></div>
-<p>This is using the Camel Message Router pattern - note the use of Spring expression language <em>spel</em> in the <b>when</b> clause.</p>
-          </div>
+<p>This is using the Camel Message Router pattern - note the use of Spring expression language <em>spel</em> in the <b>when</b> clause.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/broker-configuration-uri.html
==============================================================================
--- websites/production/activemq/content/broker-configuration-uri.html (original)
+++ websites/production/activemq/content/broker-configuration-uri.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="BrokerConfigurationURI-Overview"></a>Overview</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="BrokerConfigurationURI-Overview"></a>Overview</h3>
 
 <p>An ActiveMQ broker can be extensivly configured using a single configuration URI. The following URI schemes are supported</p>
 
@@ -85,8 +84,7 @@
 
 <p>For the most flexible and powerful option we recommend the <a shape="rect" href="xml-configuration.html" title="Xml Configuration">Xml Configuration</a> via the <a shape="rect" href="broker-xbean-uri.html" title="Broker XBean URI">Broker XBean URI</a> to configure AcitveMQ brokers.  </p>
 
-<p>If you are worried about jar dependencies then either the <a shape="rect" href="broker-uri.html" title="Broker URI">Broker URI</a> or the <a shape="rect" href="broker-properties-uri.html" title="Broker Properties URI">Broker Properties URI</a> are useful as they are very simple and require no dependencies on Spring or xbean-spring and don't require any XML.</p>
-          </div>
+<p>If you are worried about jar dependencies then either the <a shape="rect" href="broker-uri.html" title="Broker URI">Broker URI</a> or the <a shape="rect" href="broker-properties-uri.html" title="Broker Properties URI">Broker Properties URI</a> are useful as they are very simple and require no dependencies on Spring or xbean-spring and don't require any XML.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/broker-properties-uri.html
==============================================================================
--- websites/production/activemq/content/broker-properties-uri.html (original)
+++ websites/production/activemq/content/broker-properties-uri.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="BrokerPropertiesURI-BrokerPropertiesURI"></a>Broker Properties URI</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="BrokerPropertiesURI-BrokerPropertiesURI"></a>Broker Properties URI</h2>
 
 <p>From version 4.2 of ActiveMQ onwards the Broker Properties URI allows you to <a shape="rect" href="run-broker.html" title="Run Broker">run a configured broker</a> by referencing a properties file which could be on the classpath, a local file or a remote URL.</p>
 
@@ -111,8 +110,7 @@ useJmx = false
 persistent = false
 brokerName = Cheese
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/broker-uri.html
==============================================================================
--- websites/production/activemq/content/broker-uri.html (original)
+++ websites/production/activemq/content/broker-uri.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="BrokerURI-BrokerURI"></a>Broker URI</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="BrokerURI-BrokerURI"></a>Broker URI</h2>
 
 <p>The Broker URI allows you to <a shape="rect" href="run-broker.html" title="Run Broker">run a configured broker</a> using a single URI for all the configuration.</p>
 
@@ -105,8 +104,7 @@
 
 <div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>You can use the Broker URI on other transports</b><br clear="none">If you are using another transport - such as the <a shape="rect" href="vm-transport-reference.html" title="VM Transport Reference">VM Transport Reference</a> then you can refer to the above broker URI properties inside that URL. e.g. using the URL
 
-<p>vm://localhost?broker.persistent=false</p></td></tr></table></div>
-          </div>
+<p>vm://localhost?broker.persistent=false</p></td></tr></table></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/broker-xbean-uri.html
==============================================================================
--- websites/production/activemq/content/broker-xbean-uri.html (original)
+++ websites/production/activemq/content/broker-xbean-uri.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="BrokerXBeanURI-BrokerXBeanURI"></a>Broker XBean URI</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="BrokerXBeanURI-BrokerXBeanURI"></a>Broker XBean URI</h2>
 
 <p>The Broker XBean URI allows you to <a shape="rect" href="run-broker.html" title="Run Broker">run a configured broker</a> by referencing an <a shape="rect" href="xml-configuration.html" title="Xml Configuration">Xml Configuration</a> on the classpath. The URI points to an XML document which can be parsed via XBean or Spring. This URI is typically on the classpath; though in 4.2 onwards you can point to a file or URL as well.</p>
 
@@ -101,8 +100,7 @@
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>xbean:file:./activemq.xml
 </pre>
-</div></div> 
-          </div>
+</div></div> </div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/building-activemq-cpp.html
==============================================================================
--- websites/production/activemq/content/building-activemq-cpp.html (original)
+++ websites/production/activemq/content/building-activemq-cpp.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="BuildingActiveMQCPP-Dependencies"></a>Dependencies</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="BuildingActiveMQCPP-Dependencies"></a>Dependencies</h2>
 
 
 <h3><a shape="rect" name="BuildingActiveMQCPP-libuuid"></a>libuuid</h3>
@@ -218,8 +217,7 @@ INCLUDE = D:\Program Files\Microsoft Vis
 LIB = D:\Program Files\Microsoft Visual Studio 8\VC\lib;D:\Program Files\Microsoft Platform SDK\Lib
 ]]></script>
 </div></div></li><li>The Project files reference the CPPUnit libraries for the Integration and Unit tests builds.&#160; In order for these to build correctly you must either place the CPPUnit libraries in a directory listed in the project settings, or add a new location for your install of CPPUnit.&#160;</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/building.html
==============================================================================
--- websites/production/activemq/content/building.html (original)
+++ websites/production/activemq/content/building.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="Building-BuildingActiveMQfromSource"></a>Building ActiveMQ from Source</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="Building-BuildingActiveMQfromSource"></a>Building ActiveMQ from Source</h2>
 
 <p>ActiveMQ uses <a shape="rect" class="external-link" href="http://maven.apache.org/">Maven</a> as its build and management tool. If you don't fancy using Maven you can use your IDE directly or <a shape="rect" href="download.html" title="Download">Download</a> a distribution or JAR.</p>
 
@@ -166,8 +165,7 @@ maven idea
 <h3><a shape="rect" name="Building-OtherMaven1Goals"></a>Other Maven 1 Goals</h3>
 
 <p>For more details try the <a shape="rect" href="examples.html" title="Examples">Examples</a> or <a shape="rect" href="benchmark-tests.html" title="Benchmark Tests">Benchmark Tests</a><br clear="none">
-Please refer to the <a shape="rect" class="external-link" href="http://maven.apache.org/maven-1.x/plugins/bundled/">plugin reference</a> for more details on using them.</p>
-          </div>
+Please refer to the <a shape="rect" class="external-link" href="http://maven.apache.org/maven-1.x/plugins/bundled/">plugin reference</a> for more details on using them.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/c-integration-scenarios.html
==============================================================================
--- websites/production/activemq/content/c-integration-scenarios.html (original)
+++ websites/production/activemq/content/c-integration-scenarios.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <h2><a shape="rect" name="Cintegrationscenarios-OnewayandRPCwithCservices"></a>One way and RPC with C services</h2>
 <p>Its common for the C services to be the back end services. The 2 common use cases are</p>
 
@@ -109,8 +108,7 @@
 
 <h3><a shape="rect" name="Cintegrationscenarios-connectivitytoC"></a>connectivity to C</h3>
 
-<p>We can link C into a Java process and invoke it directly via JNI. Another option is to wrap the C code as an Apache module and perform a HTTP POST to invoke a C service and extract the results of the service.</p>
-          </div>
+<p>We can link C into a Java process and invoke it directly via JNI. Another option is to wrap the C code as an Apache module and perform a HTTP POST to invoke a C service and extract the results of the service.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/c-integration.html
==============================================================================
--- websites/production/activemq/content/c-integration.html (original)
+++ websites/production/activemq/content/c-integration.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>It is very common for an organisation to have lots of legacy C code which needs integration into the message bus. The current available solutions are</p>
+<div class="wiki-content maincontent"><p>It is very common for an organisation to have lots of legacy C code which needs integration into the message bus. The current available solutions are</p>
 <ul><li><a shape="rect" href="cms.html" title="CMS">CMS</a> is an easy-to-use JMS 1.1-like API for C++. Our implementation of CMS is called ActiveMQ-CPP, the architecture for which supports pluggable transport protocols, very much like the ActiveMQ broker itself.</li><li>use the <a shape="rect" href="openwire-c-client.html" title="OpenWire C Client">OpenWire C Client</a> which is only available in ActiveMQ 4.x or later.</li><li>we are working on the <a shape="rect" href="openwire-cpp-client.html" title="OpenWire CPP Client">OpenWire CPP Client</a></li></ul>
 
 
@@ -82,8 +81,7 @@
 
 <p>Other alternative mechanisms to communicate using.</p>
 <ul><li>use the <a shape="rect" href="rest.html" title="REST">REST</a> API</li><li>use <a shape="rect" class="external-link" href="http://servicemix.org/WS+Notification" rel="nofollow">WS-Notification</a> and generate C bindings to WS-Notification using a SOAP stack</li><li>use <a shape="rect" href="how-do-i-access-activemq-from-csharp-or-dotnet.html" title="How do I access ActiveMQ from CSharp or dotNet">.Net or Mono</a> to use ActiveMQ insided .Net</li><li><a shape="rect" href="compile-activemq-with-gcj.html" title="Compile ActiveMQ with GCJ">Compile ActiveMQ with GCJ</a> to get a native C/C++ library</li><li>link to the ActiveMQ Java client using JNI</li><li>Use a Jabber client to talk to the ActiveMQ broker via the <a shape="rect" href="xmpp.html" title="XMPP">XMPP</a> protocol</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Added: websites/production/activemq/content/cache/cms.pageCache
==============================================================================
Binary file - no diff available.

Propchange: websites/production/activemq/content/cache/cms.pageCache
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: websites/production/activemq/content/cache/main.pageCache
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/production/activemq/content/cache/nms.pageCache
==============================================================================
Binary file - no diff available.

Propchange: websites/production/activemq/content/cache/nms.pageCache
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: websites/production/activemq/content/cached-ldap-authorization-module.html
==============================================================================
--- websites/production/activemq/content/cached-ldap-authorization-module.html (original)
+++ websites/production/activemq/content/cached-ldap-authorization-module.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">Available since 5.6</td></tr></table></div>
+<div class="wiki-content maincontent"><div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">Available since 5.6</td></tr></table></div>
 
 <p>Cached LDAP authorization module is an implementation of an default authorization module that initializes and updates data from LDAP. It supports all standard features like defining wildcard policy entries and entry for temporary destinations.</p>
 
@@ -163,8 +162,7 @@ rootpw          {SSHA}lfAYn54xCFghgQv5B2
 
 <p>Many LDAP servers supports so called "persistent search" feature which allows applications to receive changes in LDAP in a "push" manner. By default this plugin assumes that LDAP server supports this feature and will "register" to get live updates.</p>
 
-<p>For servers that doesn't support this yet (like OpenLDAP), we provide "pull" updates. In this case you need to set <tt>refreshInterval</tt> property, which will define the update period for the plugin (so in this case, updates will not be immediately applied)</p>
-          </div>
+<p>For servers that doesn't support this yet (like OpenLDAP), we provide "pull" updates. In this case you need to set <tt>refreshInterval</tt> property, which will define the update period for the plugin (so in this case, updates will not be immediately applied)</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/can-i-get-commercial-support.html
==============================================================================
--- websites/production/activemq/content/can-i-get-commercial-support.html (original)
+++ websites/production/activemq/content/can-i-get-commercial-support.html Wed Nov 13 17:23:00 2013
@@ -72,11 +72,9 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="CanIgetcommercialsupport-CanIgetcommercialsupport%3F"></a>Can I get commercial support? </h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="CanIgetcommercialsupport-CanIgetcommercialsupport%3F"></a>Can I get commercial support? </h2>
 
-<p>Absolutely, see our <a shape="rect" href="support.html" title="Support">Support</a> page for more details</p>
-          </div>
+<p>Absolutely, see our <a shape="rect" href="support.html" title="Support">Support</a> page for more details</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/can-i-modify-messages-on-a-queue.html
==============================================================================
--- websites/production/activemq/content/can-i-modify-messages-on-a-queue.html (original)
+++ websites/production/activemq/content/can-i-modify-messages-on-a-queue.html Wed Nov 13 17:23:00 2013
@@ -72,11 +72,9 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="CanImodifymessagesonaqueue-CanImodifymessagesonaqueue%3F"></a>Can I modify messages on a queue?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="CanImodifymessagesonaqueue-CanImodifymessagesonaqueue%3F"></a>Can I modify messages on a queue?</h2>
 
-<p>The short answer is no. In JMS messages are immutable once they have been sent. If you find you need to modify messages its recommended that you create a consumer with some selector which matches the messages you wish to update, consume them and send new modified messages, either to another queue or if you are careful, back to the original queue. (If you are using the same queue, be careful not to get into a loop where your selector matches messages you are sending yourself - you may wish to use some JMS header to avoid this loop).</p>
-          </div>
+<p>The short answer is no. In JMS messages are immutable once they have been sent. If you find you need to modify messages its recommended that you create a consumer with some selector which matches the messages you wish to update, consume them and send new modified messages, either to another queue or if you are careful, back to the original queue. (If you are using the same queue, be careful not to get into a loop where your selector matches messages you are sending yourself - you may wish to use some JMS header to avoid this loop).</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html
==============================================================================
--- websites/production/activemq/content/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html (original)
+++ websites/production/activemq/content/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html Wed Nov 13 17:23:00 2013
@@ -72,15 +72,13 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>Absolutely! </p>
+<div class="wiki-content maincontent"><p>Absolutely! </p>
 
 <p>Strictly speaking each producer being used concurrently should be using a separate session (though in ActiveMQ it'll probably work fine if you just use one session for all publishers). </p>
 
 <p>For concurrent consumption create a session per consumer - as all messages are dispatched to a session in a single thread - but you can have as many sessions as you like per connection.</p>
 
-<p>To further help with concurrent consuming of JMS you can use <a shape="rect" class="external-link" href="http://jencks.codehaus.org/Message+Driven+POJOs" rel="nofollow">Message Driven POJOs</a></p>
-          </div>
+<p>To further help with concurrent consuming of JMS you can use <a shape="rect" class="external-link" href="http://jencks.codehaus.org/Message+Driven+POJOs" rel="nofollow">Message Driven POJOs</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/can-i-send-really-large-files-over-activemq.html
==============================================================================
--- websites/production/activemq/content/can-i-send-really-large-files-over-activemq.html (original)
+++ websites/production/activemq/content/can-i-send-really-large-files-over-activemq.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="CanIsendreallylargefilesoverActiveMQ-CanIsendreallylargefilesoverActiveMQ"></a>Can I send really large files over ActiveMQ</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="CanIsendreallylargefilesoverActiveMQ-CanIsendreallylargefilesoverActiveMQ"></a>Can I send really large files over ActiveMQ</h2>
 
 <p>The answer is yes. </p>
 
@@ -82,8 +81,7 @@
 <p>For 4.1 or ealier large file transfer is achieved using <a shape="rect" href="jms-streams.html" title="JMS Streams">JMS Streams</a>. </p>
 
 <p>Normally the JMS API expects the entire JMS messsage to reside in the client side memory; however using <a shape="rect" href="blob-messages.html" title="Blob Messages">Blob Messages</a> or <a shape="rect" href="jms-streams.html" title="JMS Streams">JMS Streams</a> allows you to send and receive arbitrarily large files with very low RAM overhead.</p>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/can-i-use-activemq-5x-or-later-on-java-14.html
==============================================================================
--- websites/production/activemq/content/can-i-use-activemq-5x-or-later-on-java-14.html (original)
+++ websites/production/activemq/content/can-i-use-activemq-5x-or-later-on-java-14.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="CanIuseActiveMQ5.xorlateronJava1.4-CanIuseActiveMQ5.0orlateronJava1.4%3F"></a>Can I use ActiveMQ 5.0 or later on Java 1.4?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="CanIuseActiveMQ5.xorlateronJava1.4-CanIuseActiveMQ5.0orlateronJava1.4%3F"></a>Can I use ActiveMQ 5.0 or later on Java 1.4?</h2>
 
 <p>Apache ActiveMQ 5.x or later is developed to run on Java 5 or later  to take advantage of the new language features together with the major fact that on Java 5 the new concurrency code is faster &amp; less buggy and requires less dependencies.</p>
 
@@ -84,8 +83,7 @@
 <h2><a shape="rect" name="CanIuseActiveMQ5.xorlateronJava1.4-SeeAlso"></a>See Also</h2>
 
 <ul><li><a shape="rect" href="what-platforms-does-activemq-support.html" title="What platforms does ActiveMQ support">What platforms does ActiveMQ support</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/can-two-brokers-share-the-same-database.html
==============================================================================
--- websites/production/activemq/content/can-two-brokers-share-the-same-database.html (original)
+++ websites/production/activemq/content/can-two-brokers-share-the-same-database.html Wed Nov 13 17:23:00 2013
@@ -72,15 +72,13 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="Cantwobrokerssharethesamedatabase-Cantwobrokerssharethesamedatabase"></a>Can two brokers share the same database</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="Cantwobrokerssharethesamedatabase-Cantwobrokerssharethesamedatabase"></a>Can two brokers share the same database</h2>
 
 <p>The short answer is no; 2 brokers cannot operate on the same sets of database tables concurrently. ActiveMQ is designed for high performance so we want to minimise the amount of pessimistic locking; each broker is designed to work with its own persistent database.</p>
 
 <p>If you want to share the same physical database server across two brokers to simplify your installation &amp; backup procedures then just create 2 different logins for each broker so that they get their own sets of database tables within the same physical database. (i.e. each broker gets its own logical database within the same physical database server).</p>
 
-<p>Also if you want to only have one database but many possible brokers (for HA) then just use <a shape="rect" href="jdbc-master-slave.html" title="JDBC Master Slave">JDBC Master Slave</a></p>
-          </div>
+<p>Also if you want to only have one database but many possible brokers (for HA) then just use <a shape="rect" href="jdbc-master-slave.html" title="JDBC Master Slave">JDBC Master Slave</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/can-you-browse-a-topic.html
==============================================================================
--- websites/production/activemq/content/can-you-browse-a-topic.html (original)
+++ websites/production/activemq/content/can-you-browse-a-topic.html Wed Nov 13 17:23:00 2013
@@ -72,15 +72,13 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>You can browse queues, can you browse a topic?</p>
+<div class="wiki-content maincontent"><p>You can browse queues, can you browse a topic?</p>
 
 <p>No. But then consuming messages on a topic does not affect any other consumers, so you don't need to 'browse' per se, just subscribe.</p>
 
 <p>i.e. browsing is necessary on queues as you wanna see what messages there are without removing them. For topics, everyone who's interested gets a copy of the message so just do a regular subscribe.</p>
 
-<p>One nice to have feature would be to expose durable subscriptions as a logical queue, so you could browse outstanding messages on a durable subscription as if it were a queue (see <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/AMQ-25">AMQ-25</a> to track this feature request)but its not in any way standard JMS.</p>
-          </div>
+<p>One nice to have feature would be to expose durable subscriptions as a logical queue, so you could browse outstanding messages on a durable subscription as if it were a queue (see <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/AMQ-25">AMQ-25</a> to track this feature request)but its not in any way standard JMS.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/certificateunknown.html
==============================================================================
--- websites/production/activemq/content/certificateunknown.html (original)
+++ websites/production/activemq/content/certificateunknown.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>If you get an error something like this...</p>
+<div class="wiki-content maincontent"><p>If you get an error something like this...</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -108,8 +107,7 @@ Caused by: javax.net.ssl.SSLHandshakeExc
 
 <h3><a shape="rect" name="certificate_unknown-Fix"></a>Fix</h3>
 
-<p>Make sure that you exported the broker's certificate (step 2 in <a shape="rect" href="how-do-i-use-ssl.html" title="How do I use SSL">How do I use SSL</a>) and imported it on the client into a truststore (step 4).  If you did those, did you specify the javax.net.ssl.trustStore system property when you started your client VM? </p>
-          </div>
+<p>Make sure that you exported the broker's certificate (step 2 in <a shape="rect" href="how-do-i-use-ssl.html" title="How do I use SSL">How do I use SSL</a>) and imported it on the client into a truststore (step 4).  If you did those, did you specify the javax.net.ssl.trustStore system property when you started your client VM? </p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/changes-in-40.html
==============================================================================
--- websites/production/activemq/content/changes-in-40.html (original)
+++ websites/production/activemq/content/changes-in-40.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="Changesin4.0-NewFeaturesin4.0"></a>New Features in 4.0</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="Changesin4.0-NewFeaturesin4.0"></a>New Features in 4.0</h3>
 
 <ul><li><a shape="rect" href="masterslave.html" title="MasterSlave">MasterSlave</a> provides support for continuous availability and fault tolerance of brokers to be able to handle catastrophic hardware failure and not loose a message (or get duplicates).</li><li>A new <a shape="rect" href="exclusive-consumer.html" title="Exclusive Consumer">Exclusive Consumer</a> feature allows you to pin message processing to a single consumer in a cluser of consumers.</li><li>A new <a shape="rect" href="message-groups.html" title="Message Groups">Message Groups</a> feaure allows you load balance messages accross a set of consumers but also garantee the message order for messages within a message group.</li><li>A new <a shape="rect" href="total-ordering.html" title="Total Ordering">Total Ordering</a> feature to allow all consumers on a topic to see messages in the same order.</li><li>New <a shape="rect" href="how-can-i-monitor-activemq.html" title="How can I monitor ActiveMQ">JMX Management</a> an
 d monitoring capabilities. You can now see statistics for each broker, destination, connector and connection!</li><li>Improved <a shape="rect" href="security.html" title="Security">Security</a> plugin which provides JAAS support for authentication along with a pluggable strategy for authorization together with a default XML based implementation.</li><li>A new <a shape="rect" href="openwire-c-client.html" title="OpenWire C Client">OpenWire C Client</a> is now available. This client talks the same wire protocol that the standard java client uses so every messaging broker feature available to the java client is available to the c client.</li><li>An experimental <a shape="rect" href="nms/index.html">OpenWire dotNet</a> is available, written in pure C# along with a JMS-like API for working on the .Net platform with ActiveMQ</li><li>Queues can now be loaded up with persistent messages without locking up the broker. Persistent messages are now swapped out of memory when no consumer needs i
 t soon.</li><li>A new <a shape="rect" href="consumer-priority.html" title="Consumer Priority">Consumer Priority</a> feature allows you to build location affinity by assignin a priority to consumers. The broker can then dispatch messages to higher priority consumers before dispatching to lower priority consumers.</li><li>A configurable per <a shape="rect" href="consumer-dispatch-async.html" title="Consumer Dispatch Async">Consumer Dispatch Async</a> flag which allows you to configure how messages are sent by the broker to a consumer.  This controls if the broker uses <a shape="rect" href="seda.html" title="SEDA">SEDA</a> or <a shape="rect" href="stp.html" title="STP">STP</a> style dispaching.</li><li>A new plug-able topic <a shape="rect" href="subscription-recovery-policy.html" title="Subscription Recovery Policy">Subscription Recovery Policy</a> which allows you to configure how many transient messages are replayed when a <a shape="rect" href="retroactive-consumer.html" title="Retro
 active Consumer">Retroactive Consumer</a> is created.</li><li>A new <a shape="rect" href="retroactive-consumer.html" title="Retroactive Consumer">Retroactive Consumer</a> feature allows topic consumers to "go back in time" so that it receives old messages when the subscription is activated. If the consumer is a durable consumer, he recover all the messages that are still in the persistent store.</li><li><a shape="rect" href="per-destination-policies.html" title="Per Destination Policies">Per Destination Policies</a> allow you configure the behavior of destinations.</li><li>The broker now supports per destination plugable <a shape="rect" href="dispatch-policies.html" title="Dispatch Policies">Dispatch Policies</a> so that you can choose the distribution algorithm used to send messages to a consumer.</li><li>The broker now supports two new types of connectors:
 	<ul><li><a shape="rect" href="the-jms-connector.html" title="The JMS Connector">The JMS Connector</a> is used to establish connection to external JMS providers so that messages can be bridged between the system.</li><li><a shape="rect" href="the-proxy-connector.html" title="The Proxy Connector">The Proxy Connector</a>. Is used to proxy connections to another broker.</li></ul>
@@ -105,8 +104,7 @@ failover:tcp://host1:port1,tcp://host2:p
 <ul><li>The JDBC persistence adapter now uses JDBC statement batching to increase it's performance with the database. This should reduce the amount of time a checkpoint takes.</li><li>QueueBrowsers now play nicely with a queue that is currently being consumed from. It gives you a true snapshot of what the queue looked like when you created the browser and it does not affect the dispatching of messages to active consumers.</li><li>we no longer have hand-crafted marshalling code any more; its all based on <a shape="rect" href="openwire.html" title="OpenWire">OpenWire</a> and autogenerated from the open wire commands in the org.activemq.command package</li><li>The network bridges used for broker to broker messaging now use a lower level ActiveMQ command and transport API instead of the JMS API, this allows them to use more optimizations and have a lower per bridge resource consumption while letting the JMS client API implementation reduce it's complexity.</li><li>Two types of network b
 ridges are now supported:
 	<ul><li>A simple forwardng bridge - sends all messages as soon as possible to the remote broker. Great you know the usage patterns up front and allways want to do store and forward to a central broker.</li><li>A demand based forwarding bridge (same type of bridge that was using in ActiveMQ 3.x) which detects consumer demand on the remote broker and only forwards messages as needed.</li></ul>
 	</li><li>The demand based forwarding bridge now take advantage of the <a shape="rect" href="consumer-priority.html" title="Consumer Priority">Consumer Priority</a> to avoid forwarding messages to a remote broker if there is a local consumer consuming it's messages.</li><li>Message fragmentation is no longer done. Fragmented messages add yet another level of complexity when you introduce broker networks. Large objects/streams should be transfered using the <a shape="rect" href="jms-streams.html" title="JMS Streams">JMS Streams</a>.</li><li>JMS clients marshall fewer messages on the wire on for a rollback.</li><li>JMS clients marshall fewer messages when sessions/consumers/producers are closed.</li><li>The client and the broker make more extensive use of Thread Pools to avoid allocating idle threads that are not being used.</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/class-diagrams-for-activemq-40-m4-source-code.html
==============================================================================
--- websites/production/activemq/content/class-diagrams-for-activemq-40-m4-source-code.html (original)
+++ websites/production/activemq/content/class-diagrams-for-activemq-40-m4-source-code.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <p>Class Diagrams for activemq-4.0-M4 source code.</p>
 
 <p>These diagrams cover the bulk of the source code and are in EMF format.&#160;</p>
@@ -84,8 +83,7 @@
 
 <p>Note about printing: Adobe In Design works well for printing if you want a large print but don't have access to an oversized/wide format ink jet (<a shape="rect" class="external-link" href="http://www.adobe.com/products/tryadobe/main.jsp#product=31" rel="nofollow">http://www.adobe.com/products/tryadobe/main.jsp#product=31</a>).&#160; Set up the page dimensions first, for example,&#160; normal letter size page is measured in pts, 51p0 width, 66p0 height.&#160; So for a wider than long oversized diagram you might go to File-&gt;Document Setup... and set Page Size to "Custom" and width to 255p0 (5 8 1/2" letter pages in width), and height to 112p0 (2 11" letter pages in height).&#160; Next go to File-&gt;Place... to import the EMF. Using the Scale tool (smaller box with an arrow pointing into larger box) size the image to fit inside the page (hold down shift key while sizing to keep proportions), and position it using the Selection tool (arrow).</p>
 
-<p>Then go to File-&gt;Print..., select "Setup" and check the "Tile" option.&#160; The "Tile" dropdown setting should be "Auto" and Overlap 4p0.&#160; Then set the Scale option to a percentage that maximizes the image coverage (there is a visual thumbnail that will indicate the coverage).&#160; Then Print.&#160; This should yield a nice large image printed out in tiled format on letter size pages.&#160; Each page will be properly numbered so you know their positions, and there will be marks for trimming and taping the pages together.&#160; A page cutter is neccessary.&#160; Just trim the right and bottom overlap on each page, then align and tape.</p>
-          </div>
+<p>Then go to File-&gt;Print..., select "Setup" and check the "Tile" option.&#160; The "Tile" dropdown setting should be "Auto" and Overlap 4p0.&#160; Then set the Scale option to a percentage that maximizes the image coverage (there is a visual thumbnail that will indicate the coverage).&#160; Then Print.&#160; This should yield a nice large image printed out in tiled format on letter size pages.&#160; Each page will be properly numbered so you know their positions, and there will be marks for trimming and taping the pages together.&#160; A page cutter is neccessary.&#160; Just trim the right and bottom overlap on each page, then align and tape.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/clustering.html
==============================================================================
--- websites/production/activemq/content/clustering.html (original)
+++ websites/production/activemq/content/clustering.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>Clustering is a large area and often means different things to different people. We'll try to list the various aspects of clustering and how they relate to ActiveMQ</p>
+<div class="wiki-content maincontent"><p>Clustering is a large area and often means different things to different people. We'll try to list the various aspects of clustering and how they relate to ActiveMQ</p>
 
 <h2><a shape="rect" name="Clustering-Queueconsumerclusters"></a>Queue consumer clusters</h2>
 
@@ -113,8 +112,7 @@
 
 <p>An alternative to <a shape="rect" href="masterslave.html" title="MasterSlave">MasterSlave</a> is to have some way to replicate the message store; so for the disk files to be shared in some way. For example using a SAN or shared network drive you can share the files of a broker so that if it fails another broker can take over straight away. </p>
 
-<p>So by supporting a <a shape="rect" href="replicated-message-store.html" title="Replicated Message Store">Replicated Message Store</a> you can reduce the risk of message loss to provide either a HA backup or a full <a shape="rect" href="dr.html" title="DR">DR</a> solution capable of surviving data centre failure.</p>
-          </div>
+<p>So by supporting a <a shape="rect" href="replicated-message-store.html" title="Replicated Message Store">Replicated Message Store</a> you can reduce the risk of message loss to provide either a HA backup or a full <a shape="rect" href="dr.html" title="DR">DR</a> solution capable of surviving data centre failure.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms.html
==============================================================================
--- websites/production/activemq/content/cms.html (original)
+++ websites/production/activemq/content/cms.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Moved Page</b><br clear="none">This page has moved <a shape="rect" class="external-link" href="http://activemq.apache.org/cms/">here</a></td></tr></table></div>
-          </div>
+<div class="wiki-content maincontent"><div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Moved Page</b><br clear="none">This page has moved <a shape="rect" class="external-link" href="http://activemq.apache.org/cms/">here</a></td></tr></table></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/04/18/activemq-cpp-11-released.html
==============================================================================
--- websites/production/activemq/content/cms/2007/04/18/activemq-cpp-11-released.html (original)
+++ websites/production/activemq/content/cms/2007/04/18/activemq-cpp-11-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,9 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>The ActiveMQ-CPP 1.1 release is now official! You can download the source distribution <a shape="rect" href="../../../../cms/download.html" title="Download">here</a>.</p>
+
+<p>There are several bug fixes and enhancements that you might want to pick up if you're currently using 1.0. This is our last patch release before 2.0, which will have full openwire support ... and we're almost there, so stay tuned!</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/04/18/activemq-cpp-20-rc1-now-available.html
==============================================================================
--- websites/production/activemq/content/cms/2007/04/18/activemq-cpp-20-rc1-now-available.html (original)
+++ websites/production/activemq/content/cms/2007/04/18/activemq-cpp-20-rc1-now-available.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>We've finally got OpenWire 2.0 Support! Download the Release candidate <a shape="rect" href="../../../../cms/download.html" title="Download">here</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/04/20/activemq-cpp-20-release.html
==============================================================================
--- websites/production/activemq/content/cms/2007/04/20/activemq-cpp-20-release.html (original)
+++ websites/production/activemq/content/cms/2007/04/20/activemq-cpp-20-release.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>Version 2.0 is now official.  Download it from <a shape="rect" href="../../../../cms/activemq-cpp-20-release.html" title="ActiveMQ-CPP 2.0 Release">here</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/04/30/activemq-cpp-201-rc1-now-available.html
==============================================================================
--- websites/production/activemq/content/cms/2007/04/30/activemq-cpp-201-rc1-now-available.html (original)
+++ websites/production/activemq/content/cms/2007/04/30/activemq-cpp-201-rc1-now-available.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP 2.0.1 RC1 is now available.  This is a bug fix release that addresses some issues that were found in the 2.0 release.  Download it from&#160; the <a shape="rect" href="../../../../cms/activemq-cpp-201-release.html" title="ActiveMQ-CPP 2.0.1 Release">ActiveMQ-CPP 2.0.1 Release</a> page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/04/30/cms-api-10-release.html
==============================================================================
--- websites/production/activemq/content/cms/2007/04/30/cms-api-10-release.html (original)
+++ websites/production/activemq/content/cms/2007/04/30/cms-api-10-release.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>We've finally released version 1.0 of the CMS (C++ Messaging Service) API.  This is the JMS-like API for C++ applications implemented by ActiveMQ-CPP.  The hope is that more and more C++ application will start moving toward a common API for messaging.  You can download CMS 1.0 <a shape="rect" href="../../../../cms/cms-api-10-release.html" title="CMS API 1.0 Release">here</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/05/09/activemq-cpp-201-release.html
==============================================================================
--- websites/production/activemq/content/cms/2007/05/09/activemq-cpp-201-release.html (original)
+++ websites/production/activemq/content/cms/2007/05/09/activemq-cpp-201-release.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>Version 2.0.1 is now official. Download it from <a shape="rect" href="../../../../cms/activemq-cpp-201-release.html" title="ActiveMQ-CPP 2.0.1 Release">here </a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/07/24/cms-api-11-release.html
==============================================================================
--- websites/production/activemq/content/cms/2007/07/24/cms-api-11-release.html (original)
+++ websites/production/activemq/content/cms/2007/07/24/cms-api-11-release.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>In preparation for the soon-to-be-released ActiveMQ-CPP 2.1, we're releasin version 1.1 of the CMS (C++ Messaging Service) API.  This has a few tweaks to decouple the API from ActiveMQ-CPP and to support exporting symbols from a shared library.  You can download CMS 1.1 <a shape="rect" href="../../../../cms/cms-api-11-release.html" title="CMS API 1.1 Release">here</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/07/25/activemq-cpp-21-rc1-release.html
==============================================================================
--- websites/production/activemq/content/cms/2007/07/25/activemq-cpp-21-rc1-release.html (original)
+++ websites/production/activemq/content/cms/2007/07/25/activemq-cpp-21-rc1-release.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP 2.1 RC1 is now available. This release features the ability to build both static and shared libraries, as well as bug fixes and performance improvements.  Download it from the <a shape="rect" href="../../../../cms/activemq-cpp-21-release.html" title="ActiveMQ-CPP 2.1 Release">ActiveMQ-CPP 2.1 Release</a> page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/07/26/activemq-cpp-21-rc1-now-available.html
==============================================================================
--- websites/production/activemq/content/cms/2007/07/26/activemq-cpp-21-rc1-now-available.html (original)
+++ websites/production/activemq/content/cms/2007/07/26/activemq-cpp-21-rc1-now-available.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP 2.1 RC1 is now available. This release features many bug fixes along with several performance  improvements.  See the <a shape="rect" href="../../../../cms/activemq-cpp-21-release.html" title="ActiveMQ-CPP 2.1 Release">ActiveMQ-CPP 2.1</a> page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/08/07/activemq-cpp-21-release.html
==============================================================================
--- websites/production/activemq/content/cms/2007/08/07/activemq-cpp-21-release.html (original)
+++ websites/production/activemq/content/cms/2007/08/07/activemq-cpp-21-release.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP V2.1 is now official.  You can find out what was fixed and get the latest src archives on the&#160;<a shape="rect" href="../../../../cms/activemq-cpp-21-release.html" title="ActiveMQ-CPP 2.1 Release">ActiveMQ-CPP 2.1 Release</a> page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/10/28/cms-api-12-release.html
==============================================================================
--- websites/production/activemq/content/cms/2007/10/28/cms-api-12-release.html (original)
+++ websites/production/activemq/content/cms/2007/10/28/cms-api-12-release.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>In preparation for the soon-to-be-released ActiveMQ-CPP 2.1.1, we're releasing version 1.2 of the CMS (C++ Messaging Service) API.  The main change in this release is that the readXXX() methods in BytesMessage were made const so that they may be used from within the MessageListener's onMessage method.  You can download CMS 1.2 <a shape="rect" href="../../../../cms/cms-api-12-release.html" title="CMS API 1.2 Release">here</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/11/05/activemq-cpp-211-released.html
==============================================================================
--- websites/production/activemq/content/cms/2007/11/05/activemq-cpp-211-released.html (original)
+++ websites/production/activemq/content/cms/2007/11/05/activemq-cpp-211-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP V2.1.1 is now official. You can find out what was fixed and get the latest src archives on the <a shape="rect" href="../../../../cms/activemq-cpp-211-release.html" title="ActiveMQ-CPP 2.1.1 Release">ActiveMQ-CPP 2.1.1 Release</a> page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/11/26/solaris-platform.html
==============================================================================
--- websites/production/activemq/content/cms/2007/11/26/solaris-platform.html (original)
+++ websites/production/activemq/content/cms/2007/11/26/solaris-platform.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><div class="error"><span class="error">Unable to render {children}.</span> Can only find children for a page, this is a blogpost.</div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/11/28/activemq-cpp-212-released.html
==============================================================================
--- websites/production/activemq/content/cms/2007/11/28/activemq-cpp-212-released.html (original)
+++ websites/production/activemq/content/cms/2007/11/28/activemq-cpp-212-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP V2.1.2 is now official. You can find out what was fixed and get the latest src archives on the <a shape="rect" href="../../../../cms/activemq-cpp-212-release.html" title="ActiveMQ-CPP 2.1.2 Release">ActiveMQ-CPP 2.1.2 Release</a> Release page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2007/12/10/activemq-cpp-213-released.html
==============================================================================
--- websites/production/activemq/content/cms/2007/12/10/activemq-cpp-213-released.html (original)
+++ websites/production/activemq/content/cms/2007/12/10/activemq-cpp-213-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP V2.1.3 is now official. You can find out what was fixed and get the latest src archives on the <a shape="rect" href="../../../../cms/activemq-cpp-213-release.html" title="ActiveMQ-CPP 2.1.3 Release">Release</a> page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2008/06/22/activemq-cpp-22-released.html
==============================================================================
--- websites/production/activemq/content/cms/2008/06/22/activemq-cpp-22-released.html (original)
+++ websites/production/activemq/content/cms/2008/06/22/activemq-cpp-22-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP V2.2 is now official. You can find out what was fixed and get the latest src archives on the <a shape="rect" href="../../../../cms/activemq-cpp-22-release.html" title="ActiveMQ CPP 2.2 Release">Release</a> page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2008/09/10/activemq-cpp-221-released.html
==============================================================================
--- websites/production/activemq/content/cms/2008/09/10/activemq-cpp-221-released.html (original)
+++ websites/production/activemq/content/cms/2008/09/10/activemq-cpp-221-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP V2.2.1 is now official. You can find out what was fixed and get the latest src archives on the <a shape="rect" href="../../../../cms/activemq-cpp-221-release.html" title="ActiveMQ-CPP 2.2.1 Release">Release</a> page.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2008/11/24/activemq-cpp-222-released.html
==============================================================================
--- websites/production/activemq/content/cms/2008/11/24/activemq-cpp-222-released.html (original)
+++ websites/production/activemq/content/cms/2008/11/24/activemq-cpp-222-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>The newest version of the CPP library has been released, lots of good bug fixes added.  See the <a shape="rect" href="../../../../cms/activemq-cpp-222-release.html" title="ActiveMQ-CPP 2.2.2 Release">Release</a> page for more info.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/01/12/activemq-cpp-223-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/01/12/activemq-cpp-223-released.html (original)
+++ websites/production/activemq/content/cms/2009/01/12/activemq-cpp-223-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,9 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent">
+
+<p>The newest version of the CPP library has been released, lots of good bug fixes added. See the <a shape="rect" href="../../../../cms/activemq-cpp-223-release.html" title="ActiveMQ-CPP 2.2.3 Release">Release</a> page for more info.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/02/21/activemq-cpp-224-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/02/21/activemq-cpp-224-released.html (original)
+++ websites/production/activemq/content/cms/2009/02/21/activemq-cpp-224-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>The newest version of the CPP library has been released, lots of good bug fixes added. See the <a shape="rect" href="../../../../cms/activemq-cpp-224-release.html" title="ActiveMQ-CPP 2.2.4 Release">Release</a> page for more info.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/03/25/activemq-cpp-225-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/03/25/activemq-cpp-225-released.html (original)
+++ websites/production/activemq/content/cms/2009/03/25/activemq-cpp-225-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>The newest version of the CPP library has been released, lots of good bug fixes added. See the <a shape="rect" href="../../../../cms/activemq-cpp-225-release.html" title="ActiveMQ-CPP 2.2.5 Release">Release</a> page for more info.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/05/11/activemq-cpp-30-rc1-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/05/11/activemq-cpp-30-rc1-released.html (original)
+++ websites/production/activemq/content/cms/2009/05/11/activemq-cpp-30-rc1-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new release candidate of ActiveMQ-CPP 3.0 is out, RC1 adds back Stomp support as well as fixes several issues found since the release of RC0.  This release may be the last one before the official release of V3.0 unless any new critical bugs are discovered.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/05/17/activemq-cpp-226-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/05/17/activemq-cpp-226-released.html (original)
+++ websites/production/activemq/content/cms/2009/05/17/activemq-cpp-226-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>The newest version of the CPP library has been released, lots of good bug fixes added. See the <a shape="rect" href="../../../../cms/activemq-cpp-226-release.html" title="ActiveMQ-CPP 2.2.6 Release">Release</a> page for more info.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/05/26/activemq-cpp-30-rc2-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/05/26/activemq-cpp-30-rc2-released.html (original)
+++ websites/production/activemq/content/cms/2009/05/26/activemq-cpp-30-rc2-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new release candidate of ActiveMQ-CPP 3.0 is out, RC2 adds support for StreamMessage and a number of additional bugfixes.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/06/12/activemq-cpp-30-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/06/12/activemq-cpp-30-released.html (original)
+++ websites/production/activemq/content/cms/2009/06/12/activemq-cpp-30-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP 3.0 is now officially released, check out the <a shape="rect" href="../../../../cms/activemq-cpp-30-release.html" title="ActiveMQ-CPP 3.0 Release">Release</a> page for a list of what's changed and to download the source bundle now!</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/07/03/activemq-cpp-301-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/07/03/activemq-cpp-301-released.html (original)
+++ websites/production/activemq/content/cms/2009/07/03/activemq-cpp-301-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP 3.0.1 is now officially released, check out the <a shape="rect" href="../../../../cms/activemq-cpp-301-release.html" title="ActiveMQ-CPP 3.0.1 Release">Release page</a> for a list of what's changed and to download the source bundle now!</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2009/12/20/activemq-cpp-310-officially-released.html
==============================================================================
--- websites/production/activemq/content/cms/2009/12/20/activemq-cpp-310-officially-released.html (original)
+++ websites/production/activemq/content/cms/2009/12/20/activemq-cpp-310-officially-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>ActiveMQ-CPP 3.1.0 is now officially released, check out the <a shape="rect" href="../../../../cms/activemq-cpp-310-release.html" title="ActiveMQ-CPP 3.1.0 Release">Release</a> page for a list of what's changed and to download the source bundle now!</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2010/03/27/activemq-cpp-312-released.html
==============================================================================
--- websites/production/activemq/content/cms/2010/03/27/activemq-cpp-312-released.html (original)
+++ websites/production/activemq/content/cms/2010/03/27/activemq-cpp-312-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>Version 3.1.2 just released, fixes for a few important issues that caused segfaults have been added. Get your copy <a shape="rect" href="../../../../cms/activemq-cpp-312-release.html" title="ActiveMQ-CPP 3.1.2 Release">here</a>:</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2010/06/08/activemq-cpp-313-released.html
==============================================================================
--- websites/production/activemq/content/cms/2010/06/08/activemq-cpp-313-released.html (original)
+++ websites/production/activemq/content/cms/2010/06/08/activemq-cpp-313-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new bug fix release of ActiveMQ-CPP was released: v3.1.3.  This version incorporates a fix that affects users on Windows who might experience a thread deadlock.  If you are on Windows we highly recommend that you grab the 3.1.3 source bundle.  </p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2010/06/18/activemq-cpp-320-released.html
==============================================================================
--- websites/production/activemq/content/cms/2010/06/18/activemq-cpp-320-released.html (original)
+++ websites/production/activemq/content/cms/2010/06/18/activemq-cpp-320-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>Version 3.2.0 of ActiveMQ-CPP has now been officially released which include support for SSL along with QueueBrowser and Message body compression.  Download the source bundle from the <a shape="rect" href="../../../../cms/activemq-cpp-320-release.html" title="ActiveMQ-CPP 3.2.0 Release">Release Page</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2010/07/03/activemq-cpp-v321-released.html
==============================================================================
--- websites/production/activemq/content/cms/2010/07/03/activemq-cpp-v321-released.html (original)
+++ websites/production/activemq/content/cms/2010/07/03/activemq-cpp-v321-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>The newest patch release of ActiveMQ-CPP is out, you can download the source bundles <a shape="rect" href="../../../../cms/activemq-cpp-321-release.html" title="ActiveMQ-CPP 3.2.1 Release">here</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/cms/2010/09/16/activemq-cpp-v322-released.html
==============================================================================
--- websites/production/activemq/content/cms/2010/09/16/activemq-cpp-v322-released.html (original)
+++ websites/production/activemq/content/cms/2010/09/16/activemq-cpp-v322-released.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="api.html" title="API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>The newest patch release of ActiveMQ-CPP is out, you can download the source bundles <a shape="rect" href="../../../../cms/activemq-cpp-322-release.html" title="ActiveMQ-CPP 3.2.2 Release">here</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">