You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2013/07/12 14:46:31 UTC

svn commit: r869232 [13/44] - in /websites/production/activemq/content: ./ cache/ cms/ nms/ styles/highlighter/ styles/highlighter/scripts/ styles/highlighter/styles/ visualisation.thumbs/ web-console.thumbs/

Modified: websites/production/activemq/content/how-do-i-run-activemq-under-the-kaffe-jvm.html
==============================================================================
--- websites/production/activemq/content/how-do-i-run-activemq-under-the-kaffe-jvm.html (original)
+++ websites/production/activemq/content/how-do-i-run-activemq-under-the-kaffe-jvm.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,17 @@
     </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 src='http://activemq.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
+    
     <title>
     Apache ActiveMQ &#8482; -- How do I run ActiveMQ under the Kaffe JVM
     </title>
@@ -50,8 +61,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -89,24 +100,25 @@ OS &amp; version: Linux dev-10 2.6.13-15
 <p>The following is the activemq.xml that was used:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-xml"><span class="code-tag">&lt;beans&gt;</span>
- <span class="code-tag">&lt;bean class=<span class="code-quote">"org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"</span>/&gt;</span>
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+&lt;beans&gt;
+ &lt;bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/&gt;
 
- <span class="code-tag">&lt;broker useJmx=<span class="code-quote">"false"</span> xmlns=<span class="code-quote">"http://activemq.org/config/1.0"</span>&gt;</span>
+ &lt;broker useJmx="false" xmlns="http://activemq.org/config/1.0"&gt;
 
-  <span class="code-tag">&lt;persistenceAdapter&gt;</span>
-     <span class="code-tag">&lt;journaledJDBC useJournal=<span class="code-quote">"false"</span> dataDirectory=<span class="code-quote">"activemq-data"</span>/&gt;</span>
-  <span class="code-tag">&lt;/persistenceAdapter&gt;</span>
+  &lt;persistenceAdapter&gt;
+     &lt;journaledJDBC useJournal="false" dataDirectory="activemq-data"/&gt;
+  &lt;/persistenceAdapter&gt;
 
-  <span class="code-tag">&lt;transportConnectors&gt;</span>
-     <span class="code-tag">&lt;transportConnector name=<span class="code-quote">"default"</span> uri=<span class="code-quote">"tcp://localhost:61616"</span>/&gt;</span>
-     <span class="code-tag">&lt;transportConnector name=<span class="code-quote">"stomp"</span>   uri=<span class="code-quote">"stomp://localhost:61613"</span>/&gt;</span>
-  <span class="code-tag">&lt;/transportConnectors&gt;</span>
+  &lt;transportConnectors&gt;
+     &lt;transportConnector name="default" uri="tcp://localhost:61616"/&gt;
+     &lt;transportConnector name="stomp"   uri="stomp://localhost:61613"/&gt;
+  &lt;/transportConnectors&gt;
 
- <span class="code-tag">&lt;/broker&gt;</span>
+ &lt;/broker&gt;
 
-<span class="code-tag">&lt;/beans&gt;</span>
-</pre>
+&lt;/beans&gt;
+]]></script>
 </div></div>
           </div>
         </td>
@@ -121,8 +133,8 @@ OS &amp; version: Linux dev-10 2.6.13-15
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-send-messages-to-different-destinations-from-a-single-messageproducer.html
==============================================================================
--- websites/production/activemq/content/how-do-i-send-messages-to-different-destinations-from-a-single-messageproducer.html (original)
+++ websites/production/activemq/content/how-do-i-send-messages-to-different-destinations-from-a-single-messageproducer.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,16 @@
     </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; -- How do I send messages to different Destinations from a single MessageProducer
     </title>
@@ -50,8 +60,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -77,13 +87,13 @@
 <p>Create the MessageProducer using a null destination; then specify the destination each time you send...</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-MessageProducer producer = session.createProducer(<span class="code-keyword">null</span>);
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+MessageProducer producer = session.createProducer(null);
 ...
 producer.send(someDestination, message);
 ...
 producer.send(anotherDestination, message);
-</pre>
+]]></script>
 </div></div>
           </div>
         </td>
