You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2013/11/13 18:23:21 UTC

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

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 Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>Apache ActiveMQ is a messaging provider, with extensive capabilities for message brokering.  Mule is described as an ESB, in that it defines and executes the brokering of message exchanges among integrated software components.</p>
+<div class="wiki-content maincontent"><p>Apache ActiveMQ is a messaging provider, with extensive capabilities for message brokering.  Mule is described as an ESB, in that it defines and executes the brokering of message exchanges among integrated software components.</p>
 
 <h4><a shape="rect" name="HowdoesActiveMQcomparetoMule%3F-Architecture"></a>Architecture</h4>
 <p>Mule provides an accessible programming model for integration, designed to work well with - and leverage - other middleware technologies. For this reason, Mule does not provide a native messaging system, and it is therefore frequently used with Apache ActiveMQ.</p>
@@ -91,8 +90,7 @@
 <p>Additional ESB requirements, such as support for a distributed architecture and a native JBI container and components, are not supported by Mule. If you require these capabilities, we encourage you to investigate other open source ESBs that also integrate Apache ActiveMQ, such as <a shape="rect" class="external-link" href="http://servicemix.org/" rel="nofollow">Apache ServiceMix</a>, and even the <a shape="rect" class="external-link" href="http://incubator.apache.org/cxf/">Apache CXF</a> service framework.</p>
 
 <h4><a shape="rect" name="HowdoesActiveMQcomparetoMule%3F-CommercialSupport%2CCopyrightandLicense"></a>Commercial Support, Copyright and License</h4>
-<p>Both Mule and ActiveMQ have commercial support available from companies dedicated to the technologies. The commercial support corporation for Mule (MuleSource) holds the copyright to Mule, and licenses it under an open source license adapted from the Mozilla Public License (an "MPL+" license). Apache ActiveMQ is an open source project at the Apache Software Foundation, and as such is available under the Apache License 2.0. Commercial support for ActiveMQ is provided by <a shape="rect" class="external-link" href="http://open.iona.com/" rel="nofollow">Iona plc</a>. </p>
-          </div>
+<p>Both Mule and ActiveMQ have commercial support available from companies dedicated to the technologies. The commercial support corporation for Mule (MuleSource) holds the copyright to Mule, and licenses it under an open source license adapted from the Mozilla Public License (an "MPL+" license). Apache ActiveMQ is an open source project at the Apache Software Foundation, and as such is available under the Apache License 2.0. Commercial support for ActiveMQ is provided by <a shape="rect" class="external-link" href="http://open.iona.com/" rel="nofollow">Iona plc</a>. </p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,19 +72,16 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <p>Spread Toolkit is a C++ library for messaging and only has <a shape="rect" class="external-link" href="http://www.spread.org/JMS4Spread/docs/" rel="nofollow">partial support for JMS</a>. It doesn't support durable messaging, transactions, XA or full JMS 1.1. It is also dependent on a native code Spread daemon running on the machine.</p>
 
 <p>Apache ActiveMQ on the other hand is the JMS provider used in <a shape="rect" class="external-link" href="http://geronimo.apache.org">Apache Geronimo</a> and is J2EE 1.4 certified in Geronimo and is 100% pure Java. ActiveMQ supports transient and durable messaging, transactions, XA, J2EE 1.4, JMS 1.1, JCA 1.5 as well as heaps of different features like <a shape="rect" href="message-groups.html" title="Message Groups">Message Groups</a> and <a shape="rect" href="clustering.html" title="Clustering">Clustering</a></p>
 
 <h2><a shape="rect" name="HowdoesActiveMQcomparetoSpreadToolkit-Performanceguides"></a>Performance guides</h2>
 
+<p>If you're not convinced by performance reports then please do try running performance tests yourself. You might wanna check out our overview of <a shape="rect" href="performance.html" title="Performance">Performance</a> or try using out the <a shape="rect" href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">ActiveMQ Performance Module Users Manual</a></p>
 
-<p>There is a <a shape="rect" class="external-link" href="http://fusesource.com/docs/broker/5.4/tuning/index.html" rel="nofollow">FuseSource tuning guide</a></p>
-
-<p>If you're not convinced by performance reports then please do try running performance tests yourselfs. You might wanna check out our overview of <a shape="rect" href="performance.html" title="Performance">Performance</a> or try using out the <a shape="rect" href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">ActiveMQ Performance Module Users Manual</a></p>
-          </div>
+<p>The Commercial Providers on the <a shape="rect" href="support.html" title="Support">Support</a> page may also be able to help diagnose performance issues, suggest changes, etc...</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="HowdoesConnectionFactoryrelatetotheBroker-HowdoesConnectionFactoryrelatetotheBroker%3F"></a>How does ConnectionFactory relate to the Broker?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowdoesConnectionFactoryrelatetotheBroker-HowdoesConnectionFactoryrelatetotheBroker%3F"></a>How does ConnectionFactory relate to the Broker?</h2>
 
 <p>The ConnectionFactory is a JMS specification client side interface for creating connections to a JMS broker. The Broker is a service on the network or <a shape="rect" href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a Broker inside a Connection">embedded in the same JVM</a> which provides the message provider. So think of the ConnectionFactory as the client API for sending and receiving messages and the broker is a server side implementation.</p>
 
@@ -81,8 +80,7 @@
 
 <ul><li><a shape="rect" href="how-do-i-create-new-destinations.html" title="How do I create new destinations">How do I create new destinations</a></li><li><a shape="rect" href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a Broker inside a Connection">How do I embed a Broker inside a Connection</a></li><li><a shape="rect" href="what-are-administered-objects.html" title="What are administered objects">What are administered objects</a></li></ul>
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,14 +72,12 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <p>Certainly they both do similar things.  The main difference between them is their history and design criteria. </p>
 
 <p>JMS has a bunch of different qualities of service (durable v non-durable, queue v topic) designed for very high performance messaging with low latency together with reliability. Email is designed for connectivitiy on the web. So they have different design trade offs. e.g. its not a big deal to get multiple copies of an email (which I get fairly often if I loose a connection with an email server over POP for example). It would be a major disaster to get 2 copies of the "remove $1000 from my bank account" messages <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" alt="" border="0"></p>
 
-<p>The main reasons for using JMS is performance (throughput &amp; latency), together with support for transactions &amp; XA together with avoiding duplicates and message loss.</p>
-          </div>
+<p>The main reasons for using JMS is performance (throughput &amp; latency), together with support for transactions &amp; XA together with avoiding duplicates and message loss.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,10 +72,8 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><br clear="none">
-Brokers cannot share a journal.  Each must be configured with it's own journal.</p>
-          </div>
+<div class="wiki-content maincontent"><p><br clear="none">
+Brokers cannot share a journal.  Each must be configured with it's own journal.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,12 +72,10 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><a shape="rect" href="openwire.html" title="OpenWire">OpenWire</a> is the native protocol that Apache ActiveMQ uses. It is designed for performance and size on the wire - sacrificing some ease of implementation with higher performance and reduced network bandwidth as a priority. OpenWire was first released in Apache ActiveMQ 4.0.</p>
+<div class="wiki-content maincontent"><p><a shape="rect" href="openwire.html" title="OpenWire">OpenWire</a> is the native protocol that Apache ActiveMQ uses. It is designed for performance and size on the wire - sacrificing some ease of implementation with higher performance and reduced network bandwidth as a priority. OpenWire was first released in Apache ActiveMQ 4.0.</p>
 
 <p><a shape="rect" href="stomp.html" title="Stomp">Stomp</a> is a simpler text based protocol which is designed to be very simple to implement in a few hours in any language or platform (e.g. you can use a telnet client to communicate via Stomp). A Stomp client is not going to be as efficient as an client that uses<br clear="none">
