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/12 20:22:54 UTC

svn commit: r886349 [2/7] - in /websites/production/activemq/content: ./ cache/ cms/ nms/

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 Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Cached LDAP Authorization Module

Modified: websites/production/activemq/content/certificateunknown.html
==============================================================================
--- websites/production/activemq/content/certificateunknown.html (original)
+++ websites/production/activemq/content/certificateunknown.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- certificate_unknown

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 Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Changes in 4.0
@@ -84,7 +75,7 @@
           <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="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="https://cwiki.apache.org/confluence/display/NMS">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 o
 f memory when no consumer needs it 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="retroa
 ctive-consumer.html" title="Retroactive 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>
 	</li><li><a shape="rect" href="slow-consumer-handling.html" title="Slow Consumer Handling">Slow Consumer Handling</a> allows you to discard old messages for slow consumers on non-durable topics to avoid slowing down fast consumers</li><li>You can now specify <a shape="rect" href="destination-options.html" title="Destination Options">Destination Options</a> that allow you to do extend configuration of consumers.</li><li>Conumsers now use <a shape="rect" href="optimized-acknowledgement.html" title="Optimized Acknowledgement">Optimized Acknowledgement</a> by default to which results in increased performance.</li></ul>
 

Modified: websites/production/activemq/content/cms/activemq-cpp-10-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-10-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-10-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 1.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-11-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-11-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-11-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 1.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-20-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-20-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-20-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-201-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-201-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-201-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.0.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-21-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-21-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-21-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-211-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-211-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-211-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.1.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-212-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-212-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-212-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.1.2 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-213-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-213-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-213-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.1.3 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-22-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-22-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-22-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ CPP 2.2 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-221-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-221-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-221-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.2.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-222-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-222-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-222-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.2.2 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-223-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-223-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-223-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.2.3 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-224-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-224-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-224-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.2.4 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-225-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-225-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-225-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.2.5 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-226-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-226-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-226-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 2.2.6 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-30-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-30-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-30-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-301-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-301-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-301-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.0.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-310-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-310-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-310-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.1.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-311-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-311-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-311-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.1.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-312-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-312-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-312-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.1.2 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-313-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-313-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-313-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.1.3 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-320-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-320-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-320-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.2.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-321-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-321-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-321-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.2.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-322-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-322-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-322-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.2.2 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-323-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-323-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-323-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.2.3 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-324-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-324-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-324-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.2.4 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-325-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-325-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-325-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.2.5 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-330-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-330-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-330-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.3.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-340-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-340-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-340-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.4.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-341-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-341-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-341-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.4.1 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-342-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-342-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-342-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.4.2 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-343-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-343-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-343-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.4.3 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-344-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-344-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-344-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.4.4 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-345-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-345-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-345-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.4.5 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-350-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-350-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-350-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.5.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-360-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-360-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-360-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.6.0 Release

Modified: websites/production/activemq/content/cms/activemq-cpp-370-release.html
==============================================================================
--- websites/production/activemq/content/cms/activemq-cpp-370-release.html (original)
+++ websites/production/activemq/content/cms/activemq-cpp-370-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- ActiveMQ-CPP 3.7.0 Release

Modified: websites/production/activemq/content/cms/building.html
==============================================================================
--- websites/production/activemq/content/cms/building.html (original)
+++ websites/production/activemq/content/cms/building.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Building

Modified: websites/production/activemq/content/cms/cms-api-10-release.html
==============================================================================
--- websites/production/activemq/content/cms/cms-api-10-release.html (original)
+++ websites/production/activemq/content/cms/cms-api-10-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- CMS API 1.0 Release

Modified: websites/production/activemq/content/cms/cms-api-11-release.html
==============================================================================
--- websites/production/activemq/content/cms/cms-api-11-release.html (original)
+++ websites/production/activemq/content/cms/cms-api-11-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- CMS API 1.1 Release