@@ -98,8 +108,8 @@ producer.send(anotherDestination, messag
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-set-the-message-expiration.html
==============================================================================
--- websites/production/activemq/content/how-do-i-set-the-message-expiration.html (original)
+++ websites/production/activemq/content/how-do-i-set-the-message-expiration.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How do I set the message expiration
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -89,8 +90,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-turn-off-creating-an-embedded-activemq-broker-when-using-the-vm-transport.html
==============================================================================
--- websites/production/activemq/content/how-do-i-turn-off-creating-an-embedded-activemq-broker-when-using-the-vm-transport.html (original)
+++ websites/production/activemq/content/how-do-i-turn-off-creating-an-embedded-activemq-broker-when-using-the-vm-transport.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How do I turn off creating an embedded ActiveMQ broker when using the VM transport?
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -88,8 +89,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-unack-the-message-with-stomp.html
==============================================================================
--- websites/production/activemq/content/how-do-i-unack-the-message-with-stomp.html (original)
+++ websites/production/activemq/content/how-do-i-unack-the-message-with-stomp.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,16 @@
     </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; -- How do I unack the message with Stomp
     </title>
@@ -50,8 +60,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -79,49 +89,49 @@
 <p>Take a look at the following example:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-StompConnection connection = <span class="code-keyword">new</span> StompConnection();
-connection.open(<span class="code-quote">"localhost"</span>, 61613);
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+StompConnection connection = new StompConnection();
+connection.open("localhost", 61613);
 		
-connection.connect(<span class="code-quote">"system"</span>, <span class="code-quote">"manager"</span>);
+connection.connect("system", "manager");
 		
-connection.send(<span class="code-quote">"/queue/test"</span>, <span class="code-quote">"message 1"</span>);
-connection.send(<span class="code-quote">"/queue/test"</span>, <span class="code-quote">"message 2"</span>);
-connection.send(<span class="code-quote">"/queue/test"</span>, <span class="code-quote">"message 3"</span>);
+connection.send("/queue/test", "message 1");
+connection.send("/queue/test", "message 2");
+connection.send("/queue/test", "message 3");
 		
-HashMap&lt;<span class="code-object">String</span>, <span class="code-object">String</span>&gt; headers = <span class="code-keyword">new</span> HashMap&lt;<span class="code-object">String</span>, <span class="code-object">String</span>&gt;();
-headers.put(<span class="code-quote">"activemq.prefetchSize"</span>, <span class="code-quote">"1"</span>);
-connection.subscribe(<span class="code-quote">"/queue/test"</span>, <span class="code-quote">"client"</span>, headers);
+HashMap&lt;String, String&gt; headers = new HashMap&lt;String, String&gt;();
+headers.put("activemq.prefetchSize", "1");
+connection.subscribe("/queue/test", "client", headers);
 		
-connection.begin(<span class="code-quote">"tx1"</span>);
+connection.begin("tx1");
 StompFrame frame = connection.receive();
-<span class="code-object">System</span>.out.println(frame.getBody());
-connection.ack(frame, <span class="code-quote">"tx1"</span>);
-connection.abort(<span class="code-quote">"tx1"</span>);
-		
-connection.begin(<span class="code-quote">"tx2"</span>);
-connection.ack(frame, <span class="code-quote">"tx2"</span>);        <span class="code-comment">//sending the ack again
-</span>frame = connection.receive();
-<span class="code-object">System</span>.out.println(frame.getBody());
-connection.ack(frame, <span class="code-quote">"tx2"</span>);
-connection.commit(<span class="code-quote">"tx2"</span>);
+System.out.println(frame.getBody());
+connection.ack(frame, "tx1");
+connection.abort("tx1");
+		
+connection.begin("tx2");
+connection.ack(frame, "tx2");        //sending the ack again
+frame = connection.receive();
+System.out.println(frame.getBody());
+connection.ack(frame, "tx2");
+connection.commit("tx2");
 		
-connection.begin(<span class="code-quote">"tx3"</span>);
+connection.begin("tx3");
 frame = connection.receive();
-<span class="code-object">System</span>.out.println(frame.getBody());
-connection.ack(frame, <span class="code-quote">"tx3"</span>);
-connection.commit(<span class="code-quote">"tx3"</span>);
-</pre>
+System.out.println(frame.getBody());
+connection.ack(frame, "tx3");
+connection.commit("tx3");
+]]></script>
 </div></div>
 
 <p>This simple application will print </p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 message 1
 message 2
 message 3
-</pre>
+]]></script>
 </div></div>
 
 <p>Since the transaction <tt>tx1</tt> has been aborted, we needed to acknowledge that message again in <tt>tx2</tt> in order to be able to receive the next message (since the prefetch size used is 1).</p>