-OpenWire, but it much simpler so you can generally be up and running with it much quicker.</p>
-          </div>
+OpenWire, but it much simpler so you can generally be up and running with it much quicker.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,10 +72,8 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><br clear="none">
-See the description <a shape="rect" href="persistence.html" title="Persistence">here</a></p>
-          </div>
+<div class="wiki-content maincontent"><p><br clear="none">
+See the description <a shape="rect" href="persistence.html" title="Persistence">here</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,16 +72,14 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>This website is actually rendered from the Wiki contents that you can <a shape="rect" href="how-do-i-edit-the-website.html" title="How do I edit the website">edit</a>.  <br clear="none">
+<div class="wiki-content maincontent"><p>This website is actually rendered from the Wiki contents that you can <a shape="rect" href="how-do-i-edit-the-website.html" title="How do I edit the website">edit</a>.  <br clear="none">
 When viewing a page on the static HTML website you can click on the <b>edit</b> link (bottom of the page) and you can edit the page. </p>
 
 <p>Other useful <a shape="rect" href="site.html" title="Site">Site links</a> are</p>
 
 <ul><li><a shape="rect" href="banner.html" title="Banner">Banner</a></li><li><a shape="rect" href="navigation.html" title="Navigation">Navigation</a></li><li><a shape="rect" href="old-links.html" title="Old Links">Old Links</a></li><li><a shape="rect" href="quicklinks.html" title="QuickLinks">QuickLinks</a></li><li><a shape="rect" href="siteindex.html" title="SiteIndex">SiteIndex</a></li><li><a shape="rect" href="sitemap.html" title="SiteMap">SiteMap</a></li></ul>
 
-<p>Note that it takes a little while to update the Apache site at <a shape="rect" class="external-link" href="http://activemq.apache.org/">http://activemq.apache.org/</a> due to caching. Though this site usually updates quickly: <a shape="rect" class="external-link" href="http://cwiki.apache.org/ACTIVEMQ/">http://cwiki.apache.org/ACTIVEMQ/</a></p>
-          </div>
+<p>Note that it takes a little while to update the Apache site at <a shape="rect" class="external-link" href="http://activemq.apache.org/">http://activemq.apache.org/</a> due to caching. Though this site usually updates quickly: <a shape="rect" class="external-link" href="http://cwiki.apache.org/ACTIVEMQ/">http://cwiki.apache.org/ACTIVEMQ/</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>Spring 2.0 has introduced the ability to handle custom XML languages inside the spring.xml. This is something we developed <a shape="rect" class="external-link" href="http://geronimo.apache.org/xbean/">XBean</a> for way back in the Spring 1.x days.</p>
+<div class="wiki-content maincontent"><p>Spring 2.0 has introduced the ability to handle custom XML languages inside the spring.xml. This is something we developed <a shape="rect" class="external-link" href="http://geronimo.apache.org/xbean/">XBean</a> for way back in the Spring 1.x days.</p>
 
 <p>The Spring hook requires component developers to write their own XML handling, processing DOMs and so forth. On various projects like ActiveMQ, Jencks, Jetty, ServiceMix, XFire - we didn't want to have to spend time hand-crafting parsing of XML code. So XBean is used to auto-create the parsing code along with an XSD and reference documentation for how to configure these services in custom XML languages.</p>
 
@@ -94,8 +93,7 @@
 
 <p>Here's an example Spring XML for Spring 2 which configures ActiveMQ, ActiveMQ Resource Adapter and Jencks all using Spring 2 with XSD validation (and so completion)</p>
 
-<p><a shape="rect" class="external-link" href="http://svn.codehaus.org/jencks/trunk/jencks/src/test/resources/org/jencks/xbean/xbean-validating.xml" rel="nofollow">http://svn.codehaus.org/jencks/trunk/jencks/src/test/resources/org/jencks/xbean/xbean-validating.xml</a></p>
-          </div>
+<p><a shape="rect" class="external-link" href="http://svn.codehaus.org/jencks/trunk/jencks/src/test/resources/org/jencks/xbean/xbean-validating.xml" rel="nofollow">http://svn.codehaus.org/jencks/trunk/jencks/src/test/resources/org/jencks/xbean/xbean-validating.xml</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,18 +72,15 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="HowfastisActiveMQ-HowfastisActiveMQ%3F"></a>How fast is ActiveMQ?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowfastisActiveMQ-HowfastisActiveMQ%3F"></a>How fast is ActiveMQ?</h2>
 
 <p>It all depends on the configuration, the operating system, hardware, JVM, JVM configuration and what you're doing. For more details see <a shape="rect" href="performance.html" title="Performance">Performance</a></p>
 
 <h2><a shape="rect" name="HowfastisActiveMQ-Performanceguides"></a>Performance guides</h2>
 
+<p>If you're not convinced by performance reports then please do try running performance tests yourself. You might wanna check out our overview of <a shape="rect" href="performance.html" title="Performance">Performance</a> or try using out the <a shape="rect" href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">ActiveMQ Performance Module Users Manual</a></p>
 
-<p>There is a <a shape="rect" class="external-link" href="http://fusesource.com/docs/broker/5.4/tuning/index.html" rel="nofollow">FuseSource tuning guide</a></p>
-
-<p>If you're not convinced by performance reports then please do try running performance tests yourselfs. You might wanna check out our overview of <a shape="rect" href="performance.html" title="Performance">Performance</a> or try using out the <a shape="rect" href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">ActiveMQ Performance Module Users Manual</a></p>
-          </div>
+<p>The Commercial Providers on the <a shape="rect" href="support.html" title="Support">Support</a> page may also be able to help diagnose performance issues, suggest changes, etc...</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <h3><a shape="rect" name="Howlightweightissendingamessage-ForActiveMQ3.x%2F4.x"></a>For ActiveMQ 3.x/4.x</h3>
 
 
@@ -85,8 +84,7 @@
 
 <p>If you really want low latency, such as in a GUI thread or very high performance server, you probably want to enable asynchronous sending. The only downside of asynchronous sending is if the send fails for whatever reason (security exception typically or some transport failure), then you don't get an exception thrown in the sender thread, since all the work is done asynchronously, though your ErrorListener will get notified.</p>
 
-<p>(If you use the reliable transport, then you can let the JMS client handle transport errors and drop &amp; reconnect to another broker to handle auto-reconnection for you).</p>
-          </div>
+<p>(If you use the reliable transport, then you can let the JMS client handle transport errors and drop &amp; reconnect to another broker to handle auto-reconnection for you).</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-should-i-implement-request-response-with-jms.html
==============================================================================
--- websites/production/activemq/content/how-should-i-implement-request-response-with-jms.html (original)
+++ websites/production/activemq/content/how-should-i-implement-request-response-with-jms.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="HowshouldIimplementrequestresponsewithJMS-HowshouldIimplementrequestresponsewithJMS%3F"></a>How should I implement request response with JMS?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowshouldIimplementrequestresponsewithJMS-HowshouldIimplementrequestresponsewithJMS%3F"></a>How should I implement request response with JMS?</h2>
 
 <p>The simplest solution is to use <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/spring-remoting.html">Camel as a Spring Remoting provider</a> which allows you to hide all the JMS API from your business logic and letting Camel provide the request/response handling code for you.</p>
 