Modified: websites/production/activemq/content/cms/cms-api-12-release.html
==============================================================================
--- websites/production/activemq/content/cms/cms-api-12-release.html (original)
+++ websites/production/activemq/content/cms/cms-api-12-release.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- CMS API 1.2 Release

Modified: websites/production/activemq/content/cms/cms-api-overview.html
==============================================================================
--- websites/production/activemq/content/cms/cms-api-overview.html (original)
+++ websites/production/activemq/content/cms/cms-api-overview.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- CMS API Overview

Modified: websites/production/activemq/content/cms/configuring.html
==============================================================================
--- websites/production/activemq/content/cms/configuring.html (original)
+++ websites/production/activemq/content/cms/configuring.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Configuring

Modified: websites/production/activemq/content/cms/discussion-forums.html
==============================================================================
--- websites/production/activemq/content/cms/discussion-forums.html (original)
+++ websites/production/activemq/content/cms/discussion-forums.html Tue Nov 12 19:22:49 2013
@@ -73,7 +73,7 @@
         <tr>
         <td valign="top" width="100%">
           <div class="wiki-content maincontent">
-<p>Before posting you might want to read the <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=AMQCPP&amp;title=Tips+for+getting+help&amp;linkCreation=true&amp;fromPageId=71276">Tips for getting help</a>.</p>
+<p>Before posting you might want to read the <span class="error">[Tips for getting help]</span>.</p>
 
 <p>Many users prefer to use online forums rather than joining a mail list which can lead to lots more email traffic so we use the online forums at <a shape="rect" class="external-link" href="http://www.nabble.com/ActiveMQ-f2354.html" rel="nofollow">Nabble forums</a> which also work with our <a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a> so that both stay completely in sync. Use either the mailing lists or online forums, its completely up to you.</p>
 

Modified: websites/production/activemq/content/cms/example.html
==============================================================================
--- websites/production/activemq/content/cms/example.html (original)
+++ websites/production/activemq/content/cms/example.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Example

Modified: websites/production/activemq/content/cms/faq.html
==============================================================================
--- websites/production/activemq/content/cms/faq.html (original)
+++ websites/production/activemq/content/cms/faq.html Tue Nov 12 19:22:49 2013
@@ -77,7 +77,7 @@
 
 <p>Here are a list of commonly asked questions and answers. If you have any questions which are not on this list, please talk to us on the <a shape="rect" href="discussion-forums.html" title="Discussion Forums">forums</a>.</p>
 
-<p>We <a shape="rect" href="../contributing.html" title="Contributing">welcome contributions</a> and this entire website is a <a shape="rect" href="../how-does-the-website-work.html" title="How does the website work">wiki that you can edit</a> so please join in and help us make the documentation better!  If you have a suggestion for more topics you can open a new Jira Issue or post on the forums, and if you provide a complete FAQ entry we'll put it up right away.</p>
+<p>We <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Contributing" title="Contributing">welcome contributions</a> and this entire website is a <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/How+does+the+website+work" title="How does the website work">wiki that you can edit</a> so please join in and help us make the documentation better!  If you have a suggestion for more topics you can open a new Jira Issue or post on the forums, and if you provide a complete FAQ entry we'll put it up right away.</p>
 
 <h3><a shape="rect" name="FAQ-General"></a><a shape="rect" href="general.html" title="General">General</a></h3>
 

Modified: websites/production/activemq/content/cms/handling-advisory-messages.html
==============================================================================
--- websites/production/activemq/content/cms/handling-advisory-messages.html (original)
+++ websites/production/activemq/content/cms/handling-advisory-messages.html Tue Nov 12 19:22:49 2013
@@ -32,15 +32,6 @@
     </style>
     <![endif]-->
 
