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 [16/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/integration-tests.html
==============================================================================
--- websites/production/activemq/content/integration-tests.html (original)
+++ websites/production/activemq/content/integration-tests.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; -- Integration Tests
     </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>
@@ -85,9 +95,10 @@
 
 <p>The ActiveMQ Resource Adapter allows a J2EE Application Server to provide transaction management, connection pooling and security to ActiveMQ connection when used by EJBs. The Resource Adapter is deployed in the client EAR that will be using the ActiveMQ.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">cd activemq-ra
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+cd activemq-ra
 maven rar:install-snapshot
-</pre>
+]]></script>
 </div></div>
 <p>&#160;</p>
 
@@ -97,9 +108,10 @@ maven rar:install-snapshot
 
 <p>The Integration Test EJB module provides a set of EJBs that the tests are run against.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">cd systest/itests/ejb
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+cd systest/itests/ejb
 maven
-</pre>
+]]></script>
 </div></div>
 <p>&#160;</p>
 
@@ -109,9 +121,10 @@ maven
 
 <p>The EAR module packages up the Resource Adapter and the Integration Tests EJBs into a deployable EAR.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">cd systest/itests/ear
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+cd systest/itests/ear
 maven -Dgeronimo.home=geronimo-home
-</pre>
+]]></script>
 </div></div>
 <p>&#160;</p>
 
@@ -121,9 +134,10 @@ maven -Dgeronimo.home=geronimo-home
 
 <p>In a seperate console, issue the following commands</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">cd geronimo-home
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+cd geronimo-home
 java -jar bin/server.jar org/activemq/ear/itest
-</pre>
+]]></script>
 </div></div>
 <p>&#160;</p>
 
@@ -133,9 +147,10 @@ java -jar bin/server.jar org/activemq/ea
 
 <p>The following builds and runs the integration tests:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">cd systest/itests/client
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+cd systest/itests/client
 maven
-</pre>
+]]></script>
 </div></div>
 <p>&#160;</p>
 
@@ -153,8 +168,8 @@ maven
 
 <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/interceptors.html
==============================================================================
--- websites/production/activemq/content/interceptors.html (original)
+++ websites/production/activemq/content/interceptors.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; -- Interceptors
     </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>
@@ -86,128 +97,128 @@
 <p>The object that implements the BrokerPlugin interface is called out as a plugin in the message broker's XML configuration file (see example below). Your plugin can then optionally reference other beans that are defined in the XML file. </p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-xml">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 
-&lt;beans xmlns=<span class="code-quote">"http://www.springframework.org/schema/beans"</span> <span class="code-keyword">xmlns:amq</span>=<span class="code-quote">"http://activemq.org/config/1.0"</span> <span class="code-keyword">xmlns:xsi</span>=<span class="code-quote">"http://www.w3.org/2001/XMLSchema-instance"</span> xsi:schemaLocation="http://www.springframework.org/schema/beans 
+&lt;beans xmlns="http://www.springframework.org/schema/beans" xmlns:amq="http://activemq.org/config/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans 
 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://activemq.org/config/1.0 
 http://activemq.apache.org/schema/activemq-core.xsd http://activemq.apache.org/camel/schema/spring  http://activemq.apache.org/camel/schema/spring/camel-spring.xsd"&gt;
 
-<span class="code-tag"><span class="code-comment">&lt;!-- Allows us to use system properties as variables in this configuration file --&gt;</span></span>
-<span class="code-tag">&lt;bean  class=<span class="code-quote">"org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"</span> /&gt;</span>
+&lt;!-- Allows us to use system properties as variables in this configuration file --&gt;
+&lt;bean  class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" /&gt;
 
- <span class="code-tag">&lt;broker xmlns=<span class="code-quote">"http://activemq.org/config/1.0"</span> brokerName=<span class="code-quote">"localhost"</span> dataDirectory=<span class="code-quote">"${activemq.base}/data"</span> plugins=<span class="code-quote">"#myPlugin"</span>&gt;</span>
+ &lt;broker xmlns="http://activemq.org/config/1.0" brokerName="localhost" dataDirectory="${activemq.base}/data" plugins="#myPlugin"&gt;
 
