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 
Sat Jun 27 21:23:55 2015
@@ -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
@@ -81,36 +72,24 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent">    <div class="aui-message hint 
shadowed information-macro">
-                            <span class="aui-icon icon-hint">Icon</span>
-                <div class="message-content">
-                            <p>Available since 5.6</p>
-                    </div>
-    </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><h2 
id="CachedLDAPAuthorizationModule-Initializing">Initializing</h2><p>We provide 
two ldif files for easy starting. The first one is for <a shape="rect" 
class="external-link" href="http://directory.apache.org/";>Apache Directory 
Server</a> (<a shape="rect" class="external-link" 
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/security/activemq-apacheds.ldif";>ldif</a>),
 which we use in embedded mode for testing. For an example on how to initialize 
the embedded ApacheDS with this ldif file take a look at <a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/security/CachedLDAPSecurityTe
 st.java">CachedLDAPSecurityTest</a></p><p>The other one is for <a shape="rect" 
class="external-link" href="http://www.openldap.org/"; 
rel="nofollow">OpenLDAP</a> (<a shape="rect" class="external-link" 
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/security/activemq-openldap.ldif";>ldif</a>)</p>
    <div class="aui-message hint shadowed information-macro">
-                            <span class="aui-icon icon-hint">Icon</span>
-                <div class="message-content">
-                            <p>The provided ldif and examples assume 
<code>dc=activemq,dc=apache,dc=org</code> suffix to be used for entries, so the 
configuration similar to the one shown in the following snippet</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[suffix          
&quot;dc=activemq,dc=apache,dc=org&quot;
+<div class="wiki-content maincontent"><div class="confluence-information-macro 
confluence-information-macro-information"><span class="aui-icon aui-icon-small 
aui-iconfont-info confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>Available since 
5.6</p></div></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><h2 
id="CachedLDAPAuthorizationModule-Initializing">Initializing</h2><p>We provide 
two ldif files for easy starting. The first one is for <a shape="rect" 
class="external-link" href="http://directory.apache.org/";>Apache Directory 
Server</a> (<a shape="rect" class="external-link" 
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/security/activemq-apacheds.ldif";>ldif</a>),
 which we
  use in embedded mode for testing. For an example on how to initialize the 
embedded ApacheDS with this ldif file take a look at <a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/security/CachedLDAPSecurityTest.java";>CachedLDAPSecurityTest</a></p><p>The
 other one is for <a shape="rect" class="external-link" 
href="http://www.openldap.org/"; rel="nofollow">OpenLDAP</a> (<a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/security/activemq-openldap.ldif";>ldif</a>)</p><div
 class="confluence-information-macro 
confluence-information-macro-information"><span class="aui-icon aui-icon-small 
aui-iconfont-info confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>The provided ldif and examples 
assume <code>dc=activemq,dc=apache,dc=org</code> suffix to be used for ent
 ries, so the configuration similar to the one shown in the following 
snippet</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[suffix          
&quot;dc=activemq,dc=apache,dc=org&quot;
 rootdn          &quot;cn=admin,dc=activemq,dc=apache,dc=org&quot;
 # Cleartext passwords, especially for the rootdn, should
 # be avoid.  See slappasswd(8) and slapd.conf(5) for details.
 # Use of strong authentication encouraged.
 rootpw          {SSHA}lfAYn54xCFghgQv5B2Kqn3d3eLojqxtS
 ]]></script>
-</div></div><p>should be put into your <code>slapd.conf</code></p>
-                    </div>
-    </div>
-<p>To initialize your (properly configured) OpenLDAP do something like</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[ldapadd -x -D 
&quot;cn=admin,dc=activemq,dc=apache,dc=org&quot; -w sunflower -f 
activemq-openldap.ldif]]></script>
+</div></div><p>should be put into your 
<code>slapd.conf</code></p></div></div><p>To initialize your (properly 
configured) OpenLDAP do something like</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[ldapadd -x -D 
&quot;cn=admin,dc=activemq,dc=apache,dc=org&quot; -w sunflower -f 
activemq-openldap.ldif]]></script>
 </div></div><h2 
id="CachedLDAPAuthorizationModule-Configuring">Configuring</h2><p>Once entries 
are in LDAP, you can configure the module to load entries from there. A default 
values are adapted for embedded Apache DS server, so all you have to do in that 
case is add your plugin to the broker xml conf</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;authorizationPlugin&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;authorizationPlugin&gt;
     &lt;map&gt;
         &lt;cachedLDAPAuthorizationMap/&gt;
     &lt;/map&gt;
 &lt;/authorizationPlugin&gt;]]></script>
 </div></div><p>For the OpenLDAP case, you should define more 