@@ -342,8 +341,7 @@ public class MessageProtocol {
     }
 }
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-should-i-package-applications-using-camel-and-activemq.html
==============================================================================
--- websites/production/activemq/content/how-should-i-package-applications-using-camel-and-activemq.html (original)
+++ websites/production/activemq/content/how-should-i-package-applications-using-camel-and-activemq.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="HowshouldIpackageapplicationsusingCamelandActiveMQ-HowshouldIpackageapplicationsusingCamelandActiveMQ"></a>How should I package applications using Camel and ActiveMQ</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowshouldIpackageapplicationsusingCamelandActiveMQ-HowshouldIpackageapplicationsusingCamelandActiveMQ"></a>How should I package applications using Camel and ActiveMQ</h2>
 
 <p>So you may wish to use Camel's <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> inside the ActiveMQ Broker. In which case the stand alone broker is already packaged to work with Camel out of the box; just add your EIP routing rules to ActiveMQ's <a shape="rect" href="xml-configuration.html" title="Xml Configuration">Xml Configuration</a> like the example routing rule which ships with ActiveMQ 5.x or later. If you want to include some Java routing rules, then just add your jar to somewhere inside ActiveMQ's lib directory.</p>
 
@@ -84,8 +83,7 @@
 <ul><li><a shape="rect" href="initial-configuration.html" title="Initial Configuration">what jars are required for ActiveMQ</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/camel/what-jars-do-i-need.html">what jars are required for Camel</a></li></ul>
 
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-should-i-use-the-vm-transport.html
==============================================================================
--- websites/production/activemq/content/how-should-i-use-the-vm-transport.html (original)
+++ websites/production/activemq/content/how-should-i-use-the-vm-transport.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <h3><a shape="rect" name="HowshouldIusetheVMtransport-ForActiveMQ3.x%2F4.x"></a>For ActiveMQ 3.x/4.x</h3>
 
 <p><a shape="rect" href="how-do-i-use-activemq-using-in-jvm-messaging.html" title="How do I use ActiveMQ using in JVM messaging">Using the VM transport</a> to connect to an in-JVM broker is the fastest and most efficient transport you can use.</p>
@@ -114,8 +113,7 @@ factory.setObjectMessageSerializationDef
 
 <p>&#160;</p>
 
-<p>&#160;</p>
-          </div>
+<p>&#160;</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-to-configure-a-new-database.html
==============================================================================
--- websites/production/activemq/content/how-to-configure-a-new-database.html (original)
+++ websites/production/activemq/content/how-to-configure-a-new-database.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <p>ActiveMQ explicity supports Derby, Axion, HSQL, Oracle, and SQLServer. Below are the steps on how to configure a new database.</p>
 
 <p>1. Modify activemq.xml found in the directory "activemq_home/conf" by editing or adding a JDBC DataSource Configuration.</p>
@@ -126,8 +125,7 @@
 </div></div>
 <p>2. Set the datasource reference to use the new jdbc configuration e.g &lt;jdbcPersistence dataSourceRef="mssql-ds"/&gt;</p>
 
-<p>3. Place the jdbc driver in the directory "activemq_home/lib/optional".</p>
-          </div>
+<p>3. Place the jdbc driver in the directory "activemq_home/lib/optional".</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-to-deal-with-large-number-of-threads-in-clients.html
==============================================================================
--- websites/production/activemq/content/how-to-deal-with-large-number-of-threads-in-clients.html (original)
+++ websites/production/activemq/content/how-to-deal-with-large-number-of-threads-in-clients.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>If you study thread allocation in ActiveMQ clients, you'll notice that by default there is one thread allocated by every session. This basically means that session will use its <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/ThreadPoolExecutor.html" rel="nofollow">ThreadPoolExecutor</a> to execute its tasks. Up until version 5.7 this executor was unbound which could lead to OOM problems in rare case where are a large number of busy sessions in the same JVM could cause uncontrollable spikes in thread creation. </p>
+<div class="wiki-content maincontent"><p>If you study thread allocation in ActiveMQ clients, you'll notice that by default there is one thread allocated by every session. This basically means that session will use its <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/ThreadPoolExecutor.html" rel="nofollow">ThreadPoolExecutor</a> to execute its tasks. Up until version 5.7 this executor was unbound which could lead to OOM problems in rare case where are a large number of busy sessions in the same JVM could cause uncontrollable spikes in thread creation. </p>
 
 <p>In 5.7 we bounded this executor to a maximum of 1000 threads by default, which we believe should be enough for most use cases. In case of large number of busy sessions, each of them could end up using large number of threads and eventually OOM your application. There are couple of things you can do. The first obvious thing is to decrease the max thread limit a session can use, like this:</p>
 
@@ -115,8 +114,7 @@ conn.start();]]></script>
 
 <p>However you need to have in mind that this approach can affect performance of the whole system.</p>
 
-<p>So there you go. In the unlikely scenario where your application has trouble with the number of threads created by JMS session, you can use one of the shown techniques to deal with it. As always there's no silver bullet for all scenarios, so measure and tune for your system.</p>
-          </div>
+<p>So there you go. In the unlikely scenario where your application has trouble with the number of threads created by JMS session, you can use one of the shown techniques to deal with it. As always there's no silver bullet for all scenarios, so measure and tune for your system.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-to-deploy-activemq-ra-versionrar-to-weblogic.html
==============================================================================
--- websites/production/activemq/content/how-to-deploy-activemq-ra-versionrar-to-weblogic.html (original)
+++ websites/production/activemq/content/how-to-deploy-activemq-ra-versionrar-to-weblogic.html Wed Nov 13 17:23:00 2013
@@ -82,8 +82,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <h3><a shape="rect" name="Howtodeployactivemq-ra-version.rartoweblogic-ThisisaguideonhowtodeployActiveMQ%27sresouceadaptertoweblogic9.1."></a>This is a guide on how to deploy ActiveMQ's resouce adapter to weblogic 9.1.</h3>
 
 <ol><li>Create a new domain in weblogic using the configuration wizard (Start menu BEA Products -&gt; Tools -&gt; configuration Wizard ).</li><li>Add the jar dependencies (these are the jars inside the rar file..for some reason weblogic is not loading these from the rar file)&#160; in the classpath . One way to do this is by dropping the jars in the lib directory of the domain (&lt;%BEA_HOME%&gt;\user_projects\domains\&lt;%DOMAIN_NAME%&gt;\lib).&#160;</li></ol>
@@ -113,8 +112,7 @@
 &#160;
 <br clear="none" class="atl-forced-newline">
 &#160;</p></li><li>Start the domain's weblogic server (BEA Products -&gt; User Projects -&gt; &lt;domain_name&gt; -&gt; Start Admin Server for Weblogic Server Domain).</li><li>Start the domain's admin console (BEA Products -&gt; User Projects -&gt; &lt;domain_name&gt; -&gt; Admin Server Console) and enter the username and password.</li><li>On the main menu, click "Deployments" under "Your Deployed Resources"</li><li>On the deployment table, click "install" button. If the button is disabled, then click "Lock &amp; Edit" to enable it.</li><li>Browse for the activemq-ra-*.rar file then click next (for testing purpose, choose the default onwards).</li><li>Click the "activate changes" button to check if the resource adapter is properly deployed.</li></ol>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-to-disable-auto-destination-creation.html