@@ -142,8 +152,8 @@ message 3
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-use-activemq-using-in-jvm-messaging.html
==============================================================================
--- websites/production/activemq/content/how-do-i-use-activemq-using-in-jvm-messaging.html (original)
+++ websites/production/activemq/content/how-do-i-use-activemq-using-in-jvm-messaging.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,16 @@
     </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; -- How do I use ActiveMQ using in JVM messaging
     </title>
@@ -50,8 +60,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -78,8 +88,9 @@
 
 <p>To use pure in-memory messaging you just need to set the broker URL to be</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">vm:<span class="code-comment">//localhost</span>
-</pre>
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+vm://localhost
+]]></script>
 </div></div>
 <p>&#160;</p>
 
@@ -101,8 +112,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-use-durable-subscribers-in-a-network-of-brokers.html
==============================================================================
--- websites/production/activemq/content/how-do-i-use-durable-subscribers-in-a-network-of-brokers.html (original)
+++ websites/production/activemq/content/how-do-i-use-durable-subscribers-in-a-network-of-brokers.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,17 @@
     </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 src='http://activemq.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> 
+         
+      <script type="text/javascript"> 
+        SyntaxHighlighter.defaults['toolbar'] = false; 
+        SyntaxHighlighter.all(); 
+      </script> 
+    
     <title>
     Apache ActiveMQ &#8482; -- How do I use durable subscribers in a network of brokers
     </title>
@@ -50,8 +61,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -81,15 +92,15 @@
 <p>Virtual topics use queues under the covers and this allows ActiveMQ to treat each subscriber as a plain old Queue subscriber. This allows ActiveMQ to replay messages that have been orphaned on another broker in the cluster using this configuration as explained in the <a shape="rect" href="networks-of-brokers.html" title="Networks of Brokers">Networks of Brokers</a> documentation:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-xml">    <span class="code-tag">&lt;destinationPolicy&gt;</span>
-      <span class="code-tag">&lt;policyMap&gt;</span>
-        <span class="code-tag">&lt;policyEntries&gt;</span>
-          <span class="code-tag">&lt;policyEntry queue=<span class="code-quote">"TEST.&gt;</span>"</span> enableAudit=<span class="code-quote">"false"</span>&gt;
-            <span class="code-tag">&lt;conditionalNetworkBridgeFilterFactory replayWhenNoConsumers=<span class="code-quote">"true"</span>/&gt;</span>
-          <span class="code-tag">&lt;/policyEntry&gt;</span>
-        <span class="code-tag">&lt;/policyEntries&gt;</span>
-      <span class="code-tag">&lt;/policyMap&gt;</span>
-    <span class="code-tag">&lt;/destinationPolicy&gt;</span></pre>
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[    &lt;destinationPolicy&gt;
+      &lt;policyMap&gt;
+        &lt;policyEntries&gt;
+          &lt;policyEntry queue="TEST.&gt;" enableAudit="false"&gt;
+            &lt;conditionalNetworkBridgeFilterFactory replayWhenNoConsumers="true"/&gt;
+          &lt;/policyEntry&gt;
+        &lt;/policyEntries&gt;
+      &lt;/policyMap&gt;
+    &lt;/destinationPolicy&gt;]]></script>
 </div></div> 
 
 
@@ -108,8 +119,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-use-ivy-with-activemq.html
==============================================================================
--- websites/production/activemq/content/how-do-i-use-ivy-with-activemq.html (original)
+++ websites/production/activemq/content/how-do-i-use-ivy-with-activemq.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,16 @@
     </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; -- How do I use Ivy with ActiveMQ
     </title>
@@ -50,8 +60,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -74,45 +84,46 @@
           <div class="wiki-content maincontent">
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">&lt;ivyconf&gt;
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+&lt;ivyconf&gt;
         &lt;!--loads properties file as ivy variables, 0..n--&gt;
-        &lt;properties file=<span class="code-quote">"${ivy.conf.dir}/ivyconf-file.properties"</span> /&gt;
+        &lt;properties file="${ivy.conf.dir}/ivyconf-file.properties" /&gt;
         &lt;!--configures ivy with some defaults, 0..1--&gt;
-        &lt;conf defaultResolver=<span class="code-quote">"localChain"</span> checkUpToDate=<span class="code-quote">"<span class="code-keyword">false</span>"</span> /&gt;
+        &lt;conf defaultResolver="localChain" checkUpToDate="false" /&gt;
 