parameters</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;authorizationPlugin&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;authorizationPlugin&gt;
     &lt;map&gt;
         &lt;cachedLDAPAuthorizationMap
             connectionURL=&quot;ldap://localhost:389&quot;

Modified: websites/production/activemq/content/certificateunknown.html
==============================================================================
--- websites/production/activemq/content/certificateunknown.html (original)
+++ websites/production/activemq/content/certificateunknown.html Sat Jun 27 
21:23:55 2015
@@ -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
@@ -84,7 +75,7 @@
 <div class="wiki-content maincontent"><p>If you get an error something like 
this...</p>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 javax.jms.JMSException: start failed: Received fatal alert: certificate_unknown
        at 
org.activemq.transport.tcp.TcpTransportChannel.start(TcpTransportChannel.java:200)
        at 
org.activemq.broker.impl.BrokerConnectorImpl.addClient(BrokerConnectorImpl.java:308)

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 Sat Jun 27 21:23:55 
2015
@@ -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
@@ -93,7 +84,7 @@
 
 <ul><li>as part of the move to Apache, the package name is now 
<strong>org.apache.activemq</strong> and not 
<strong>org.activemq</strong>.</li><li>the <a shape="rect" 
href="xml-configuration.html">Xml Configuration</a> has changed a little; 
mostly its now in the ActiveMQ namespace and has a generated XSD and 
documentation.</li><li>the <em>reliable</em> transport has been renamed to 
<em>failover</em> to make it more clear what it does; we're working on a 
separate DR mechanism to provide data centre resilliance. So if you wish to 
connect to one of a number of URIs try
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 failover:tcp://host1:port1,tcp://host2:port2
 ]]></script>
 </div></div></li><li>The configuration options of transports have changed. See 
<a shape="rect" href="activemq-4-connection-uris.html">ActiveMQ 4 Connection 
URIs</a> for a detailed guide of of all the options.</li><li>The spring package 
has gone; we now use <a shape="rect" class="external-link" 
href="http://xbean.org"; rel="nofollow">XBean</a> to configure ActiveMQ. See the 
org.activemq.xbean.BrokerFactoryBean if you want a factory bean to use in 
regular spring instead of the org.activemq.spring.BrokerFactoryBean. See <a 
shape="rect" href="configuring-brokers.html">Configuring Brokers</a> for more 
information on the new XML syntax.</li><li>ActiveMQTopic and ActiveMQQueue are 
now in the org.activemq.command package.</li><li>If you were creating a broker 
in Java code, the BrokerContainer has been replaced with BrokerService which is 
easier to use now.</li><li>The connection URL options have changed slightly to 
provided more persise configuration options of the transport and wireformat a
 nd to allow validation of the options.</li><li><a shape="rect" 
href="message-redelivery-and-dlq-handling.html">Message Redelivery and DLQ 
Handling</a> has been re-implemnted. Currently all messages sent poison 
messages are sent to a single DQL.</li><li>The <a shape="rect" 
href="jms-streams.html">JMS Streams</a> API has changed.</li></ul>