-          <link href='http://activemq.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' /> 
-      <link href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' /> 
-      <script src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> 
-              <script src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> 
-         
-      <script type="text/javascript"> 
-        SyntaxHighlighter.defaults['toolbar'] = false; 
-        SyntaxHighlighter.all(); 
-      </script> 
     
     <title>
     Apache ActiveMQ &#8482; -- Handling Advisory Messages
@@ -87,7 +78,7 @@
 <ul><li>See consumers, producers and connections starting and stopping</li><li>See temporary destinations being created and destroyed</li><li>Get notified messages expiring on topics and queues</li><li>Observe brokers sending messages to destinations with no consumers.</li><li>See connections starting and stopping</li></ul>
 
 
-<p>Advisory messages can be thought as some kind of administrative channel where you receive information regarding what is happening on your JMS provider along with what's happening with producers, consumers and destinations.  To learn more about the broker's advisory message support see this <a shape="rect" href="../advisory-message.html" title="Advisory Message">article</a>.</p>
+<p>Advisory messages can be thought as some kind of administrative channel where you receive information regarding what is happening on your JMS provider along with what's happening with producers, consumers and destinations.  To learn more about the broker's advisory message support see this <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Advisory+Message" title="Advisory Message">article</a>.</p>
 
 <h3><a shape="rect" name="HandlingAdvisoryMessages-BeforeYouBegin"></a><b>Before You Begin</b></h3>
 