-        &lt;!--typedef:defines <span class="code-keyword">new</span> types in ivy--&gt;
+        &lt;!--typedef:defines new types in ivy--&gt;
         &lt;!--latest-strategies: defines latest strategies--&gt;
         &lt;!--conflict-managers: defines conflicts managers--&gt;
 
         &lt;!--defines dependency resolvers--&gt;
         &lt;resolvers&gt;
-             &lt;chain name=<span class="code-quote">"localChain"</span> returnFirst=<span class="code-quote">"<span class="code-keyword">false</span>"</span>&gt;
-                 &lt;filesystem name=<span class="code-quote">"internal"</span> latest=<span class="code-quote">"latest-revision"</span>&gt;
+             &lt;chain name="localChain" returnFirst="false"&gt;
+                 &lt;filesystem name="internal" latest="latest-revision"&gt;
                         &lt;ivy     
-pattern=<span class="code-quote">"${repository.dir}/[organisation]/[module]/[type]s/ivy-[revision].xml"</span> /&gt;
+pattern="${repository.dir}/[organisation]/[module]/[type]s/ivy-[revision].xml" /&gt;
                         &lt;artifact
-pattern=<span class="code-quote">"${repository.dir}/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"</span> /&gt;
+pattern="${repository.dir}/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]" /&gt;
                 &lt;/filesystem&gt;
-                &lt;ivyrep name=<span class="code-quote">"ivyrep"</span>/&gt;
+                &lt;ivyrep name="ivyrep"/&gt;
              &lt;/chain&gt;
-             &lt;ibiblio name=<span class="code-quote">"ibiblio"</span>
-pattern=<span class="code-quote">"[organisation]/jars/[module]-[revision].[ext]"</span>/&gt;
+             &lt;ibiblio name="ibiblio"
+pattern="[organisation]/jars/[module]-[revision].[ext]"/&gt;
         &lt;/resolvers&gt;
 
         &lt;!--defines rules between modules and dependency resolvers--&gt;
         &lt;modules&gt;
-                &lt;module organisation=<span class="code-quote">"verticon"</span> name=<span class="code-quote">".*"</span>
-resolver=<span class="code-quote">"internal"</span> /&gt;
-                &lt;module organisation=<span class="code-quote">"mandarax"</span> name=<span class="code-quote">".*"</span>
-resolver=<span class="code-quote">"internal"</span> /&gt;
-                &lt;module organisation=<span class="code-quote">"geronimo-spec"</span> name=<span class="code-quote">".*"</span>
-resolver=<span class="code-quote">"ibiblio"</span> /&gt;
-                &lt;module organisation=<span class="code-quote">"tomcat"</span> name=<span class="code-quote">".*"</span>
-resolver=<span class="code-quote">"ibiblio"</span> /&gt;
+                &lt;module organisation="verticon" name=".*"
+resolver="internal" /&gt;
+                &lt;module organisation="mandarax" name=".*"
+resolver="internal" /&gt;
+                &lt;module organisation="geronimo-spec" name=".*"
+resolver="ibiblio" /&gt;
+                &lt;module organisation="tomcat" name=".*"
+resolver="ibiblio" /&gt;
         &lt;/modules&gt;
 
 &lt;/ivyconf&gt;
-</pre>
+]]></script>
 </div></div>
           </div>
         </td>
@@ -127,8 +138,8 @@ resolver=<span class="code-quote">"ibibl
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-use-jms-efficiently.html
==============================================================================
--- websites/production/activemq/content/how-do-i-use-jms-efficiently.html (original)
+++ websites/production/activemq/content/how-do-i-use-jms-efficiently.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How do I use JMS efficiently
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -118,8 +119,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-use-log4j-jms-appender-with-activemq.html
==============================================================================
--- websites/production/activemq/content/how-do-i-use-log4j-jms-appender-with-activemq.html (original)
+++ websites/production/activemq/content/how-do-i-use-log4j-jms-appender-with-activemq.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,16 @@
     </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; -- How do I use log4j JMS appender with ActiveMQ
     </title>
@@ -50,8 +60,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -75,7 +85,7 @@
 <p><a shape="rect" class="external-link" href="http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/net/JMSAppender.html">Log4j JMS appender</a> can be used to send your log messages to JMS broker. To use ActiveMQ as a destination of your messages, you need to configure JMS appender properly. The code sample below shows example configuration:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 log4j.rootLogger=INFO, stdout, jms
 
 ## Be sure that ActiveMQ messages are not logged to 'jms' appender