==============================================================================
--- websites/production/activemq/content/how-to-disable-auto-destination-creation.html (original)
+++ websites/production/activemq/content/how-to-disable-auto-destination-creation.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>see <a shape="rect" href="how-do-i-restrict-connections-from-creating-new-queues-or-topics.html" title="How do I restrict connections from creating new queues or topics">How do I restrict connections from creating new queues or topics</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>see <a shape="rect" href="how-do-i-restrict-connections-from-creating-new-queues-or-topics.html" title="How do I restrict connections from creating new queues or topics">How do I restrict connections from creating new queues or topics</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-to-disable-multicast-discovery.html
==============================================================================
--- websites/production/activemq/content/how-to-disable-multicast-discovery.html (original)
+++ websites/production/activemq/content/how-to-disable-multicast-discovery.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>By default, the <a shape="rect" href="xml-configuration.html" title="Xml Configuration">ActiveMQ xml configuration</a> includes the <a shape="rect" href="discovery.html" title="Discovery">multicast discovery</a> mechanism. The tcp transport connector advertises its self using multicast and a multicast network connector is configured to listen to the same address. In this way, all brokers that share the default multicast address will automatically network with each other. <br clear="none">
+<div class="wiki-content maincontent"><p>By default, the <a shape="rect" href="xml-configuration.html" title="Xml Configuration">ActiveMQ xml configuration</a> includes the <a shape="rect" href="discovery.html" title="Discovery">multicast discovery</a> mechanism. The tcp transport connector advertises its self using multicast and a multicast network connector is configured to listen to the same address. In this way, all brokers that share the default multicast address will automatically network with each other. <br clear="none">
 If multicast is not required, the multicast attributes of the Transport Connector and Network Connector can be removed.</p>
 
 <p>To stop advertising your connection URI on the multicast network remove the discoveryUri attribute from the &lt;transportConnector/&gt;:</p>
@@ -103,8 +102,7 @@ If multicast is not required, the multic
 </div></div><br clear="none">
 Alternatively, provide a static networkConnector for each broker you wish to network with by replacing the the discoveryUri with the static transport connection URI of your target broker.
 
-<p>For more information see the <a shape="rect" href="discovery-transport-reference.html" title="Discovery Transport Reference">Discovery Transport Reference</a></p>
-          </div>
+<p>For more information see the <a shape="rect" href="discovery-transport-reference.html" title="Discovery Transport Reference">Discovery Transport Reference</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-to-unit-test-jms-code.html
==============================================================================
--- websites/production/activemq/content/how-to-unit-test-jms-code.html (original)
+++ websites/production/activemq/content/how-to-unit-test-jms-code.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>When unit testing code with JMS you'll typically want to avoid the overhead of running separate proceses; plus you'll want to increase startup time as fast as possible as you tend to run unit tests often and want immediate feedback. Also persistence can often cause problems - as previous test case results can adversely affect future test case runs - so you often need to purge queues on startup.</p>
+<div class="wiki-content maincontent"><p>When unit testing code with JMS you'll typically want to avoid the overhead of running separate proceses; plus you'll want to increase startup time as fast as possible as you tend to run unit tests often and want immediate feedback. Also persistence can often cause problems - as previous test case results can adversely affect future test case runs - so you often need to purge queues on startup.</p>
 
 <p>So when unit testing JMS code we recommend the following</p>
 
@@ -133,8 +132,7 @@ context.lookup("dynamicQueues/FOO.BAR");
 </div></div>
 
 <p>To avoid having to explicitly configure every single JMS destination in the jndi.properties file, please see the <a shape="rect" href="how-do-i-create-new-destinations.html" title="How do I create new destinations">other options for creating destinations</a>.</p>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-you-can-help-release.html
==============================================================================
--- websites/production/activemq/content/how-you-can-help-release.html (original)
+++ websites/production/activemq/content/how-you-can-help-release.html Wed Nov 13 17:23:00 2013
@@ -72,13 +72,11 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="Howyoucanhelprelease-HowtoHelp"></a>How to Help</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="Howyoucanhelprelease-HowtoHelp"></a>How to Help</h2>
 
 <p>Everyone in the ActiveMQ community can help with releases; users, developers, commmiters are all encouraged to test out a release and post any comments to the <a shape="rect" href="mailing-lists.html" title="Mailing Lists">activemq-dev@ mailing list</a> or create a <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/AMQ">JIRA</a> issue.</p>
 
-<p>ActiveMQ is available in both source and binary distributions.  See <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>.</p>
-          </div>
+<p>ActiveMQ is available in both source and binary distributions.  See <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/http-and-https-transports-reference.html
==============================================================================
--- websites/production/activemq/content/http-and-https-transports-reference.html (original)
+++ websites/production/activemq/content/http-and-https-transports-reference.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="HTTPandHTTPsTransportsReference-HTTPandHTTPSTransports"></a>HTTP and HTTPS Transports</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="HTTPandHTTPsTransportsReference-HTTPandHTTPSTransports"></a>HTTP and HTTPS Transports</h3>
 
 <p>The HTTP and HTTPS transports are used to tunnel over HTTP or HTTPS using XML payloads. This allows the ActiveMQ client and broker to tunnel over HTTP avoiding any firewall issues. </p>
 
@@ -104,8 +103,7 @@ https://localhost:8080
 <ul><li><a shape="rect" class="external-link" href="http://hc.apache.org/httpclient-3.x/">HttpClient</a></li><li>and <a shape="rect" class="external-link" href="http://xstream.codehaus.org/" rel="nofollow">XStream</a></li></ul>
 
 
-<p>Make sure you have them in your classpath if you use this transport. Also, if you're configuring networks of brokers with http(s) transport make sure you have them in broker's classpath (somewhere under <tt>lib/</tt> directory) as the broker will act as a client in that case.</p>
-          </div>
+<p>Make sure you have them in your classpath if you use this transport. Also, if you're configuring networks of brokers with http(s) transport make sure you have them in broker's classpath (somewhere under <tt>lib/</tt> directory) as the broker will act as a client in that case.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/i-am-having-problems-with-the-spring-jmstemplate.html
==============================================================================
--- websites/production/activemq/content/i-am-having-problems-with-the-spring-jmstemplate.html (original)
+++ websites/production/activemq/content/i-am-having-problems-with-the-spring-jmstemplate.html Wed Nov 13 17:23:00 2013
@@ -72,11 +72,9 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="IamhavingproblemswiththeSpringJmsTemplate-IamhavingproblemswiththeSpringJmsTemplate"></a>I am having problems with the Spring JmsTemplate</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="IamhavingproblemswiththeSpringJmsTemplate-IamhavingproblemswiththeSpringJmsTemplate"></a>I am having problems with the Spring JmsTemplate</h2>
 