-   <span class="code-tag"><span class="code-comment">&lt;!-- The transport connectors ActiveMQ will listen to --&gt;</span></span>
-   <span class="code-tag">&lt;transportConnectors&gt;</span>
-     <span class="code-tag">&lt;transportConnector name=<span class="code-quote">"openwire"</span> uri=<span class="code-quote">"tcp://localhost:61616"</span> /&gt;</span>
-   <span class="code-tag">&lt;/transportConnectors&gt;</span>
-
-  <span class="code-tag">&lt;/broker&gt;</span>
-
-  <span class="code-tag">&lt;bean id=<span class="code-quote">"myPlugin"</span> class=<span class="code-quote">"org.myorg.MyPlugin"</span>&gt;</span>
-             <span class="code-tag"><span class="code-comment">&lt;!-- You can reference one or more Spring beans in this file --&gt;</span></span>
-             <span class="code-tag">&lt;property name=<span class="code-quote">"myMgr"</span> ref=<span class="code-quote">"myManager"</span>/&gt;</span>		 
-  <span class="code-tag">&lt;/bean&gt;</span>
-
-  <span class="code-tag">&lt;bean id=<span class="code-quote">"myManager"</span> class=<span class="code-quote">"org.myorg.MyManager"</span>&gt;</span>
-             <span class="code-tag">&lt;property name=<span class="code-quote">"fooList"</span>&gt;</span>
-	      <span class="code-tag">&lt;list&gt;</span>
-		<span class="code-tag">&lt;value&gt;</span>foo<span class="code-tag">&lt;/value&gt;</span>
-                <span class="code-tag">&lt;value&gt;</span>foo2<span class="code-tag">&lt;/value&gt;</span>
-	     <span class="code-tag">&lt;/list&gt;</span>
-            <span class="code-tag">&lt;/property&gt;</span>
- <span class="code-tag">&lt;/bean&gt;</span>
+   &lt;!-- The transport connectors ActiveMQ will listen to --&gt;
+   &lt;transportConnectors&gt;
+     &lt;transportConnector name="openwire" uri="tcp://localhost:61616" /&gt;
+   &lt;/transportConnectors&gt;
+
+  &lt;/broker&gt;
+
+  &lt;bean id="myPlugin" class="org.myorg.MyPlugin"&gt;
+             &lt;!-- You can reference one or more Spring beans in this file --&gt;
+             &lt;property name="myMgr" ref="myManager"/&gt;		 
+  &lt;/bean&gt;
+
+  &lt;bean id="myManager" class="org.myorg.MyManager"&gt;
+             &lt;property name="fooList"&gt;
+	      &lt;list&gt;
+		&lt;value&gt;foo&lt;/value&gt;
+                &lt;value&gt;foo2&lt;/value&gt;
+	     &lt;/list&gt;
+            &lt;/property&gt;
+ &lt;/bean&gt;
 
-<span class="code-tag">&lt;/beans&gt;</span>
+&lt;/beans&gt;
 
-</pre>
+]]></script>
 </div></div>
 
 <p>You can also define plugins from within the &lt;plugin&gt; element as this example illustrates.</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-xml">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 
-&lt;beans xmlns=<span class="code-quote">"http://www.springframework.org/schema/beans"</span> <span class="code-keyword">xmlns:amq</span>=<span class="code-quote">"http://activemq.org/config/1.0"</span>
-<span class="code-keyword">xmlns:xsi</span>=<span class="code-quote">"http://www.w3.org/2001/XMLSchema-instance"</span> xsi:schemaLocation="http://www.springframework.org/schema/beans
+&lt;beans xmlns="http://www.springframework.org/schema/beans" xmlns:amq="http://activemq.org/config/1.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans
 http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://activemq.org/config/1.0 
 http://activemq.apache.org/schema/activemq-core.xsd http://activemq.apache.org/camel/schema/spring
 http://activemq.apache.org/camel/schema/spring/camel-spring.xsd"&gt;
 