@@ -88,60 +98,60 @@ log4j.appender.stdout.layout.ConversionP
 ## Configure 'jms' appender. You'll also need jndi.properties file in order to make it work
 log4j.appender.jms=org.apache.log4j.net.JMSAppender
 log4j.appender.jms.InitialContextFactoryName=org.apache.activemq.jndi.ActiveMQInitialContextFactory
-log4j.appender.jms.ProviderURL=tcp:<span class="code-comment">//localhost:61616
-</span>log4j.appender.jms.TopicBindingName=logTopic
+log4j.appender.jms.ProviderURL=tcp://localhost:61616
+log4j.appender.jms.TopicBindingName=logTopic
 log4j.appender.jms.TopicConnectionFactoryBindingName=ConnectionFactory
-</pre>
+]]></script>
 </div></div>
 
 <p>The important thing is not to send ActiveMQ logs to JMS appender, as it can cause errors since the broker will want to log before the connection is established. You will also need a JNDI configuration, so that appender can find appropriate topic to send log messages to. The example <tt>jndi.properties</tt> file can look like this:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 topic.logTopic=logTopic
-</pre>
+]]></script>
 </div></div>
 
 <p>Finally, you can subscribe to the topic and listen for log messages:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-<span class="code-keyword">public</span> class Log4jJMSAppenderExample <span class="code-keyword">implements</span> MessageListener {
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+public class Log4jJMSAppenderExample implements MessageListener {
 
-	<span class="code-keyword">public</span> Log4jJMSAppenderExample() <span class="code-keyword">throws</span> Exception {
-		<span class="code-comment">// create a logTopic topic consumer
-</span>		ActiveMQConnectionFactory factory = <span class="code-keyword">new</span> ActiveMQConnectionFactory(<span class="code-quote">"tcp:<span class="code-comment">//localhost:61616"</span>);
-</span>		Connection conn = factory.createConnection();
-		Session sess = conn.createSession(<span class="code-keyword">false</span>, Session.AUTO_ACKNOWLEDGE);
+	public Log4jJMSAppenderExample() throws Exception {
+		// create a logTopic topic consumer
+		ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory("tcp://localhost:61616");
+		Connection conn = factory.createConnection();
+		Session sess = conn.createSession(false, Session.AUTO_ACKNOWLEDGE);
 		conn.start();
-		MessageConsumer consumer = sess.createConsumer(sess.createTopic(<span class="code-quote">"logTopic"</span>));
-		consumer.setMessageListener(<span class="code-keyword">this</span>);
-		<span class="code-comment">// log a message
-</span>		Logger log = Logger.getLogger(Log4jJMSAppenderExample.class);
-		log.info(<span class="code-quote">"Test log"</span>);
-		<span class="code-comment">// clean up
-</span>		<span class="code-object">Thread</span>.sleep(1000);
+		MessageConsumer consumer = sess.createConsumer(sess.createTopic("logTopic"));
+		consumer.setMessageListener(this);
+		// log a message
+		Logger log = Logger.getLogger(Log4jJMSAppenderExample.class);
+		log.info("Test log");
+		// clean up
+		Thread.sleep(1000);
 		consumer.close();
 		sess.close();
 		conn.close();
-		<span class="code-object">System</span>.exit(1);
+		System.exit(1);
 	}
 	
-	<span class="code-keyword">public</span> <span class="code-keyword">static</span> void main(<span class="code-object">String</span>[] args) <span class="code-keyword">throws</span> Exception {
-		<span class="code-keyword">new</span> Log4jJMSAppenderExample();
+	public static void main(String[] args) throws Exception {
+		new Log4jJMSAppenderExample();
 	}
 
-	<span class="code-keyword">public</span> void onMessage(Message message) {
-		<span class="code-keyword">try</span> {
-			<span class="code-comment">// receive log event in your consumer
-</span>			LoggingEvent event = (LoggingEvent)((ActiveMQObjectMessage)message).getObject();
-			<span class="code-object">System</span>.out.println(<span class="code-quote">"Received log ["</span> + event.getLevel() + <span class="code-quote">"]: "</span>+ event.getMessage());
-		} <span class="code-keyword">catch</span> (Exception e) {
+	public void onMessage(Message message) {
+		try {
+			// receive log event in your consumer
+			LoggingEvent event = (LoggingEvent)((ActiveMQObjectMessage)message).getObject();
+			System.out.println("Received log [" + event.getLevel() + "]: "+ event.getMessage());
+		} catch (Exception e) {
 			e.printStackTrace();
 		}
 	}
 }
-</pre>
+]]></script>
 </div></div>
 
 <p>Note that appender send logging event wrapped in an object message, so you can extract information such as logger name, level and of course the message.</p>
@@ -149,21 +159,21 @@ topic.logTopic=logTopic
 <p>Starting with ActiveMQ 5.3, this example is included in the standard distribution. You can run it by executing</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 ant log4j-jms
-</pre>
+]]></script>
 </div></div>
 
 <p>inside <tt>example/</tt> folder. You can expect the following output as a result:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 log4j-jms:
      [echo] Running a Log4j JMS Appender example
      [java] 2009-08-11 13:58:46,767 INFO  Log4jJMSAppenderExample - Test log
      [java] Received log [INFO]: Test log
      [java] Java Result: 1
-</pre>
+]]></script>
 </div></div>
           </div>
         </td>