-<p>For more detail see the <a shape="rect" href="jmstemplate-gotchas.html" title="JmsTemplate Gotchas">JmsTemplate Gotchas</a> page along with the <a shape="rect" href="spring-support.html" title="Spring Support">Spring Support</a></p>
-          </div>
+<p>For more detail see the <a shape="rect" href="jmstemplate-gotchas.html" title="JmsTemplate Gotchas">JmsTemplate Gotchas</a> page along with the <a shape="rect" href="spring-support.html" title="Spring Support">Spring Support</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/i-am-not-receiving-any-messages-what-is-wrong.html
==============================================================================
--- websites/production/activemq/content/i-am-not-receiving-any-messages-what-is-wrong.html (original)
+++ websites/production/activemq/content/i-am-not-receiving-any-messages-what-is-wrong.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="Iamnotreceivinganymessages%2Cwhatiswrong-Iamnotreceivinganymessageswhatiswrong%3F"></a>I am not receiving any messages - what is wrong?</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="Iamnotreceivinganymessages%2Cwhatiswrong-Iamnotreceivinganymessageswhatiswrong%3F"></a>I am not receiving any messages - what is wrong?</h3>
 
 <p>A <em>very</em> common gotcha when working with JMS is forgetting to start the JMS connection, creating a consumer and not having it receive any messages. I myself have tripped up over this one many many times! <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" alt="" border="0"></p>
 
@@ -86,8 +85,7 @@
 
 <h3><a shape="rect" name="Iamnotreceivinganymessages%2Cwhatiswrong-Ifyouarecallingconnection.start%28%29"></a>If you are calling connection.start()</h3>
 
-<p>Another common gotcha is <a shape="rect" href="i-do-not-receive-messages-in-my-second-consumer.html" title="I do not receive messages in my second consumer">due to another consumer grabbing the messages</a>. If its not that then please look at <a shape="rect" href="jmx.html" title="JMX">JMX</a> or the <a shape="rect" href="web-console.html" title="Web Console">Web Console</a> to determine what consumers are available and their status. Then get some <a shape="rect" href="support.html" title="Support">Support</a> to help you resolve your issue.</p>
-          </div>
+<p>Another common gotcha is <a shape="rect" href="i-do-not-receive-messages-in-my-second-consumer.html" title="I do not receive messages in my second consumer">due to another consumer grabbing the messages</a>. If its not that then please look at <a shape="rect" href="jmx.html" title="JMX">JMX</a> or the <a shape="rect" href="web-console.html" title="Web Console">Web Console</a> to determine what consumers are available and their status. Then get some <a shape="rect" href="support.html" title="Support">Support</a> to help you resolve your issue.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/i-cannot-connect-to-activemq-from-jconsole.html
==============================================================================
--- websites/production/activemq/content/i-cannot-connect-to-activemq-from-jconsole.html (original)
+++ websites/production/activemq/content/i-cannot-connect-to-activemq-from-jconsole.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>Make sure that the machine you are talking to has a valid <b>java.rmi.server.hostname-property</b> value</p>
+<div class="wiki-content maincontent"><p>Make sure that the machine you are talking to has a valid <b>java.rmi.server.hostname-property</b> value</p>
 
 <p>e.g. on unix (OS X, Linux, Solaris)</p>
 
@@ -100,8 +99,7 @@ activemq
 SET ACTIVEMQ_OPTS=%ACTIVEMQ_OPTS% -Djava.rmi.server.hostname=&lt;hostname&gt; 
 activemq
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/i-do-not-receive-messages-in-my-second-consumer.html
==============================================================================
--- websites/production/activemq/content/i-do-not-receive-messages-in-my-second-consumer.html (original)
+++ websites/production/activemq/content/i-do-not-receive-messages-in-my-second-consumer.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="Idonotreceivemessagesinmysecondconsumer-Scenario"></a>Scenario</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="Idonotreceivemessagesinmysecondconsumer-Scenario"></a>Scenario</h3>
 
 <ul><li>You send 100 messages to a queue.</li><li>Start consumer A, it receives the message</li><li>You start another consumer B, it doesn't receive any messages.</li><li>You kill A.</li><li>Consumer B receives messages now, why?</li></ul>
 
@@ -98,8 +97,7 @@
 <h3><a shape="rect" name="Idonotreceivemessagesinmysecondconsumer-Seealso"></a>See also</h3>
 
 <ul><li><a shape="rect" href="how-do-i-change-dispatch-policy.html" title="How do I change dispatch policy">How do I change dispatch policy</a></li><li><a shape="rect" href="jmx.html" title="JMX">JMX</a></li><li><a shape="rect" href="web-console.html" title="Web Console">Web Console</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/i-get-errors-building-the-code-whats-wrong.html
==============================================================================
--- websites/production/activemq/content/i-get-errors-building-the-code-whats-wrong.html (original)
+++ websites/production/activemq/content/i-get-errors-building-the-code-whats-wrong.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <p>We currently use a multi-project maven build system, which can be a little fragile. If you are ever having problems building we suggest you try the following in the root <em>activemq</em> directory</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
@@ -93,8 +92,7 @@ mvn
 ]]></script>
 </div></div>
 
-<p>You may also want to <a shape="rect" href="how-do-i-build-but-disable-the-unit-tests.html" title="How do I build but disable the unit tests">disable the unit tests</a></p>
-          </div>
+<p>You may also want to <a shape="rect" href="how-do-i-build-but-disable-the-unit-tests.html" title="How do I build but disable the unit tests">disable the unit tests</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/i-see-nc-client-ids-what-does-that-mean.html
==============================================================================
--- websites/production/activemq/content/i-see-nc-client-ids-what-does-that-mean.html (original)
+++ websites/production/activemq/content/i-see-nc-client-ids-what-does-that-mean.html Wed Nov 13 17:23:00 2013
@@ -72,16 +72,14 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>Durable subscription ClientIds and SubscriptionNames using the <b>NC</b> prefix are the result of durable subscriptions in a <a shape="rect" href="networks-of-brokers.html" title="Networks of Brokers">Networks of Brokers</a>.<br clear="none">
+<div class="wiki-content maincontent"><p>Durable subscription ClientIds and SubscriptionNames using the <b>NC</b> prefix are the result of durable subscriptions in a <a shape="rect" href="networks-of-brokers.html" title="Networks of Brokers">Networks of Brokers</a>.<br clear="none">
 When a durable subscription is being forwarded by a network connector (or demand forwarding bridge), the network durable subscription needs to outlive the subscription that created it. This is achieved by using a well known name for the clientId and subscriptionName that can be easily be mapped to the original subscription. The prefix NC_, and NC-DS_ are used, where NC denotes Network Connector and DS denotes Durable Subscription. The prefix is combined with the local broker name and the target destination.</p>
 
 <p>The expectation is that the connectionId associated with these subscriptions can change on a reconnect, but the durable subsctiption remains. In this way, the durable subscription can continue to receive messages even if there is a network partition between the originating broker and the forwarding broker.</p>
 
 <p>On a restart, the NC durable subscriptions are activated by default, to ensure that no messages are lost. If lost messages are acceptable, it is possible to ensure that the NC durable sub is activated dynamically, when the original subscription is again activated on the remote broker and propagated to the network connector. The network connector configuration 'dynamicOnly' attribute is used to control this behavior.</p>
 
-<p>A NC durable subscription is only deleted when the original durable consumer is unsubscribed.</p>
-          </div>
+<p>A NC durable subscription is only deleted when the original durable consumer is unsubscribed.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/ideas.html
==============================================================================
--- websites/production/activemq/content/ideas.html (original)
+++ websites/production/activemq/content/ideas.html Wed Nov 13 17:23:00 2013
@@ -72,14 +72,12 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 
 
 <p>This page hosts various ideas and thoughts...</p>
 