Modified: websites/production/activemq/content/clustering.html
==============================================================================
--- websites/production/activemq/content/clustering.html (original)
+++ websites/production/activemq/content/clustering.html Sat Jun 27 21:23:55 
2015
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><p>Clustering is a large topic 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 
id="Clustering-Queueconsumerclusters">Queue consumer clusters</h2><p>ActiveMQ 
supports reliable high performance load balancing of messages on a queue across 
consumers. In enterprise integration, this scenario is known as the&#160;<a 
shape="rect" class="external-link" 
href="http://www.eaipatterns.com/CompetingConsumers.html"; 
rel="nofollow">competing consumers</a> pattern. The following figure 
illustrates the concept:</p><p><img class="confluence-embedded-image 
image-center" src="clustering.data/competing-consumers.png" 
data-image-src="/confluence/download/attachments/35981/competing-consumers.png?version=1&amp;modificationDate=1410121265000&amp;api=v2"></p><p><span
 style="line-height: 1.4285715;">This solution receives the messages sent by 
the producers, enqueues them and 
 distributes them between all the registered consumers. This has a number of 
benefits:</span></p><ul><li><span style="line-height: 1.4285715;">The load is 
distributed in a very dynamic fashion. Additional consumers could be 
provisioned and attached to the queue in high load periods, without modifying 
any configuration in the queue, as the new consumer would behave as just 
another competing consumer.</span></li><li><span style="line-height: 
1.4285715;">Better availability than systems using a load balancer. Load 
balancers usually rely on a monitorization system to find out which 
real-servers are unavailable. With competing consumers, a failed consumer won't 
be competing for messages and therefore messages won't be delivered to it even 
without monitorization.</span></li><li>High reliability, if a consumer fails, 
any unacknowledged messages are redelivered to other consumers on the 
queue.</li></ul><p>On the downside, this pattern might not be ideal in systems 
where the order processing 
 is required. To mitigate this problem while maintaining the benefits, the 
competing consumers pattern should be used in conjunction with other 
ActiveMQ&#160;<a shape="rect" href="features.html">features</a>&#160;like the 
<a shape="rect" href="exclusive-consumer.html">exclusive consumers</a> and the 
<a shape="rect" href="message-groups.html">message groups</a>&#160;as stated in 
the <a shape="rect" href="how-do-i-preserve-order-of-messages.html">ActiveMQ's 
FAQ</a>.</p><h2 id="Clustering-Brokerclusters">Broker clusters</h2><p>The most 
common mental model of clustering in a JMS context is that there is a 
collection of JMS brokers and a JMS client will connect to one of them; then if 
the JMS broker goes down, it will auto-reconnect to another broker.</p><p>We 
implement this using the <strong>failover://</strong> protocol in the JMS 
client. See the <a shape="rect" 
href="failover-transport-reference.html">Failover Transport Reference</a> page 
for details of how to configure the failover pr
 otocol. <em>Note:</em> The reliable:// protocol in ActiveMQ 3.x has now been 
changed to the failover:// protocol</p><p>If we just run multiple brokers on a 
network and tell the clients about them using either <a shape="rect" 
class="external-link" 
href="http://incubator.apache.org/activemq/static-transport-reference.html";>static
 discovery</a> or <a shape="rect" class="external-link" 
href="http://incubator.apache.org/activemq/discovery-transport-reference.html";>dynamic
 discovery</a>, then clients can easily failover from one broker to another. 
However, stand alone brokers don't know about consumers on other brokers; so if 
there are no consumers on a certain broker, messages could just pile up without 
being consumed. We have an outstanding <a shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/browse/AMQ-816";>feature request</a> to 
tackle this on the client side - but currently the solution to this problem is 
to create a Network of brokers to store and forward me
 ssages between brokers.</p><h2 id="Clustering-Discoveryofbrokers">Discovery of 
brokers</h2><p>We support <a shape="rect" 
href="discovery.html">auto-discovery</a> of brokers using <a shape="rect" 
class="external-link" 
href="http://incubator.apache.org/activemq/static-transport-reference.html";>static
 discovery</a> or <a shape="rect" class="external-link" 