@@ -178,8 +188,8 @@ log4j-jms:
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-i-use-ssl.html
==============================================================================
--- websites/production/activemq/content/how-do-i-use-ssl.html (original)
+++ websites/production/activemq/content/how-do-i-use-ssl.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,16 @@
     </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; -- How do I use SSL
     </title>
@@ -50,8 +60,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -80,20 +90,20 @@
 
 <ol><li>Using keytool, create a certificate for the broker:
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 keytool -genkey -alias broker -keyalg RSA -keystore broker.ks
-</pre>
+]]></script>
 </div></div></li><li>Export the broker's certificate so it can be shared with clients:
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 keytool -export -alias broker -keystore broker.ks -file broker_cert
-</pre>
+]]></script>
 </div></div></li><li>Create a certificate/keystore for the client:
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">keytool -genkey -alias client -keyalg RSA -keystore client.ks</pre>
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[keytool -genkey -alias client -keyalg RSA -keystore client.ks]]></script>
 </div></div></li><li>Create a truststore for the client, and import the broker's certificate.  This establishes that the client "trusts" the broker:
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">keytool -<span class="code-keyword">import</span> -alias broker -keystore client.ts -file broker_cert</pre>
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[keytool -import -alias broker -keystore client.ts -file broker_cert]]></script>
 </div></div></li></ol>
 
 
@@ -104,9 +114,9 @@ keytool -export -alias broker -keystore 
 <p>Before starting the broker's VM set the SSL_OPTS enviorment variable so that it knows to use the broker keystore.</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 export SSL_OPTS = -Djavax.net.ssl.keyStore=/path/to/broker.ks -Djavax.net.ssl.keyStorePassword=password
-</pre>
+]]></script>
 </div></div>
 
 <h4><a shape="rect" name="HowdoIuseSSL-UsingSpringtoconfigureSSLforaBrokerinstance"></a>Using Spring to configure SSL for a Broker instance</h4>
@@ -115,23 +125,23 @@ export SSL_OPTS = -Djavax.net.ssl.keySto
 
 <p>The SslContext <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/transport/tcp/SslContextBrokerServiceTest.java">test case</a> validates starting an SSL transport listener using the configuration specified in the broker Xbean. The SslContext element is added to the broker as follows:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;beans
-  &lt;amq:broker useJmx=<span class="code-quote">"<span class="code-keyword">false</span>"</span> persistent=<span class="code-quote">"<span class="code-keyword">false</span>"</span>&gt;
+  &lt;amq:broker useJmx="false" persistent="false"&gt;
 
     &lt;amq:sslContext&gt;
       &lt;amq:sslContext
-      		keyStore=<span class="code-quote">"server.keystore"</span> keyStorePassword=<span class="code-quote">"password"</span>
-      		trustStore=<span class="code-quote">"client.keystore"</span> trustStorePassword=<span class="code-quote">"password"</span>/&gt;
+      		keyStore="server.keystore" keyStorePassword="password"
+      		trustStore="client.keystore" trustStorePassword="password"/&gt;
     &lt;/amq:sslContext&gt;
 
     &lt;amq:transportConnectors&gt;
-      &lt;amq:transportConnector uri=<span class="code-quote">"ssl:<span class="code-comment">//localhost:61616"</span> /&gt;
-</span>    &lt;/amq:transportConnectors&gt;
+      &lt;amq:transportConnector uri="ssl://localhost:61616" /&gt;
+    &lt;/amq:transportConnectors&gt;
 
   &lt;/amq:broker&gt;
 &lt;/beans&gt;