-<ul><li><a shape="rect" href="restful-queue.html" title="RESTful Queue">RESTful Queue</a></li></ul>
-          </div>
+<ul><li><a shape="rect" href="restful-queue.html" title="RESTful Queue">RESTful Queue</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/in-progress.html
==============================================================================
--- websites/production/activemq/content/in-progress.html (original)
+++ websites/production/activemq/content/in-progress.html Wed Nov 13 17:23:00 2013
@@ -72,13 +72,11 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="InProgress-ReleasesInProgress"></a>Releases In Progress</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="InProgress-ReleasesInProgress"></a>Releases In Progress</h2>
 
 <p>The following releases are currently in progress</p>
 
-<ul><li><a shape="rect" href="activemq-5100-release.html" title="ActiveMQ 5.10.0 Release">ActiveMQ 5.10.0 Release</a></li></ul>
-          </div>
+<ul><li><a shape="rect" href="activemq-5100-release.html" title="ActiveMQ 5.10.0 Release">ActiveMQ 5.10.0 Release</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/inbound-communication.html
==============================================================================
--- websites/production/activemq/content/inbound-communication.html (original)
+++ websites/production/activemq/content/inbound-communication.html Wed Nov 13 17:23:00 2013
@@ -82,8 +82,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 
 
 <h2><a shape="rect" name="InboundCommunication-ConfiguringanMDBtoreceivemessagesfromActiveMQ"></a>Configuring an MDB to receive messages from ActiveMQ</h2>
@@ -182,8 +181,7 @@
 
 <p>The above examples highlight the key configuration settings needed to enable MDBs deployed in JBoss to process messages from an ActiveMQ destination.  </p>
 
-<p>You can try the above example, plus a few more, by downloading the <a shape="rect" href="inbound-communication.data/activemq-jboss-test.zip?version=3&amp;modificationDate=1117021355000">activemq-jboss-test.zip</a> file which contains the complete sample project.</p>
-          </div>
+<p>You can try the above example, plus a few more, by downloading the <a shape="rect" href="inbound-communication.data/activemq-jboss-test.zip?version=3&amp;modificationDate=1117021355000">activemq-jboss-test.zip</a> file which contains the complete sample project.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/index.html
==============================================================================
--- websites/production/activemq/content/index.html (original)
+++ websites/production/activemq/content/index.html Wed Nov 13 17:23:00 2013
@@ -72,10 +72,10 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<table class="sectionMacro" border="0" cellpadding="5" cellspacing="0" width="100%"><tbody><tr><td colspan="1" rowspan="1" valign="top" class="confluenceTd">
+<div class="wiki-content maincontent"><table class="sectionMacro" border="0" cellpadding="5" cellspacing="0" width="100%"><tbody><tr><td colspan="1" rowspan="1" valign="top" class="confluenceTd">
 <div align="center" class=""><p><b><a shape="rect" href="download.html" title="Download">Download ActiveMQ 5.9.0 Today!</a></b><br clear="none">
-<span class="image-wrap" style=""><img src="http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png" style="border: 0px solid black"></span></p></div></td><td colspan="1" rowspan="1" valign="top" class="confluenceTd">
+<span class="image-wrap" style=""><img src="http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png" style="border: 0px solid black"></span></p></div>
+</td><td colspan="1" rowspan="1" valign="top" class="confluenceTd">
 <p><a shape="rect" class="external-link" href="http://activemq.apache.org/">Apache ActiveMQ</a> &#8482; is the most popular and powerful open source messaging and <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Integration Patterns</a> server.</p>
 
 <p>Apache ActiveMQ is fast, supports many <a shape="rect" href="cross-language-clients.html" title="Cross Language Clients">Cross Language Clients and Protocols</a>, comes with easy to use <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> and many <a shape="rect" href="features.html" title="Features">advanced features</a> while fully supporting <a shape="rect" class="external-link" href="http://java.sun.com/products/jms/" rel="nofollow">JMS 1.1</a> and J2EE 1.4. Apache ActiveMQ is released under the <a shape="rect" class="external-link" href="http://www.apache.org/">Apache</a> <a shape="rect" class="external-link" href="http://www.apache.org/licenses/LICENSE-2.0.html">2.0 License</a></p>
@@ -216,8 +216,7 @@
 
 <h3><a shape="rect" name="Index-MoreNews"></a>More News</h3>
 <ul><li><a shape="rect" href="news.html" title="News">Get all the latest Apache ActiveMQ News Here!</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/initial-configuration.html
==============================================================================
--- websites/production/activemq/content/initial-configuration.html (original)
+++ websites/production/activemq/content/initial-configuration.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h1><a shape="rect" name="InitialConfiguration-InitialConfiguration"></a>Initial Configuration</h1>
+<div class="wiki-content maincontent"><h1><a shape="rect" name="InitialConfiguration-InitialConfiguration"></a>Initial Configuration</h1>
 
 
 <h2><a shape="rect" name="InitialConfiguration-DocumentOrganization"></a>Document Organization</h2>
@@ -136,8 +135,7 @@
 <h3><a shape="rect" name="InitialConfiguration-Relatedopensourceprojects"></a>Related open source projects</h3>
 
 <ul><li><a shape="rect" class="external-link" href="http://camel.apache.org">Apache Camel</a></li><li><a shape="rect" class="external-link" href="http://geronimo.apache.org/">Apache Geronimo</a></li><li><a shape="rect" class="external-link" href="http://www.hermesjms.com/" rel="nofollow">Hermes JMS</a></li><li><a shape="rect" class="external-link" href="http://stomp.github.com/" rel="nofollow">Stomp</a> is an open wire protocol (similar to HTTP) for communicating with MOMs from different languages. It has clients for languages like C, C#, Python, Perl, Ruby etc.</li><li><a shape="rect" class="external-link" href="http://xbean.org/" rel="nofollow">XBean</a> is used as the default XML configuration mechanism for ActiveMQ</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/installation.html
==============================================================================
--- websites/production/activemq/content/installation.html (original)
+++ websites/production/activemq/content/installation.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <ul><li><a shape="rect" href="download.html" title="Download">Download</a> a binary distribution of ActiveMQ and unpack it into some directory.</li></ul>
 
 
@@ -102,8 +101,7 @@ activemq
 
 <p>See the <a shape="rect" href="initial-configuration.html" title="Initial Configuration">getting started guide</a> for details of which jars you need to add to your classpath to start using ActiveMQ in your Java code</p>
 