- <span class="code-tag"><span class="code-comment">&lt;!-- Allows us to use system properties as variables in this configuration file --&gt;</span></span>
- <span class="code-tag">&lt;bean  class=<span class="code-quote">"org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"</span> /&gt;</span>
+ &lt;!-- Allows us to use system properties as variables in this configuration file --&gt;
+ &lt;bean  class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" /&gt;
 
- <span class="code-tag">&lt;broker xmlns=<span class="code-quote">"http://activemq.org/config/1.0"</span> brokerName=<span class="code-quote">"localhost"</span> dataDirectory=<span class="code-quote">"${activemq.base}/data"</span>&gt;</span>
+ &lt;broker xmlns="http://activemq.org/config/1.0" brokerName="localhost" dataDirectory="${activemq.base}/data"&gt;
 
-  <span class="code-tag"><span class="code-comment">&lt;!-- The transport connectors ActiveMQ will listen to --&gt;</span></span>
-  <span class="code-tag">&lt;transportConnectors&gt;</span>
-     <span class="code-tag">&lt;transportConnector name=<span class="code-quote">"openwire"</span> uri=<span class="code-quote">"tcp://localhost:61616"</span> /&gt;</span>
-  <span class="code-tag">&lt;/transportConnectors&gt;</span>
+  &lt;!-- The transport connectors ActiveMQ will listen to --&gt;
+  &lt;transportConnectors&gt;
+     &lt;transportConnector name="openwire" uri="tcp://localhost:61616" /&gt;
+  &lt;/transportConnectors&gt;
 
-  <span class="code-tag">&lt;plugins&gt;</span>
-      <span class="code-tag">&lt;bean id=<span class="code-quote">"myPlugin"</span> class=<span class="code-quote">"org.myorg.MyPlugin"</span>/&gt;</span>    
-  <span class="code-tag">&lt;/plugins&gt;</span>
+  &lt;plugins&gt;
+      &lt;bean id="myPlugin" class="org.myorg.MyPlugin"/&gt;    
+  &lt;/plugins&gt;
 
- <span class="code-tag">&lt;/broker&gt;</span>
+ &lt;/broker&gt;
  
-<span class="code-tag">&lt;/beans&gt;</span>
+&lt;/beans&gt;
 
-</pre>
+]]></script>
 </div></div>
 
 <p>At startup, the main or core broker calls your plugin's installPlugin() method. This method creates and returns an object that typically extends <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/apidocs/org/apache/activemq/broker/BrokerFilter.html">BrokerFilter</a>. </p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-<span class="code-keyword">import</span> org.apache.activemq.broker.Broker;
-<span class="code-keyword">import</span> org.apache.activemq.broker.BrokerPlugin;
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+import org.apache.activemq.broker.Broker;
+import org.apache.activemq.broker.BrokerPlugin;
 
-<span class="code-keyword">public</span> class MyPlugin <span class="code-keyword">implements</span> BrokerPlugin {	
+public class MyPlugin implements BrokerPlugin {	
         
-        <span class="code-keyword">public</span> Broker installPlugin(Broker broker) <span class="code-keyword">throws</span> Exception {            
-             <span class="code-keyword">return</span> <span class="code-keyword">new</span> MyBroker(broker);
+        public Broker installPlugin(Broker broker) throws Exception {            
+             return new MyBroker(broker);
         }	
 
 }
-</pre>
+]]></script>
 </div></div>
 <p>The BrokerFilter class is a convenience class that implements the <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/apidocs/org/apache/activemq/broker/Broker.html">Broker</a> interface. This interface defines all the main operations (e.g., addConnection, addSession, etc.) that your implementation can intercept. The class that extends BrokerFilter overrides any of the methods that are defined in the Broker interface so that it can intercept the corresponding core engine's operations. Here's an example of a class that extends BrokerFilter and intercepts/overrides the addConnection() and addSession() Broker methods/operations. </p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-<span class="code-keyword">import</span> org.apache.activemq.broker.Broker;