href="http://incubator.apache.org/activemq/discovery-transport-reference.html";>dynamic
 discovery</a>,&#160;so clients can automatically detect and connect to a 
broker out of a logical group of brokers as well for brokers to discover and 
connect to other brokers to form large networks.</p><h2 
id="Clustering-Networksofbrokers">Networks of brokers</h2><p>If you are using 
<a shape="rect" href="topologies.html">client/server or hub/spoke style 
topology</a> and you have many clients and many brokers, there is a chance that 
one broker has producers but no consumers, so that messages pile up without 
being processed. To avoid this, ActiveMQ su
 pports a <a shape="rect" href="networks-of-brokers.html">Networks of 
Brokers</a> which provides <em>store and forward</em> to move messages from 
brokers with producers to brokers with consumers which allows us to support <a 
shape="rect" href="how-do-distributed-queues-work.html">distributed queues and 
topics</a> across a network of brokers.</p><p>This allows a client to connect 
to any broker - and fail over to another broker if there is a failure - 
providing a cluster of brokers&#160;from the clients 
perspective.</p><p>Networks of brokers also allows us to scale up to a massive 
number of clients in a network as we can run as many brokers as we 
need.</p><p>You can think of this as a cluster of clients connecting with a 
cluster of brokers with auto-failover and discovery, making a simple and easy 
to use messaging fabric.</p><h2 id="Clustering-MasterSlave">Master 
Slave</h2><p>The problem with running lots of stand alone brokers or brokers in 
a network is that messages are owned by a si
 ngle physical broker at any point in time. If that broker goes down, you have 
to wait for it to be restarted before the message can be delivered. (If you are 
using non-persistent messaging and a broker goes down you generally lose your 
message).</p><p>The idea behind <a shape="rect" 
href="masterslave.html">MasterSlave</a> is that messages are replicated to a 
slave broker so that even if you have a catastrophic hardware failure of the 
master's machine, file system or data centre, you get immediate failover to the 
slave with no message loss.</p><h2 
id="Clustering-ReplicatedMessageStores">Replicated Message Stores</h2><p>An 
alternative to <a shape="rect" href="masterslave.html">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="re
 plicated-message-store.html">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">DR</a> solution capable of surviving a data centre 
failure.</p></div>
+<div class="wiki-content maincontent"><p>Clustering is a large topic 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 
id="Clustering-Queueconsumerclusters">Queue consumer clusters</h2><p>ActiveMQ 
supports reliable high performance load balancing of messages on a queue across 
consumers. In enterprise integration, this scenario is known as the&#160;<a 
shape="rect" class="external-link" 
href="http://www.eaipatterns.com/CompetingConsumers.html"; 
rel="nofollow">competing consumers</a> pattern. The following figure 
illustrates the concept:</p><p><span class="confluence-embedded-file-wrapper 
image-center-wrapper"><img class="confluence-embedded-image image-center" 
src="clustering.data/competing-consumers.png" 
data-image-src="/confluence/download/attachments/35981/competing-consumers.png?version=1&amp;modificationDate=1410121265000&amp;api=v2"
 data-unresolved-comment-count="0" data-linked-resource
 -id="46301416" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="competing-consumers.png" 
data-base-url="https://cwiki.apache.org/confluence"; 
data-linked-resource-content-type="image/png" 
data-linked-resource-container-id="35981" 
data-linked-resource-container-version="26"></span></p><p><span 
style="line-height: 1.4285715;">This solution receives the messages sent by the 
producers, enqueues them and distributes them between all the registered 
consumers. This has a number of benefits:</span></p><ul><li><span 
style="line-height: 1.4285715;">The load is distributed in a very dynamic 
fashion. Additional consumers could be provisioned and attached to the queue in 
high load periods, without modifying any configuration in the queue, as the new 
consumer would behave as just another competing consumer.</span></li><li><span 
style="line-height: 1.4285715;">Better availability than systems using a load 
balancer. Load balancers usually re
 ly on a monitorization system to find out which real-servers are unavailable. 