-</pre>
+]]></script>
 </div></div>
 
 <p>The SslContext is used to configure the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-client/src/main/java/org/apache/activemq/transport/tcp/SslTransportFactory.java">SslTransportFactory</a> for that broker. Full details of the configuration options available can be seen in the <a shape="rect" class="external-link" href="http://activemq.apache.org/schema/core/activemq-core-5.2-SNAPSHOT.xsd">schema definition</a> or in the accessors of <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-spring/src/main/java/org/apache/activemq/spring/SpringSslContext.java">org.apache.activemq.spring.SpringSslContext</a></p>
@@ -140,11 +150,11 @@ export SSL_OPTS = -Djavax.net.ssl.keySto
 
 <p>When starting the client's VM, specify the following system properties:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 javax.net.ssl.keyStore=/path/to/client.ks
 javax.net.ssl.keyStorePassword=password
 javax.net.ssl.trustStore=/path/to/client.ts
-</pre>
+]]></script>
 </div></div>
 
 <div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">In Linux, do not use absolute path to keystore. By default, keytool uses ~/.keystore, but in some setups passing -Djavax.net.ssl.keyStore=/home/account/.keystore to Java VM does not work. This is not ActiveMQ specific but good to keep in mind anyway.</td></tr></table></div>
@@ -155,22 +165,19 @@ javax.net.ssl.trustStore=/path/to/client
 
 <ol><li>Export the client's certificate so it can be shared with broker:
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 keytool -export -alias client -keystore client.ks -file client_cert
-</pre>
+]]></script>
 </div></div></li><li>Create a truststore for the broker, and import the client's certificate.  This establishes that the broker "trusts" the client:
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">keytool -<span class="code-keyword">import</span> -alias client -keystore broker.ts -file client_cert</pre>
-</div></div></li><li>Add 
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">-Djavax.net.ssl.trustStore=/path/to/broker.ts</pre>
-</div></div>
-<p> to SSL_OPTS</p></li><li>Instruct ActiveMQ to require client authentication but setting the following in activemq.xml:
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[keytool -import -alias client -keystore broker.ts -file client_cert]]></script>
+</div></div></li><li>Add <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[-Djavax.net.ssl.trustStore=/path/to/broker.ts]]></script>
+</div></div> to SSL_OPTS</li><li>Instruct ActiveMQ to require client authentication but setting the following in activemq.xml:<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
   &lt;transportConnectors&gt;
-    &lt;transportConnector name=<span class="code-quote">"ssl"</span> uri=<span class="code-quote">"ssl:<span class="code-comment">//localhost:61617?needClientAuth=<span class="code-keyword">true</span>"</span> /&gt;
-</span>  &lt;/transportConnectors&gt;</pre>
+    &lt;transportConnector name="ssl" uri="ssl://localhost:61617?needClientAuth=true" /&gt;
+  &lt;/transportConnectors&gt;]]></script>
 </div></div></li></ol>
 
 