-<span class="code-keyword">import</span> org.apache.activemq.broker.BrokerFilter;
-<span class="code-keyword">import</span> org.apache.activemq.broker.ConnectionContext;
-<span class="code-keyword">import</span> org.apache.activemq.command.ConnectionInfo;
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+import org.apache.activemq.broker.Broker;
+import org.apache.activemq.broker.BrokerFilter;
+import org.apache.activemq.broker.ConnectionContext;
+import org.apache.activemq.command.ConnectionInfo;
 
-<span class="code-keyword">public</span> class MyBroker <span class="code-keyword">extends</span> BrokerFilter {
+public class MyBroker extends BrokerFilter {
     
-     <span class="code-keyword">public</span> MyBroker(Broker next) {
-        <span class="code-keyword">super</span>(next);                
+     public MyBroker(Broker next) {
+        super(next);                
     }
 
-    <span class="code-keyword">public</span> void addConnection(ConnectionContext context, ConnectionInfo info) 
-            <span class="code-keyword">throws</span> Exception {       
+    public void addConnection(ConnectionContext context, ConnectionInfo info) 
+            throws Exception {       
         
-         <span class="code-comment">// Your code goes here 
-</span>
-        <span class="code-comment">// Then call your parent
-</span>        <span class="code-keyword">super</span>.addConnection(context, info);
+         // Your code goes here 
+
+        // Then call your parent
+        super.addConnection(context, info);
     }   
 
-    <span class="code-keyword">public</span> void addSession(ConnectionContext context, SessionInfo info) 
-            <span class="code-keyword">throws</span> Exception {       
+    public void addSession(ConnectionContext context, SessionInfo info) 
+            throws Exception {       
         
-         <span class="code-comment">//  Your code goes here...
-</span>
-         <span class="code-comment">// Then call your parent
-</span>         <span class="code-keyword">super</span>.addSession(context, info);
+         //  Your code goes here...
+
+         // Then call your parent
+         super.addSession(context, info);
     }	
 }
 
 
 
-</pre>
+]]></script>
 </div></div> 
 
 <p>For more details see <a shape="rect" href="developing-plugins.html" title="Developing Plugins">Developing Plugins</a></p>
@@ -224,8 +235,8 @@ http://activemq.apache.org/camel/schema/
 
 <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/ioexception-could-not-find-class-for-resource.html
==============================================================================
--- websites/production/activemq/content/ioexception-could-not-find-class-for-resource.html (original)
+++ websites/production/activemq/content/ioexception-could-not-find-class-for-resource.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; -- IOException - could not find class for resource
     </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,9 +84,9 @@
           <div class="wiki-content maincontent">
 <p>If you get an exception looking like this</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-Reason:  java.io.exception : could not find class <span class="code-keyword">for</span> resource: META-INF/services/org/apache/activemq/transport/tcp
-</pre>
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+Reason:  java.io.exception : could not find class for resource: META-INF/services/org/apache/activemq/transport/tcp
+]]></script>
 </div></div>
 <p>&#160;</p>
 
@@ -108,8 +118,8 @@ Reason:  java.io.exception : could not f
 
 <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/is-there-a-specified-size-of-the-journal.html
==============================================================================
--- websites/production/activemq/content/is-there-a-specified-size-of-the-journal.html (original)
+++ websites/production/activemq/content/is-there-a-specified-size-of-the-journal.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- Is there a specified size of the journal
     </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 @@ There is a "preferred" size for each log
 
 <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/j2ee.html
==============================================================================
--- websites/production/activemq/content/j2ee.html (original)
+++ websites/production/activemq/content/j2ee.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- J2EE
     </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>