With competing consumers, a failed consumer won't be competing for messages and 
therefore messages won't be delivered to it even without 
monitorization.</span></li><li>High reliability, if a consumer fails, any 
unacknowledged messages are redelivered to other consumers on the 
queue.</li></ul><p>On the downside, this pattern might not be ideal in systems 
where the order processing is required. To mitigate this problem while 
maintaining the benefits, the competing consumers pattern should be used in 
conjunction with other ActiveMQ&#160;<a shape="rect" 
href="features.html">features</a>&#160;like the <a shape="rect" 
href="exclusive-consumer.html">exclusive consumers</a> and the <a shape="rect" 
href="message-groups.html">message groups</a>&#160;as stated in the <a 
shape="rect" href="how-do-i-preserve-order-of-messages.html">ActiveMQ's 
FAQ</a>.</p><h2 id="Clustering-Brokerclusters">Broker clusters</h2><p>The mos
 t common mental model of clustering in a JMS context is that there is a 
collection of JMS brokers and a JMS client will connect to one of them; then if 
the JMS broker goes down, it will auto-reconnect to another broker.</p><p>We 
implement this using the <strong>failover://</strong> protocol in the JMS 
client. See the <a shape="rect" 
href="failover-transport-reference.html">Failover Transport Reference</a> page 
for details of how to configure the failover protocol. <em>Note:</em> The 
reliable:// protocol in ActiveMQ 3.x has now been changed to the failover:// 
protocol</p><p>If we just run multiple brokers on a network and tell the 
clients about them using either <a shape="rect" class="external-link" 
href="http://incubator.apache.org/activemq/static-transport-reference.html";>static
 discovery</a> or <a shape="rect" class="external-link" 
href="http://incubator.apache.org/activemq/discovery-transport-reference.html";>dynamic
 discovery</a>, then clients can easily failover from one broker 
 to another. However, stand alone brokers don't know about consumers on other 
brokers; so if there are no consumers on a certain broker, messages could just 
pile up without being consumed. We have an outstanding <a shape="rect" 
class="external-link" 
href="http://issues.apache.org/activemq/browse/AMQ-816";>feature request</a> to 
tackle this on the client side - but currently the solution to this problem is 
to create a Network of brokers to store and forward messages between 
brokers.</p><h2 id="Clustering-Discoveryofbrokers">Discovery of 
brokers</h2><p>We support <a shape="rect" 
href="discovery.html">auto-discovery</a> of brokers using <a shape="rect" 
class="external-link" 
href="http://incubator.apache.org/activemq/static-transport-reference.html";>static
 discovery</a> or <a shape="rect" class="external-link" 
href="http://incubator.apache.org/activemq/discovery-transport-reference.html";>dynamic
 discovery</a>,&#160;so clients can automatically detect and connect to a 
broker out of a logic
 al group of brokers as well for brokers to discover and connect to other 
brokers to form large networks.</p><h2 
id="Clustering-Networksofbrokers">Networks of brokers</h2><p>If you are using 
<a shape="rect" href="topologies.html">client/server or hub/spoke style 
topology</a> and you have many clients and many brokers, there is a chance that 
one broker has producers but no consumers, so that messages pile up without 
being processed. To avoid this, ActiveMQ supports a <a shape="rect" 
href="networks-of-brokers.html">Networks of Brokers</a> which provides 
<em>store and forward</em> to move messages from brokers with producers to 
brokers with consumers which allows us to support <a shape="rect" 
href="how-do-distributed-queues-work.html">distributed queues and topics</a> 
across a network of brokers.</p><p>This allows a client to connect to any 
broker - and fail over to another broker if there is a failure - providing a 
cluster of brokers&#160;from the clients perspective.</p><p>Networks of
  brokers also allows us to scale up to a massive number of clients in a 