@@ -328,9 +319,9 @@ void AdvisoryProducer::onMessage( const 
 
 <h3><a shape="rect" name="HandlingAdvisoryMessages-AdvancedTopicDealingwithCommandObjectsinAdvisories"></a>*<b>Advanced Topic</b>* Dealing with Command Objects in Advisories </h3>
 
-<p>If you read the ActiveMQ Advisory Message <a shape="rect" href="../advisory-message.html" title="Advisory Message">article</a> mentioned at the start of this tutorial then you know that certain advisory messages can contain an embedded command object.  If you didn't read that <a shape="rect" href="../advisory-message.html" title="Advisory Message">article</a> then this section is going to be very confusing, so go read it.  We can access those command object in CMS with a little work which means we can take full advantage of the Advisory Message feature.</p>
+<p>If you read the ActiveMQ Advisory Message <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Advisory+Message" title="Advisory Message">article</a> mentioned at the start of this tutorial then you know that certain advisory messages can contain an embedded command object.  If you didn't read that <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Advisory+Message" title="Advisory Message">article</a> then this section is going to be very confusing, so go read it.  We can access those command object in CMS with a little work which means we can take full advantage of the Advisory Message feature.</p>
 
-<p>All Advisory Messages are sent as a basic ActiveMQMessage to your client.  The underlying type hierarchy in ActiveMQ-CPP is the same as that of ActiveMQ so the names of the embedded command objects you saw in the Advisory <a shape="rect" href="../advisory-message.html" title="Advisory Message">article</a> are the same and they contain mostly the same information, although sometimes the information is encoded in a more C++ friendly or unfriendly way depending on your point of view. </p>
+<p>All Advisory Messages are sent as a basic ActiveMQMessage to your client.  The underlying type hierarchy in ActiveMQ-CPP is the same as that of ActiveMQ so the names of the embedded command objects you saw in the Advisory <a shape="rect" href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Advisory+Message" title="Advisory Message">article</a> are the same and they contain mostly the same information, although sometimes the information is encoded in a more C++ friendly or unfriendly way depending on your point of view. </p>
 
 <p>To demonstrate how we can access the command objects lets try and create a client application that listens to the Broker for advisories that indicate that Temporary Destinations have either been created or destroyed.  The Broker will publish advisory messages to the "ActiveMQ.Advisory.TempTopic" and "ActiveMQ.Advisory.TempQueue" Topics whenever the corresponding Temporary Destination is created or destroyed and the command object will be of type DestinationInfo.  The DestinationInfo object contains a Destination object describing the Destination in question and an Operation Type value telling whether the command is a create or destroy command.  First lets look at how we subscribe to this Advisory Topic:</p>
 

Modified: websites/production/activemq/content/cms/index.html
==============================================================================
--- websites/production/activemq/content/cms/index.html (original)
+++ websites/production/activemq/content/cms/index.html Tue Nov 12 19:22:49 2013
@@ -93,7 +93,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Sep 19, 2013</div>
-                <a shape="rect" class="blogHeading" href="2013/09/19/activemq-cpp-v381-released.html">ActiveMQ-CPP v3.8.1 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2013/09/19/ActiveMQ-CPP+v3.8.1+Released">ActiveMQ-CPP v3.8.1 Released</a>
             
         </div>
     
@@ -101,12 +101,7 @@
         <p>The next release of ActiveMQ-CPP is out featuring a critical memory leak fix, grab the source bundle <a shape="rect" href="activemq-cpp-381-release.html" title="ActiveMQ-CPP 3.8.1 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=34022827">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -118,7 +113,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Sep 07, 2013</div>
-                <a shape="rect" class="blogHeading" href="2013/09/07/activemq-cpp-v380-released.html">ActiveMQ-CPP v3.8.0 Released.</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2013/09/07/ActiveMQ-CPP+v3.8.0+Released.">ActiveMQ-CPP v3.8.0 Released.</a>
             
         </div>
     
@@ -126,12 +121,7 @@
         <p>The next release of ActiveMQ-CPP is out featuring a lot of stability fixes and a few new features. Download your copy from <a shape="rect" href="activemq-cpp-380-release.html" title="ActiveMQ-CPP 3.8.0 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=34019221">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -143,7 +133,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on May 19, 2013</div>
-                <a shape="rect" class="blogHeading" href="2013/05/19/activemq-cpp-v370-released.html">ActiveMQ-CPP v3.7.0 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2013/05/19/ActiveMQ-CPP+v3.7.0+Released">ActiveMQ-CPP v3.7.0 Released</a>
             
         </div>
     
@@ -151,12 +141,7 @@
         <p>The next release of ActiveMQ-CPP is out featuring a lot of stability fixes. Download your copy from <a shape="rect" href="activemq-cpp-370-release.html" title="ActiveMQ-CPP 3.7.0 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=31822137">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -168,7 +153,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Mar 08, 2013</div>
-                <a shape="rect" class="blogHeading" href="2013/03/08/activemq-cpp-v360-released.html">ActiveMQ-CPP v3.6.0 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2013/03/08/ActiveMQ-CPP+v3.6.0+Released">ActiveMQ-CPP v3.6.0 Released</a>
             
         </div>
     
@@ -176,12 +161,7 @@
         <p>The next release of ActiveMQ-CPP is out featuring a lot of stability fixes.  Download your copy from <a shape="rect" href="activemq-cpp-360-release.html" title="ActiveMQ-CPP 3.6.0 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=30756922">Edit</a>
-                    
-                    </div>
     </div>
     
 

Modified: websites/production/activemq/content/cms/mailing-lists.html
==============================================================================
--- websites/production/activemq/content/cms/mailing-lists.html (original)
+++ websites/production/activemq/content/cms/mailing-lists.html Tue Nov 12 19:22:49 2013
@@ -73,7 +73,7 @@
         <tr>
         <td valign="top" width="100%">
           <div class="wiki-content maincontent">
-<p>The following mailing lists are available. Before posting you might want to read the <a shape="rect" class="createlink" href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=AMQCPP&amp;title=Tips+for+getting+help&amp;linkCreation=true&amp;fromPageId=71278">Tips for getting help</a>.</p>
+<p>The following mailing lists are available. Before posting you might want to read the <span class="error">[Tips for getting help]</span>.</p>
 
 <h2><a shape="rect" name="MailingLists-ApacheMailingLists"></a>Apache Mailing Lists</h2>
 

Modified: websites/production/activemq/content/cms/news.html
==============================================================================
--- websites/production/activemq/content/cms/news.html (original)
+++ websites/production/activemq/content/cms/news.html Tue Nov 12 19:22:49 2013
@@ -87,7 +87,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Sep 19, 2013</div>
-                <a shape="rect" class="blogHeading" href="2013/09/19/activemq-cpp-v381-released.html">ActiveMQ-CPP v3.8.1 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2013/09/19/ActiveMQ-CPP+v3.8.1+Released">ActiveMQ-CPP v3.8.1 Released</a>
             
         </div>
     
@@ -95,12 +95,7 @@
         <p>The next release of ActiveMQ-CPP is out featuring a critical memory leak fix, grab the source bundle <a shape="rect" href="activemq-cpp-381-release.html" title="ActiveMQ-CPP 3.8.1 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=34022827">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -112,7 +107,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Sep 07, 2013</div>
-                <a shape="rect" class="blogHeading" href="2013/09/07/activemq-cpp-v380-released.html">ActiveMQ-CPP v3.8.0 Released.</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2013/09/07/ActiveMQ-CPP+v3.8.0+Released.">ActiveMQ-CPP v3.8.0 Released.</a>
             
         </div>
     
@@ -120,12 +115,7 @@
         <p>The next release of ActiveMQ-CPP is out featuring a lot of stability fixes and a few new features. Download your copy from <a shape="rect" href="activemq-cpp-380-release.html" title="ActiveMQ-CPP 3.8.0 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=34019221">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -137,7 +127,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on May 19, 2013</div>
-                <a shape="rect" class="blogHeading" href="2013/05/19/activemq-cpp-v370-released.html">ActiveMQ-CPP v3.7.0 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2013/05/19/ActiveMQ-CPP+v3.7.0+Released">ActiveMQ-CPP v3.7.0 Released</a>
             
         </div>
     
@@ -145,12 +135,7 @@
         <p>The next release of ActiveMQ-CPP is out featuring a lot of stability fixes. Download your copy from <a shape="rect" href="activemq-cpp-370-release.html" title="ActiveMQ-CPP 3.7.0 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=31822137">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -162,7 +147,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Mar 08, 2013</div>
-                <a shape="rect" class="blogHeading" href="2013/03/08/activemq-cpp-v360-released.html">ActiveMQ-CPP v3.6.0 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2013/03/08/ActiveMQ-CPP+v3.6.0+Released">ActiveMQ-CPP v3.6.0 Released</a>
             
         </div>
     
@@ -170,12 +155,7 @@
         <p>The next release of ActiveMQ-CPP is out featuring a lot of stability fixes.  Download your copy from <a shape="rect" href="activemq-cpp-360-release.html" title="ActiveMQ-CPP 3.6.0 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=30756922">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -187,7 +167,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Dec 20, 2012</div>
-                <a shape="rect" class="blogHeading" href="2012/12/20/activemq-cpp-version-350-released.html">ActiveMQ-CPP version 3.5.0 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2012/12/20/ActiveMQ-CPP+version+3.5.0+Released">ActiveMQ-CPP version 3.5.0 Released</a>
             
         </div>
     
@@ -195,12 +175,7 @@
         <p>The newest release of ActiveMQ-CPP is out, you can download the source bundles <a shape="rect" href="activemq-cpp-350-release.html" title="ActiveMQ-CPP 3.5.0 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=30745994">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -212,7 +187,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Oct 12, 2012</div>
-                <a shape="rect" class="blogHeading" href="2012/10/12/activemq-cpp-v345-released.html">ActiveMQ-CPP v3.4.5 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2012/10/12/ActiveMQ-CPP+v3.4.5+Released">ActiveMQ-CPP v3.4.5 Released</a>
             
         </div>
     
@@ -220,12 +195,7 @@
         <p>The newest release of ActiveMQ-CPP is out, you can <a shape="rect" href="activemq-cpp-345-release.html" title="ActiveMQ-CPP 3.4.5 Release">download</a> the source bundles here.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=30738984">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -237,7 +207,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Jun 29, 2012</div>
-                <a shape="rect" class="blogHeading" href="2012/06/29/activemq-cpp-version-344-released.html">ActiveMQ-CPP Version 3.4.4 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2012/06/29/ActiveMQ-CPP+Version+3.4.4+Released">ActiveMQ-CPP Version 3.4.4 Released</a>
             
         </div>
     
@@ -245,12 +215,7 @@
         <p>The newest release of <a shape="rect" href="activemq-cpp-344-release.html" title="ActiveMQ-CPP 3.4.4 Release">ActiveMQ-CPP</a> is out, you can download the source bundles here.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=27851031">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -262,7 +227,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Jun 02, 2012</div>
-                <a shape="rect" class="blogHeading" href="2012/06/02/activemq-cpp-version-343-released.html">ActiveMQ-CPP Version 3.4.3 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2012/06/02/ActiveMQ-CPP+Version+3.4.3+Released">ActiveMQ-CPP Version 3.4.3 Released</a>
             
         </div>
     
@@ -270,12 +235,7 @@
         <p>The newest release of <a shape="rect" href="index.html" title="Index">ActiveMQ-CPP</a> is out, you can download the source bundles <a shape="rect" href="activemq-cpp-343-release.html" title="ActiveMQ-CPP 3.4.3 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=27848527">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -287,7 +247,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Apr 27, 2012</div>
-                <a shape="rect" class="blogHeading" href="2012/04/27/activemq-cpp-version-342-released.html">ActiveMQ-CPP Version 3.4.2 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2012/04/27/ActiveMQ-CPP+Version+3.4.2+Released">ActiveMQ-CPP Version 3.4.2 Released</a>
             
         </div>
     
@@ -295,12 +255,7 @@
         <p>The newest release of <a shape="rect" href="index.html" title="Index">ActiveMQ-CPP</a> is out, you can download the source bundles <a shape="rect" href="activemq-cpp-342-release.html" title="ActiveMQ-CPP 3.4.2 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=27845100">Edit</a>
-                    
-                    </div>
     </div>
     
         
@@ -312,7 +267,7 @@
            </a>            </span>
             <span class="blogHeading">
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="https://cwiki.apache.org/confluence/display/~tabish121">Timothy Bish</a> posted on Dec 18, 2011</div>
-                <a shape="rect" class="blogHeading" href="2011/12/18/activemq-cpp-version-341-released.html">ActiveMQ-CPP Version 3.4.1 Released</a>
+                <a shape="rect" class="blogHeading" href="https://cwiki.apache.org/confluence/display/AMQCPP/2011/12/18/ActiveMQ-CPP+Version+3.4.1+Released">ActiveMQ-CPP Version 3.4.1 Released</a>
             
         </div>
     
@@ -320,12 +275,7 @@
         <p>The newest release of ActiveMQ-CPP is out, you can download the source bundles <a shape="rect" href="activemq-cpp-341-release.html" title="ActiveMQ-CPP 3.4.1 Release">here</a>.</p>
     </div>
     
-            
-        <div class="endsection">
         
-            <a shape="rect" href="/confluence/pages/editblogpost.action?pageId=27833811">Edit</a>
-                    
-                    </div>
     </div>
     
           </div>

Modified: websites/production/activemq/content/cms/siteindex.html
==============================================================================
--- websites/production/activemq/content/cms/siteindex.html (original)
+++ websites/production/activemq/content/cms/siteindex.html Tue Nov 12 19:22:49 2013
@@ -73,7 +73,7 @@
         <tr>
         <td valign="top" width="100%">
           <div class="wiki-content maincontent">
-
+<p></p>
 <h2>Space Index</h2>
 
 <p>