@@ -121,8 +122,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/java-service-wrapper.html
==============================================================================
--- websites/production/activemq/content/java-service-wrapper.html (original)
+++ websites/production/activemq/content/java-service-wrapper.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- Java Service Wrapper
     </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>
@@ -126,8 +127,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/javadocs.html
==============================================================================
--- websites/production/activemq/content/javadocs.html (original)
+++ websites/production/activemq/content/javadocs.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- JavaDocs
     </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/javaioioexception-failed-to-create-database-derbydb-see-the-next-exception-for-details.html
==============================================================================
--- websites/production/activemq/content/javaioioexception-failed-to-create-database-derbydb-see-the-next-exception-for-details.html (original)
+++ websites/production/activemq/content/javaioioexception-failed-to-create-database-derbydb-see-the-next-exception-for-details.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; -- java.io.IOException Failed to create database 'derbydb', see the next exception for details
     </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,14 +85,14 @@
 <p>If you get an error 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[
 Jun 19, 2006 10:35:27 PM org.apache.activemq.broker.BrokerService getBroker
 INFO: ActiveMQ 4.0 JMS Message Broker (localhost) is starting
 Jun 19, 2006 10:35:27 PM org.apache.activemq.broker.BrokerService getBroker
 INFO: For help or more information please see:
-http:<span class="code-comment">//incubator.apache.org/activemq/
-</span>java.io.IOException: Failed to create database 'derbydb', see the next
-exception <span class="code-keyword">for</span> details.
+http://incubator.apache.org/activemq/
+java.io.IOException: Failed to create database 'derbydb', see the next
+exception for details.
        at
 org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:42)
        at
@@ -107,9 +117,9 @@ org.apache.activemq.broker.BrokerService
 org.apache.activemq.broker.BrokerService.addConnector(BrokerService.java:133)
        at
 com.ic.ntn.message.HelloWorld$HelloWorldBroker.run(HelloWorld.java:92)
-       at java.lang.<span class="code-object">Thread</span>.run(<span class="code-object">Thread</span>.java:595)
+       at java.lang.Thread.run(Thread.java:595)
 Caused by: SQL Exception: Failed to create database 'derbydb', see the next
-exception <span class="code-keyword">for</span> details.
+exception for details.
        at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
 Source)
        at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
@@ -134,7 +144,7 @@ Source)
 org.apache.activemq.store.jdbc.TransactionContext.getConnection(TransactionContext.java:54)
        ... 11 more
 
-</pre>
+]]></script>
 </div></div>
 
 <p>Then the error is probably that the JDBC driver (Apache Derby by default) could not write to the persistent file area.</p>
@@ -144,19 +154,19 @@ org.apache.activemq.store.jdbc.Transacti
 <p>Create a directory for the broker to write its files. e.g. in Java code call <a shape="rect" class="external-link" href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/broker/BrokerService.html#setDataDirectory(java.io.File)">setDataDirectory</a></p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-File dir = <span class="code-keyword">new</span> File(<span class="code-quote">"foo"</span>);
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+File dir = new File("foo");
 dir.mkdir();
 broker.setDataDirectory(dir);
-</pre>
+]]></script>
 </div></div>
 
 <p>or in XML use</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-&lt;broker dataDirectory=<span class="code-quote">"foo"</span>&gt;...
-</pre>
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+&lt;broker dataDirectory="foo"&gt;...
+]]></script>
 </div></div>
 
 <h3><a shape="rect" name="java.io.IOExceptionFailedtocreatedatabase%27derbydb%27%2Cseethenextexceptionfordetails-See"></a>See</h3>
@@ -176,8 +186,8 @@ broker.setDataDirectory(dir);
 
 <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/javalangnosuchmethoderror.html