@@ -193,8 +200,8 @@ keytool -export -alias client -keystore 
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-message-groups-compare-to-selectors.html
==============================================================================
--- websites/production/activemq/content/how-do-message-groups-compare-to-selectors.html (original)
+++ websites/production/activemq/content/how-do-message-groups-compare-to-selectors.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How do Message Groups compare to Selectors
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -106,8 +107,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-multiple-transports-work.html
==============================================================================
--- websites/production/activemq/content/how-do-multiple-transports-work.html (original)
+++ websites/production/activemq/content/how-do-multiple-transports-work.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How do multiple transports work
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -92,8 +93,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-do-transactions-work.html
==============================================================================
--- websites/production/activemq/content/how-do-transactions-work.html (original)
+++ websites/production/activemq/content/how-do-transactions-work.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How do transactions work
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -103,8 +104,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-a-queue-compare-to-a-topic.html
==============================================================================
--- websites/production/activemq/content/how-does-a-queue-compare-to-a-topic.html (original)
+++ websites/production/activemq/content/how-does-a-queue-compare-to-a-topic.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does a Queue compare to a Topic
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -92,8 +93,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-activemq-compare-to-amqp.html
==============================================================================
--- websites/production/activemq/content/how-does-activemq-compare-to-amqp.html (original)
+++ websites/production/activemq/content/how-does-activemq-compare-to-amqp.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does ActiveMQ compare to AMQP
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -95,8 +96,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-activemq-compare-to-fuse-message-broker.html
==============================================================================
--- websites/production/activemq/content/how-does-activemq-compare-to-fuse-message-broker.html (original)
+++ websites/production/activemq/content/how-does-activemq-compare-to-fuse-message-broker.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does ActiveMQ compare to Fuse Message Broker?
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -86,8 +87,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-activemq-compare-to-jbossmq.html
==============================================================================
--- websites/production/activemq/content/how-does-activemq-compare-to-jbossmq.html (original)
+++ websites/production/activemq/content/how-does-activemq-compare-to-jbossmq.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does ActiveMQ compare to JBossMQ
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -102,8 +103,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-activemq-compare-to-mantaray.html
==============================================================================
--- websites/production/activemq/content/how-does-activemq-compare-to-mantaray.html (original)
+++ websites/production/activemq/content/how-does-activemq-compare-to-mantaray.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does ActiveMQ compare to Mantaray
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -92,8 +93,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-activemq-compare-to-mule.html
==============================================================================
--- websites/production/activemq/content/how-does-activemq-compare-to-mule.html (original)
+++ websites/production/activemq/content/how-does-activemq-compare-to-mule.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does ActiveMQ compare to Mule?
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -104,8 +105,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-activemq-compare-to-spread-toolkit.html
==============================================================================
--- websites/production/activemq/content/how-does-activemq-compare-to-spread-toolkit.html (original)
+++ websites/production/activemq/content/how-does-activemq-compare-to-spread-toolkit.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does ActiveMQ compare to Spread Toolkit
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -96,8 +97,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-connectionfactory-relate-to-the-broker.html
==============================================================================
--- websites/production/activemq/content/how-does-connectionfactory-relate-to-the-broker.html (original)
+++ websites/production/activemq/content/how-does-connectionfactory-relate-to-the-broker.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does ConnectionFactory relate to the Broker
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -94,8 +95,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-jms-compare-with-email.html
==============================================================================
--- websites/production/activemq/content/how-does-jms-compare-with-email.html (original)
+++ websites/production/activemq/content/how-does-jms-compare-with-email.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does JMS compare with email
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -91,8 +92,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-journaling-work-with-multiple-brokers.html
==============================================================================
--- websites/production/activemq/content/how-does-journaling-work-with-multiple-brokers.html (original)
+++ websites/production/activemq/content/how-does-journaling-work-with-multiple-brokers.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does journaling work with multiple brokers
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -87,8 +88,8 @@ Brokers cannot share a journal.  Each mu
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-openwire-compare-to-stomp.html
==============================================================================
--- websites/production/activemq/content/how-does-openwire-compare-to-stomp.html (original)
+++ websites/production/activemq/content/how-does-openwire-compare-to-stomp.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does OpenWire compare to Stomp
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -89,8 +90,8 @@ OpenWire, but it much simpler so you can
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-the-journal-work.html
==============================================================================
--- websites/production/activemq/content/how-does-the-journal-work.html (original)
+++ websites/production/activemq/content/how-does-the-journal-work.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does the journal work
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -87,8 +88,8 @@ See the description <a shape="rect" href
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-the-website-work.html
==============================================================================
--- websites/production/activemq/content/how-does-the-website-work.html (original)
+++ websites/production/activemq/content/how-does-the-website-work.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does the website work
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -93,8 +94,8 @@ When viewing a page on the static HTML w
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-does-xbean-compare-to-spring-2.html
==============================================================================
--- websites/production/activemq/content/how-does-xbean-compare-to-spring-2.html (original)
+++ websites/production/activemq/content/how-does-xbean-compare-to-spring-2.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How does XBean compare to Spring 2
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -107,8 +108,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-fast-is-activemq.html
==============================================================================
--- websites/production/activemq/content/how-fast-is-activemq.html (original)
+++ websites/production/activemq/content/how-fast-is-activemq.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How fast is ActiveMQ
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -95,8 +96,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">

Modified: websites/production/activemq/content/how-lightweight-is-sending-a-message.html
==============================================================================
--- websites/production/activemq/content/how-lightweight-is-sending-a-message.html (original)
+++ websites/production/activemq/content/how-lightweight-is-sending-a-message.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- How lightweight is sending a message
     </title>
@@ -50,8 +51,8 @@
       <div>
 
 <!-- Banner -->
-
-	<div id="asf_logo">
+<p>
+	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
             <a shape="rect" style="float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;" href="http://www.apache.org" title="The Apache Software Foundation">ASF</a>
@@ -98,8 +99,8 @@
 
 <h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
 
-
-<div>
+<p>
+</p><div>
 <form enctype="application/x-www-form-urlencoded" method="get" action="http://www.google.com/search" style="font-size: 10px;">
 <input type="hidden" name="ie" value="UTF-8">
 <input type="hidden" name="oe" value="UTF-8">