-<p>If you want to use JNDI to connect to your JMS provider then please view the <a shape="rect" href="jndi-support.html" title="JNDI Support">JNDI Support</a>. If you are a Spring user you should read about <a shape="rect" href="spring-support.html" title="Spring Support">Spring Support</a></p>
-          </div>
+<p>If you want to use JNDI to connect to your JMS provider then please view the <a shape="rect" href="jndi-support.html" title="JNDI Support">JNDI Support</a>. If you are a Spring user you should read about <a shape="rect" href="spring-support.html" title="Spring Support">Spring Support</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/integrating-apache-activemq-with-glassfish.html
==============================================================================
--- websites/production/activemq/content/integrating-apache-activemq-with-glassfish.html (original)
+++ websites/production/activemq/content/integrating-apache-activemq-with-glassfish.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>See this article for a description of how to connect Glassfish 3 to an ActiveMQ 5 broker, and consume messages using a Message Driven Bean: <a shape="rect" class="external-link" href="http://geertschuring.wordpress.com/2012/04/20/how-to-connect-glassfish-3-to-activemq-5/" rel="nofollow">http://geertschuring.wordpress.com/2012/04/20/how-to-connect-glassfish-3-to-activemq-5/</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>See this article for a description of how to connect Glassfish 3 to an ActiveMQ 5 broker, and consume messages using a Message Driven Bean: <a shape="rect" class="external-link" href="http://geertschuring.wordpress.com/2012/04/20/how-to-connect-glassfish-3-to-activemq-5/" rel="nofollow">http://geertschuring.wordpress.com/2012/04/20/how-to-connect-glassfish-3-to-activemq-5/</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/integrating-apache-activemq-with-jboss.html
==============================================================================
--- websites/production/activemq/content/integrating-apache-activemq-with-jboss.html (original)
+++ websites/production/activemq/content/integrating-apache-activemq-with-jboss.html Wed Nov 13 17:23:00 2013
@@ -82,8 +82,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h1><a shape="rect" name="IntegratingApacheActiveMQwithJBoss-IntegratingApacheActiveMQwithJBoss"></a>Integrating Apache ActiveMQ with JBoss</h1>
+<div class="wiki-content maincontent"><h1><a shape="rect" name="IntegratingApacheActiveMQwithJBoss-IntegratingApacheActiveMQwithJBoss"></a>Integrating Apache ActiveMQ with JBoss</h1>
 
 <p>Integration with application servers is a common scenario in the enterprise Java world, especially when it comes to messaging. <a shape="rect" class="external-link" href="http://activemq.org/" rel="nofollow">ActiveMQ</a> is a JMS 1.1 compliant, open source, Apache Licensed, message oriented middleware (MOM) with <a shape="rect" class="external-link" href="http://activemq.org/site/changes-in-40.html" rel="nofollow">many</a>, <a shape="rect" class="external-link" href="http://activemq.org/site/new-features-in-41.html" rel="nofollow">many</a> features far beyond the JMS specification. ActiveMQ offers many different <a shape="rect" class="external-link" href="http://activemq.org/site/connectivity.html" rel="nofollow">points of connectivity</a>, many <a shape="rect" class="external-link" href="http://activemq.org/site/cross-language-clients.html" rel="nofollow">cross language clients</a> and many <a shape="rect" class="external-link" href="http://activemq.org/site/protocols.html" rel=
 "nofollow">pluggable transport protocols</a> including integration with any J2EE 1.4 application server.</p>
 
@@ -826,8 +825,7 @@ description: Time spent by a message bef
             </div>
 </div>
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/integration-tests.html
==============================================================================
--- websites/production/activemq/content/integration-tests.html (original)
+++ websites/production/activemq/content/integration-tests.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <p>The Integration Tests validate that ActiveMQ Resource Adapter operate correctly when deployed with a J2EE application running in an Application Server such as Apache Geronimo.</p>
 
 <h2><a shape="rect" name="IntegrationTests-GettingReady"></a>Getting Ready</h2>
@@ -154,8 +153,7 @@ maven
 </div></div>
 <p>&#160;</p>
 
-<p>&#160;</p>
-          </div>
+<p>&#160;</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/interceptors.html
==============================================================================
--- websites/production/activemq/content/interceptors.html (original)
+++ websites/production/activemq/content/interceptors.html Wed Nov 13 17:23:00 2013
@@ -82,8 +82,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>ActiveMQ has a sophisticated <em>interceptor stack</em> so that you can attach whatever functionality you require into the broker in an easy way without complicating all of the other broker code. This has really helped us keep the code clean and modular while offering powerful extension points.</p>
+<div class="wiki-content maincontent"><p>ActiveMQ has a sophisticated <em>interceptor stack</em> so that you can attach whatever functionality you require into the broker in an easy way without complicating all of the other broker code. This has really helped us keep the code clean and modular while offering powerful extension points.</p>
 
 <p>For an example of the kinds of things you can do with interceptors see the following pages</p>
 
@@ -221,8 +220,7 @@ public class MyBroker extends BrokerFilt
 ]]></script>
 </div></div> 
 
-<p>For more details see <a shape="rect" href="developing-plugins.html" title="Developing Plugins">Developing Plugins</a></p>
-          </div>
+<p>For more details see <a shape="rect" href="developing-plugins.html" title="Developing Plugins">Developing Plugins</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>If you get an exception looking like this</p>
+<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">
 <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
@@ -104,8 +103,7 @@ Reason:  java.io.exception : could not f
 
 <p>Then it means that the files in META-INF/services could not be found on the classpath. These files are used to support loose coupling on ActiveMQ with the transport protocols (e.g. to avoid a classpath dependency on JXTA) and to allow dynamic protocol enhancement without a change to the core.</p>
 
-<p>So we're using the META-INF/services files as a way of coupling a protocol used in URL connections to a Java class name.</p>
-          </div>
+<p>So we're using the META-INF/services files as a way of coupling a protocol used in URL connections to a Java class name.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,10 +72,8 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p><br clear="none">
-There is a "preferred" size for each log file of the journal.  By default there are 2 20 meg log files.</p>
-          </div>
+<div class="wiki-content maincontent"><p><br clear="none">
+There is a "preferred" size for each log file of the journal.  By default there are 2 20 meg log files.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/j2ee.html
==============================================================================
--- websites/production/activemq/content/j2ee.html (original)
+++ websites/production/activemq/content/j2ee.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <p>In J2EE 1.4 or later the standard way to integrate with a JMS provider is via JCA 1.5 and a <a shape="rect" href="resource-adapter.html" title="Resource Adapter">Resource Adapter</a>.</p>
 
 <h2><a shape="rect" name="J2EE-Introduction"></a>Introduction</h2>
@@ -108,8 +107,7 @@
 <h2><a shape="rect" name="J2EE-ConfigurationReference"></a>Configuration Reference</h2>
 
 <ul><li><a shape="rect" href="resource-adapter-properties.html" title="Resource Adapter Properties">Resource Adapter Properties</a></li><li><a shape="rect" href="connection-factory-properties.html" title="Connection Factory Properties">Connection Factory Properties</a></li><li><a shape="rect" href="activation-spec-properties.html" title="Activation Spec Properties">Activation Spec Properties</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>This page provides some useful information on running the ActiveMQ broker as a windows-NT service or a daemon thread in Linux or Unix systems.</p>
+<div class="wiki-content maincontent"><p>This page provides some useful information on running the ActiveMQ broker as a windows-NT service or a daemon thread in Linux or Unix systems.</p>
 
 <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"><b>64bit 4gb memory limit</b><br clear="none">The ActiveMQ distribution uses an older and free community release of the service wrapper library. This wrapper has a memory limit of 4gb when running on 64bit platforms. You can manually <a shape="rect" class="external-link" href="http://wrapper.tanukisoftware.com/doc/english/download.jsp" rel="nofollow">download a newer release</a> of the wrapper library that does not have this limit, from the vendors website at. It us not possible for Apache ActiveMQ to update and distribute a newer release of the service wrapper, as the vendor changed licensing terms, which does not comply with ASF licensing terms. Th
 erefore out of the box the service wrapper is stuck on that older release.
 
@@ -116,8 +115,7 @@
 
 <p>If you are having problems running the service, turn on the wrapper debugging in the corresponding wrapper.conf file via (wrapper.debug=TRUE)</p>
 