==============================================================================
--- websites/production/activemq/content/javalangnosuchmethoderror.html (original)
+++ websites/production/activemq/content/javalangnosuchmethoderror.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; -- java.lang.NoSuchMethodError
     </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,19 +85,19 @@
 <p>If you get an error like</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[
 java.lang.NoSuchMethodError:
 javax.jms.Session.createConsumer(Ljavax/jms/Destination;)Ljavax/jms/MessageConsumer;
-</pre>
+]]></script>
 </div></div>
 
 <p>or</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[
 java.lang.AbstractMethodError: 
 javax.jms.ConnectionFactory.createConnection()Ljavax/jms/Connection;
-</pre>
+]]></script>
 </div></div>
 
 <h3><a shape="rect" name="java.lang.NoSuchMethodError-Fix"></a>Fix</h3>
@@ -115,8 +125,8 @@ javax.jms.ConnectionFactory.createConnec
 
 <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/javalangnosuchmethodexception-orgactivemqraactivemqresourceadaptersetuseembeddedbroker.html
==============================================================================
--- websites/production/activemq/content/javalangnosuchmethodexception-orgactivemqraactivemqresourceadaptersetuseembeddedbroker.html (original)
+++ websites/production/activemq/content/javalangnosuchmethodexception-orgactivemqraactivemqresourceadaptersetuseembeddedbroker.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; -- java.lang.NoSuchMethodException org.activemq.ra.ActiveMQResourceAdapter.setUseEmbeddedBroker
     </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,16 +85,16 @@
 <p>If you get an error 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[
 2005-08-14 17:18:45,618 ERROR [org.jboss.resource.deployment.RARDeployment] 
 Starting failed jboss.jca:service=RARDeployment,name='activemq-ra-3.0.rar'
-org.jboss.deployment.DeploymentException: Error <span class="code-keyword">for</span> resource adapter class 
+org.jboss.deployment.DeploymentException: Error for resource adapter class 
 org.activemq.ra.ActiveMQResourceAdapter accessing property setter 
-ConfigPropertyMetaData@e62121[name=UseEmbeddedBroker type=java.lang.<span class="code-object">Boolean</span> 
-value=<span class="code-keyword">false</span> descriptions=[DescriptionMetaData@1ad093c[language=en 
-description=<span class="code-object">Boolean</span> to configure <span class="code-keyword">if</span> the connector should create an embedded 
+ConfigPropertyMetaData@e62121[name=UseEmbeddedBroker type=java.lang.Boolean 
+value=false descriptions=[DescriptionMetaData@1ad093c[language=en 
+description=Boolean to configure if the connector should create an embedded 
 broker.]]]; - nested throwable: (java.lang.NoSuchMethodException: 
-org.activemq.ra.ActiveMQResourceAdapter.setUseEmbeddedBroker(java.lang.<span class="code-object">Boolean</span>))
+org.activemq.ra.ActiveMQResourceAdapter.setUseEmbeddedBroker(java.lang.Boolean))
         at 
 org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:39)
         at 
@@ -103,7 +113,7 @@ org.jboss.mx.server.RawDynamicInvoker.in
 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
         at 
 org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
-</pre>
+]]></script>
 </div></div>
 
 <h3><a shape="rect" name="java.lang.NoSuchMethodExceptionorg.activemq.ra.ActiveMQResourceAdapter.setUseEmbeddedBroker-Fix"></a>Fix</h3>
@@ -122,8 +132,8 @@ org.jboss.system.ServiceController$Servi
 
 <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/javalangoutofmemory.html
==============================================================================
--- websites/production/activemq/content/javalangoutofmemory.html (original)
+++ websites/production/activemq/content/javalangoutofmemory.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; -- java.lang.OutOfMemory
     </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>