network as we can run as many brokers as we need.</p><p>You can think of this 
as a cluster of clients connecting with a cluster of brokers with auto-failover 
and discovery, making a simple and easy to use messaging fabric.</p><h2 
id="Clustering-MasterSlave">Master Slave</h2><p>The problem with running lots 
of stand alone brokers or brokers in a network is that messages are owned by a 
single physical broker at any point in time. If that broker goes down, you have 
to wait for it to be restarted before the message can be delivered. (If you are 
using non-persistent messaging and a broker goes down you generally lose your 
message).</p><p>The idea behind <a shape="rect" 
href="masterslave.html">MasterSlave</a> is that messages are replicated to a 
slave broker so that even if you have a catastrophic hardware failure of the 
master's machine, file system or data centre, you get immediate failover to the 
slave with no mess
 age loss.</p><h2 id="Clustering-ReplicatedMessageStores">Replicated Message 
Stores</h2><p>An alternative to <a shape="rect" 
href="masterslave.html">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">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">DR</a> solution capable of surviving a 
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 Sat Jun 27 21:23:55 2015
@@ -72,14 +72,8 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent">    <div class="aui-message hint 
shadowed information-macro">
-                    <p class="title">Moved Page</p>
-                            <span class="aui-icon icon-hint">Icon</span>
-                <div class="message-content">
-                            
-<p>This page has moved <a shape="rect" class="external-link" 
href="http://activemq.apache.org/cms/";>here</a></p>
-                    </div>
-    </div></div>
+<div class="wiki-content maincontent"><div class="confluence-information-macro 
confluence-information-macro-information"><p class="title">Moved Page</p><span 
class="aui-icon aui-icon-small aui-iconfont-info 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body">
+<p>This page has moved <a shape="rect" class="external-link" 
href="http://activemq.apache.org/cms/";>here</a></p></div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -99,7 +90,7 @@
 <h2 id="ActiveMQ-CPP1.0Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-1.0/
 ]]></script>
 </div></div>
@@ -107,7 +98,10 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP1.0Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="https://issues.apache.org/activemq/secure/ReleaseNote.jspa?version=11803&amp;styleName=Html&amp;projectId=11000&amp;Create=Create";>release
 notes</a><br clear="none">
-</p><div class="error">Error rendering macro 'jiraissues' : 
com.atlassian.confluence.macro.MacroExecutionException: 
java.lang.RuntimeException: Not Found</div>&#160;</div>
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: 
com.atlassian.sal.api.net.ResponseStatusException: Unexpected response 
received. Status code: 404
+</div>
+&#160;</div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -99,7 +90,7 @@
 <h2 id="ActiveMQ-CPP1.1Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-1.1/
 ]]></script>
 </div></div>
@@ -108,15 +99,9 @@ svn co https://svn.apache.org/repos/asf/
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="https://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11804";>release
 notes</a></p>
 
-<p>    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+<p></p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: 
com.atlassian.sal.api.net.ResponseStatusException: Unexpected response 
received. Status code: 404
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -99,7 +90,7 @@
 <h2 id="ActiveMQ-CPP2.0Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.0/
 ]]></script>
 </div></div>
@@ -107,15 +98,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.0Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11805";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -101,7 +92,7 @@
 <h2 id="ActiveMQ-CPP2.0.1Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.0.1/
 ]]></script>
 </div></div>
@@ -109,15 +100,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.0.1Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11823";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -101,7 +92,7 @@
 <h2 id="ActiveMQ-CPP2.1Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.1/
 ]]></script>
 </div></div>
@@ -109,15 +100,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.1Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11812";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -100,7 +91,7 @@
 <h2 id="ActiveMQ-CPP2.1.1Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.1.1/
 ]]></script>
 </div></div>
@@ -109,15 +100,9 @@ svn co https://svn.apache.org/repos/asf/
 
 <p>For a more detailed view of new features and bug fixes, see the [release 
notes|http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11848]</p>
 
-<p>    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+<p></p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -101,7 +92,7 @@
 <h2 id="ActiveMQ-CPP2.1.2Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.1.2/
 ]]></script>
 </div></div>
@@ -110,15 +101,9 @@ svn co https://svn.apache.org/repos/asf/
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11860";>release
 notes</a></p>
 