-<p>Each time you run the wrapper, a log file will be created in ACTIVEMQ_HOME/data/wrapper.log&#160;</p>
-          </div>
+<p>Each time you run the wrapper, a log file will be created in ACTIVEMQ_HOME/data/wrapper.log&#160;</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/javadocs.html
==============================================================================
--- websites/production/activemq/content/javadocs.html (original)
+++ websites/production/activemq/content/javadocs.html Wed Nov 13 17:23:00 2013
@@ -72,8 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="JavaDocs-JavaDocsforApacheActiveMQ"></a>JavaDocs for Apache ActiveMQ</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="JavaDocs-JavaDocsforApacheActiveMQ"></a>JavaDocs for Apache ActiveMQ</h2>
 
 <p>Versioned JavaDocs for Apache ActiveMQ could be found at </p>
 
@@ -94,8 +93,7 @@
 <h2><a shape="rect" name="JavaDocs-NMSandC%23Documentation"></a>NMS and C# Documentation</h2>
 
 <ul><li><a shape="rect" class="external-link" href="http://activemq.apache.org/nms/">NMS API</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>If you get an error like this</p>
+<div class="wiki-content maincontent"><p>If you get an error like this</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -172,8 +171,7 @@ broker.setDataDirectory(dir);
 <h3><a shape="rect" name="java.io.IOExceptionFailedtocreatedatabase%27derbydb%27%2Cseethenextexceptionfordetails-See"></a>See</h3>
 
 <ul><li><a shape="rect" href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a Broker inside a Connection">How do I embed a Broker inside a Connection</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/javalangnosuchmethoderror.html
==============================================================================
--- websites/production/activemq/content/javalangnosuchmethoderror.html (original)
+++ websites/production/activemq/content/javalangnosuchmethoderror.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>If you get an error like</p>
+<div class="wiki-content maincontent"><p>If you get an error like</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -111,8 +110,7 @@ javax.jms.ConnectionFactory.createConnec
 <p>Note that to a user of the JMS API, JMS 1.1 is completely backwards compatible. The only issue with upgrading to JMS 1.1 is that any JMS provider which implements only JMS 1.0.2b and does not implement JMS 1.1 will not work; however if you're using ActiveMQ you should be fine.</p>
 
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/javalangnosuchmethodexception-orgactivemqraactivemqresourceadaptersetuseembeddedbroker.html
==============================================================================
--- websites/production/activemq/content/javalangnosuchmethodexception-orgactivemqraactivemqresourceadaptersetuseembeddedbroker.html (original)
+++ websites/production/activemq/content/javalangnosuchmethodexception-orgactivemqraactivemqresourceadaptersetuseembeddedbroker.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>If you get an error like this</p>
+<div class="wiki-content maincontent"><p>If you get an error like this</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -118,8 +117,7 @@ org.jboss.system.ServiceController$Servi
 
 <h3><a shape="rect" name="java.lang.NoSuchMethodExceptionorg.activemq.ra.ActiveMQResourceAdapter.setUseEmbeddedBroker-Fix"></a>Fix</h3>
 
-<p>You are using 3.0 of ActiveMQ. This bug is fixed in 3.1.x so use 3.1-M6 or later.</p>
-          </div>
+<p>You are using 3.0 of ActiveMQ. This bug is fixed in 3.1.x so use 3.1-M6 or later.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/javalangoutofmemory.html
==============================================================================
--- websites/production/activemq/content/javalangoutofmemory.html (original)
+++ websites/production/activemq/content/javalangoutofmemory.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>Ok, this is manageable. It is possible to configure just about all of the memory utilisation of ActiveMQ. The first thing to determine is what part of the system is running out of memory. Is it the JVM, the broker, the consumers or the producers? </p>
+<div class="wiki-content maincontent"><p>Ok, this is manageable. It is possible to configure just about all of the memory utilisation of ActiveMQ. The first thing to determine is what part of the system is running out of memory. Is it the JVM, the broker, the consumers or the producers? </p>
 <div class="panelMacro"><table class="noteMacro"><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/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">This entry refers to ActiveMQ versions 5.1.x and greater.</td></tr></table></div>
 
 <h4><a shape="rect" name="java.lang.OutOfMemory-Memory"></a>Memory</h4>
@@ -135,8 +134,7 @@ try 
 ]]></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>
-          </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></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>If you get exception like this:</p>
+<div class="wiki-content maincontent"><p>If you get exception like this:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -114,8 +113,7 @@ tcp://localhost:61616?wireFormat.maxInac
 ]]></script>
 </div></div>
 
-<p>will use 30 sec timeout.</p>
-          </div>
+<p>will use 30 sec timeout.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,12 +72,10 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>When using JDK 6 (up to JDK 6 Update 3) to run ActiveMQ you can run into this exception. There are two solutions to this:</p>
+<div class="wiki-content maincontent"><p>When using JDK 6 (up to JDK 6 Update 3) to run ActiveMQ you can run into this exception. There are two solutions to this:</p>
 
 <ul><li>Upgrade to JDK to 1.6.0_04 or above, which includes JAXB 2.1</li><li>Copy JAXB 2.1 to &lt;JAVA_HOME&gt;/lib/endorsed to override the API jars that ship with the JDK</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

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 Wed Nov 13 17:23:00 2013
@@ -72,12 +72,10 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>When using JDK 6 (up to JDK 6 Update 3) to run ActiveMQ you can run into this exception. There are two solutions to this:</p>
+<div class="wiki-content maincontent"><p>When using JDK 6 (up to JDK 6 Update 3) to run ActiveMQ you can run into this exception. There are two solutions to this:</p>
 
 <ul><li>Upgrade to JDK to 1.6.0_04 or above, which includes JAXB 2.1</li><li>Copy JAXB 2.1 to &lt;JAVA_HOME&gt;/lib/endorsed to override the API jars that ship with the JDK</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/jboss-integration.html
==============================================================================
--- websites/production/activemq/content/jboss-integration.html (original)
+++ websites/production/activemq/content/jboss-integration.html Wed Nov 13 17:23:00 2013
@@ -83,8 +83,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h1><a shape="rect" name="JBossIntegration-IntegratingApacheActiveMQwithJBoss"></a>Integrating Apache ActiveMQ with JBoss</h1>
+<div class="wiki-content maincontent"><h1><a shape="rect" name="JBossIntegration-IntegratingApacheActiveMQwithJBoss"></a>Integrating Apache ActiveMQ with JBoss</h1>
 
 <p>Integration with application servers is a common scenario in the enterprise Java world, especially when it comes to messaging. <a shape="rect" class="external-link" href="http://activemq.org/" rel="nofollow">ActiveMQ</a> is a JMS 1.1 compliant, open source, Apache Licensed, message oriented middleware (MOM) with <a shape="rect" class="external-link" href="http://activemq.org/site/changes-in-40.html" rel="nofollow">many</a>, <a shape="rect" class="external-link" href="http://activemq.org/site/new-features-in-41.html" rel="nofollow">many</a> features far beyond the JMS specification. ActiveMQ offers many different <a shape="rect" class="external-link" href="http://activemq.org/site/connectivity.html" rel="nofollow">points of connectivity</a>, many <a shape="rect" class="external-link" href="http://activemq.org/site/cross-language-clients.html" rel="nofollow">cross language clients</a> and many <a shape="rect" class="external-link" href="http://activemq.org/site/protocols.html" rel=
 "nofollow">pluggable transport protocols</a> including integration with any J2EE 1.4 application server.</p>
 
@@ -827,8 +826,7 @@ description: Time spent by a message bef
             </div>
 </div>
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">