@@ -113,16 +123,16 @@ The Broker (using <a shape="rect" href="
 <p>This is the most obvious one for Consumers or Producers; repeatedly obtaining a Session or MessageProducer or MessageConsumer and not closing it. With a java.lang.OutOfMemory, verifying (again) that all not in use JMS resources are released, is worth the time. If you have multiple threads in your application, consider using the <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/pool/PooledConnectionFactory.html">PooledConnectionFactory</a> as this will allow JMS resource to be safely shared among threads that follow the pattern: </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[
 obtainJmsResource(); 
 
-<span class="code-keyword">try</span> 
+try 
 { 
     useJmsResource() 
-} <span class="code-keyword">finally</span> { 
+} finally { 
     releaseJmsResource(); 
 } 
-</pre>
+]]></script>
 </div></div>
 
 <p>If you are using ActiveMQ via <a shape="rect" href="spring-support.html" title="Spring Support">Spring Support</a> or with JMSTemplates, be sure to check you are not falling for any of the <a shape="rect" href="jmstemplate-gotchas.html" title="JmsTemplate Gotchas">JmsTemplate Gotchas</a>. It may also be worth recapping on <a shape="rect" href="how-do-i-use-jms-efficiently.html" title="How do I use JMS efficiently">How do I use JMS efficiently</a>.</p>
@@ -139,8 +149,8 @@ obtainJmsResource(); 
 
 <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/javaxjmsjmsexception-wire-format-negociation-timeout-peer-did-not-send-his-wire-format.html
==============================================================================
--- websites/production/activemq/content/javaxjmsjmsexception-wire-format-negociation-timeout-peer-did-not-send-his-wire-format.html (original)
+++ websites/production/activemq/content/javaxjmsjmsexception-wire-format-negociation-timeout-peer-did-not-send-his-wire-format.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; -- javax.jms.JMSException - Wire format negociation timeout - peer did not send his wire format.
     </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,13 +85,13 @@
 <p>If you get exception 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[
 javax.jms.JMSException: Wire format negociation timeout: peer did not send his wire format.
 at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:58)
 at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1185)
 at org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1263)
 at org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:449)
-</pre>
+]]></script>
 </div></div>
 
 <p>it can mean one of three things:</p>
@@ -99,9 +109,9 @@ at org.apache.activemq.ActiveMQConnectio
 <p>If you experience sporadic exceptions like this, the best solution is to use <a shape="rect" href="failover-transport-reference.html" title="Failover Transport Reference">failover transport</a>, so that your clients can try connecting again if the first attempt fails. If you're getting these kind of exceptions more frequently you can also try extending wire format negotiation period (default 10 sec). You can do that by using <tt>wireFormat.maxInactivityDurationInitalDelay</tt> property on the connection URL in your client. For example</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">
-tcp:<span class="code-comment">//localhost:61616?wireFormat.maxInactivityDurationInitalDelay=30000</span>
-</pre>
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+tcp://localhost:61616?wireFormat.maxInactivityDurationInitalDelay=30000
+]]></script>
 </div></div>
 
 <p>will use 30 sec timeout.</p>
@@ -118,8 +128,8 @@ tcp:<span class="code-comment">//localho
 
 <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/jaxb-20-api-is-being-loaded-from-the-bootstrap-classloader-but-this-ri-needs-21-api.html
==============================================================================
--- websites/production/activemq/content/jaxb-20-api-is-being-loaded-from-the-bootstrap-classloader-but-this-ri-needs-21-api.html (original)
+++ websites/production/activemq/content/jaxb-20-api-is-being-loaded-from-the-bootstrap-classloader-but-this-ri-needs-21-api.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI () needs 2.1 API.
     </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/jaxb-20-api-is-being-loaded-from-the-bootstrap-classloader-but-this-ri-xxx-needs-21-api.html
==============================================================================
--- websites/production/activemq/content/jaxb-20-api-is-being-loaded-from-the-bootstrap-classloader-but-this-ri-xxx-needs-21-api.html (original)
+++ websites/production/activemq/content/jaxb-20-api-is-being-loaded-from-the-bootstrap-classloader-but-this-ri-xxx-needs-21-api.html Fri Jul 12 12:46:14 2013
@@ -32,6 +32,7 @@
     </style>
     <![endif]-->
 
+    
     <title>
     Apache ActiveMQ &#8482; -- JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (xxx) needs 2.1 API
     </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">