-<p>    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+<p></p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -101,7 +92,7 @@
 <h2 id="ActiveMQ-CPP2.1.3Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.1.3/
 ]]></script>
 </div></div>
@@ -110,15 +101,9 @@ svn co https://svn.apache.org/repos/asf/
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11860";>release
 notes</a></p>
 
-<p>    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+<p></p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -106,7 +97,7 @@
 <h2 id="ActiveMQCPP2.2Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.2/
 ]]></script>
 </div></div>
@@ -114,15 +105,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQCPP2.2Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11860";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -101,7 +92,7 @@
 <h2 id="ActiveMQ-CPP2.2.1Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.2.1/
 ]]></script>
 </div></div>
@@ -109,15 +100,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.2.1Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11921";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -106,7 +97,7 @@ of the library now requires APR 1.3 or h
 <h2 id="ActiveMQ-CPP2.2.2Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.2.2/
 ]]></script>
 </div></div>
@@ -114,15 +105,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.2.2Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11931";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -105,7 +96,7 @@ deleteDestination function in ActiveMQCo
 <h2 id="ActiveMQ-CPP2.2.3Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.2.3/
 ]]></script>
 </div></div>
@@ -113,15 +104,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.2.3Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11999";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -102,7 +93,7 @@
 <h2 id="ActiveMQ-CPP2.2.4Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.2.4/
 ]]></script>
 </div></div>
@@ -110,15 +101,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.2.4Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=12000";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -102,7 +93,7 @@
 <h2 id="ActiveMQ-CPP2.2.5Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.2.5/
 ]]></script>
 </div></div>
@@ -110,15 +101,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.2.5Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=12060";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -104,7 +95,7 @@ UTF-8 encoded string's.  </p>
 <h2 id="ActiveMQ-CPP2.2.6Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-2.2.6/
 ]]></script>
 </div></div>
@@ -112,15 +103,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP2.2.6Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=12109";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -107,7 +98,7 @@
 <h2 id="ActiveMQ-CPP3.0Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-3.0/
 ]]></script>
 </div></div>
@@ -115,15 +106,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP3.0Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=11998";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">

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 Sat 
Jun 27 21:23:55 2015
@@ -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
@@ -103,7 +94,7 @@
 <h2 id="ActiveMQ-CPP3.0.1Release-SVNTagCheckout">SVN Tag Checkout</h2>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 svn co 
https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-3.0.1/
 ]]></script>
 </div></div>
@@ -111,15 +102,9 @@ svn co https://svn.apache.org/repos/asf/
 <h2 id="ActiveMQ-CPP3.0.1Release-Changelog">Changelog</h2>
 
 <p>For a more detailed view of new features and bug fixes, see the <a 
shape="rect" class="external-link" 
href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11000&amp;styleName=Html&amp;version=12141";>release
 notes</a><br clear="none">
-    
-</p><p>
-        
-    
-        
-    </p><div style="width: 100%;  overflow: auto;">
-    <table class="aui"><tbody><tr><td></td></tr><tr><th colspan="1" 
rowspan="1" style="text-align: left; text-transform: capitalize;">Type</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Key</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Summary</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Assignee</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Reporter</th><th colspan="1" rowspan="1" style="text-align: left; 
text-transform: capitalize;">Priority</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Status</th><th 
colspan="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Resolution</th><th colspan="1" rowspan="1" style="text-align: 
left; text-transform: capitalize;">Created</th><th colspan="1" rowspan="1" 
style="text-align: left; text-transform: capitalize;">Updated</th><th col
 span="1" rowspan="1" style="text-align: left; text-transform: 
capitalize;">Due</th></tr></tbody></table>
-        </div>
-
+</p><div class="aui-message warning jim-inline-block">
+    <span class="aui-icon icon-warning"></span>JIRA Issues Macro: JIRA project 
does not exist or you do not have permission to view it.
+</div>
 &#160;</div>
         </td>
         <td valign="top">


Reply via email to