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 [14/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/message-redelivery-and-dlq-handling.html
==============================================================================
--- websites/production/activemq/content/message-redelivery-and-dlq-handling.html (original)
+++ websites/production/activemq/content/message-redelivery-and-dlq-handling.html Wed Nov 13 17:23:00 2013
@@ -82,8 +82,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="MessageRedeliveryandDLQHandling-Overview"></a>Overview</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="MessageRedeliveryandDLQHandling-Overview"></a>Overview</h3>
 
 <p>Messages are redelivered to a client when <b>any</b> of the following occurs:</p>
 <ol><li>A transacted session is used and rollback() is called.</li><li>A transacted session is closed before commit is called.</li><li>A session is using CLIENT_ACKNOWLEDGE and Session.recover() is called.</li></ol>
@@ -282,8 +281,7 @@ sendToDlqIfMaxRetriesExceeded controls t
 
 
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/message-transformation.html
==============================================================================
--- websites/production/activemq/content/message-transformation.html (original)
+++ websites/production/activemq/content/message-transformation.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="MessageTransformation-MessageTransformation"></a>Message Transformation</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="MessageTransformation-MessageTransformation"></a>Message Transformation</h2>
 
 <p>It is sometimes useful to transform a message inside the JMS provider. For example you may have an application that has been live for some time that uses ObjectMessage messages, but that you wish to convert to use XML payloads (to protect yourself from serialization issues).</p>
 
@@ -93,8 +92,7 @@
 <ul><li><a shape="rect" class="external-link" href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnection.html">ActiveMQConnectionFactory</a></li><li><a shape="rect" class="external-link" href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnection.html">ActiveMQConnection</a></li><li><a shape="rect" class="external-link" href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQSession.html">ActiveMQSession</a></li><li><a shape="rect" class="external-link" href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQMessageConsumer.html">ActiveMQMessageConsumer</a></li><li><a shape="rect" class="external-link" href="http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQMessageProducer.html">ActiveMQMessageProducer</a></li></ul>
 
 
-<p>The transformer is inherited on child objects; so you can install a particular transformer on a connection factory and it will be inherited on all  connections, sessions, producers, consumers</p>
-          </div>
+<p>The transformer is inherited on child objects; so you can install a particular transformer on a connection factory and it will be inherited on all  connections, sessions, producers, consumers</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/mirrored-queues.html
==============================================================================
--- websites/production/activemq/content/mirrored-queues.html (original)
+++ websites/production/activemq/content/mirrored-queues.html Wed Nov 13 17:23:00 2013
@@ -82,8 +82,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="MirroredQueues-MirroredQueues"></a>Mirrored Queues</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="MirroredQueues-MirroredQueues"></a>Mirrored Queues</h2>
 
 <p>Queues provide an excellent reliable and high performance <a shape="rect" href="how-does-a-queue-compare-to-a-topic.html" title="How does a Queue compare to a Topic">load balancing mechanism</a>. Each message placed on a queue can only be successfully processed by a single consumer. This is a good thing! <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" alt="" border="0">. However sometimes you want to monitor what messages flow between the producers and consumers on a queue. </p>
 
@@ -122,8 +121,7 @@
 </div></div>
 
 <p>This would make a topic named "*.qmirror" for each queue on your Broker.</p>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/mom.html
==============================================================================
--- websites/production/activemq/content/mom.html (original)
+++ websites/production/activemq/content/mom.html Wed Nov 13 17:23:00 2013
@@ -72,12 +72,10 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
+<div class="wiki-content maincontent">
 <p>Message Orientated Middleware. The art of building distributed systems using mostly asynchronous message passing with loosely coupled services consuming and emitting messages. So this includes JMS providers and message brokers.</p>
 
-<p>Typically MOMs can handle any specific service instance being down for some time, so that they provide loose coupling across time, space, location, platform and language.</p>
-          </div>
+<p>Typically MOMs can handle any specific service instance being down for some time, so that they provide loose coupling across time, space, location, platform and language.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/monitoring-activemq.html
==============================================================================
--- websites/production/activemq/content/monitoring-activemq.html (original)
+++ websites/production/activemq/content/monitoring-activemq.html Wed Nov 13 17:23:00 2013
@@ -72,16 +72,20 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>There are various ways to <a shape="rect" href="how-can-i-monitor-activemq.html" title="How can I monitor ActiveMQ">monitor ActiveMQ</a>. If you are on version 4.2 or later of ActiveMQ you can then monitor ActiveMQ using the <a shape="rect" href="web-console.html" title="Web Console">Web Console</a> by pointing your browser at </p>
+<div class="wiki-content maincontent"><p>There are various ways to <a shape="rect" href="how-can-i-monitor-activemq.html" title="How can I monitor ActiveMQ">monitor ActiveMQ</a>. If you are on version 4.2 or later of ActiveMQ you can then monitor ActiveMQ using the <a shape="rect" href="web-console.html" title="Web Console">Web Console</a> by pointing your browser at </p>
 
 <p><a shape="rect" class="external-link" href="http://localhost:8161/admin" rel="nofollow">http://localhost:8161/admin</a></p>
 
+<p>And from ActiveMQ 5.9 onwards you can use the new web console</p>
+
+<p><a shape="rect" class="external-link" href="http://localhost:8161/hawtio" rel="nofollow">http://localhost:8161/hawtio</a></p>
+
 <div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">From ActiveMQ 5.8 onwards the web apps is secured out of the box.<br clear="none">
 The default username and password is admin/admin. You can configure this in the conf/jetty-real.properties file.</td></tr></table></div>
 
 <p>Or you can use the <a shape="rect" href="jmx.html" title="JMX">JMX</a> support to view the running state of ActiveMQ.</p>
-          </div>
+
+<p>For more information see the file <tt>docs/WebConsole-README.txt</tt> in the distribution.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/mqtt.html
==============================================================================
--- websites/production/activemq/content/mqtt.html (original)
+++ websites/production/activemq/content/mqtt.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 supports the <a shape="rect" class="external-link" href="http://mqtt.org/" rel="nofollow">MQTT</a> protocol and will automatically map between JMS/NMS and MQTT clients. MQTT is a machine-to-machine (M2M) publish/subscribe messaging transport.</p>
+<div class="wiki-content maincontent"><p>ActiveMQ supports the <a shape="rect" class="external-link" href="http://mqtt.org/" rel="nofollow">MQTT</a> protocol and will automatically map between JMS/NMS and MQTT clients. MQTT is a machine-to-machine (M2M) publish/subscribe messaging transport.</p>
 
 <p>Please see the <a shape="rect" class="external-link" href="http://mqtt.org/" rel="nofollow">MQTT site</a> for more details</p>
 
@@ -156,8 +155,7 @@
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;transportConnector name="mqtt" uri="mqtt://localhost:1883?transport.defaultKeepAlive=60000"/&gt;
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/multicast-transport-reference.html
==============================================================================
--- websites/production/activemq/content/multicast-transport-reference.html (original)
+++ websites/production/activemq/content/multicast-transport-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="MulticastTransportReference-TheMulticastTransport"></a>The Multicast Transport</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="MulticastTransportReference-TheMulticastTransport"></a>The Multicast Transport</h3>
 
 <p>The Multicast transport allows clients to connect to a remote ActiveMQ broker using multicast</p>
 
@@ -106,8 +105,7 @@
 <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>multicast://224.1.2.3:6255?group=mygroupname
 </pre>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/multicast-transport.html
==============================================================================
--- websites/production/activemq/content/multicast-transport.html (original)
+++ websites/production/activemq/content/multicast-transport.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>We could support a reliable multicast protocol and use that to distribute messages across. This page braindumps how that could fit in with ActiveMQ 4.x's architecture.</p>
 
 <ul><li>each VM would have its own embedded broker; JMS connections would talk VM protocol to the embedded broker (or TCP to some remote broker)</li><li>the brokers communicate with each other via multicast
@@ -87,8 +86,7 @@
 
 <p>Each broker will repeatedly send its own BrokerInfo to the cloud. The MulticastBridge will receive them and keep that broker alive; brokers which don't send the brokerInfo within the heartbeat window are logically considered to have closed.</p>
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/multicast-watch-out-for-ipv6-vs-ipv4-support-on-your-operating-system-or-distribution-or-network.html
==============================================================================
--- websites/production/activemq/content/multicast-watch-out-for-ipv6-vs-ipv4-support-on-your-operating-system-or-distribution-or-network.html (original)
+++ websites/production/activemq/content/multicast-watch-out-for-ipv6-vs-ipv4-support-on-your-operating-system-or-distribution-or-network.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>You may wonder why you are not receiving any message at all during multicast, maybe you have just tried everything, and even on some other OS or distributions and JDK and realize that it works in some place and not on other... you may have tried a small C program to do the same..and it worked well.. you're feeling the pressure on your neck...what could be wrong on YOUR application on THIS OS/distribution...</p>
 
 <p>As a default, on the Linux platform, if you have IPV6 support enabled in your kernel, the Java Runtime (since 1.4 version) will use IPV6 sockets to communicate. That's perfectly fine, except that your network may not be configured for IPV6. So everything will be dropped...and nothing will ever be received on the consumer side (which maybe even does not support IPV6).</p>
@@ -93,8 +92,7 @@
 
 <p>If you have very knowledgeable sysadmins that are used to these problems (like in a TV or Radio company for instance where they use multicast a lot), they will be able to tell you immediately if IPV6 is supported on the network (alternatively they will be able to tell you as well if multicast is supported and on which address/port you can multicast), this is a plus and will help you tremendously.</p>
 
-<p>In some more frequent cases, your sysadmin will be as lost as you are as they are not dealing with these issues very frequently. So good luck for finding out problems. You will need to have a very strict approach to eliminate uncertainties. For this you will need at least a tool like <a shape="rect" class="external-link" href="http://www.ethereal.com" rel="nofollow">ethereal</a> (works on unix, linux and windows)</p>
-          </div>
+<p>In some more frequent cases, your sysadmin will be as lost as you are as they are not dealing with these issues very frequently. So good luck for finding out problems. You will need to have a very strict approach to eliminate uncertainties. For this you will need at least a tool like <a shape="rect" class="external-link" href="http://www.ethereal.com" rel="nofollow">ethereal</a> (works on unix, linux and windows)</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/multiple-consumers-on-a-queue.html
==============================================================================
--- websites/production/activemq/content/multiple-consumers-on-a-queue.html (original)
+++ websites/production/activemq/content/multiple-consumers-on-a-queue.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>If you want to consume concurrently from a queue, then you must use a different session for each consumer. </p>
@@ -82,8 +81,7 @@
 
 <p>However its your call on how many connections you have. In a normal network based mode, sharing the same connection across sessions will essentially multiplex traffic across a single socket (and so reduce resource usage at the cost of more synchronization). So sometimes there's a need to use more connections, as typically using different sockets concurrently tends to be a bit faster than using a single one). </p>
 
-<p>Incidentally in the JCA specifications in J2EE 1.4, Resource Adapters will typically create 1 connection for each session, so there's a 1-1 mapping between the two.</p>
-          </div>
+<p>Incidentally in the JCA specifications in J2EE 1.4, Resource Adapters will typically create 1 connection for each session, so there's a 1-1 mapping between the two.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/my-producer-blocks.html
==============================================================================
--- websites/production/activemq/content/my-producer-blocks.html (original)
+++ websites/production/activemq/content/my-producer-blocks.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="Myproducerblocks-WhatcanIdoifmyproducerblockssendingamessage%3F"></a>What can I do if my producer blocks sending a message?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="Myproducerblocks-WhatcanIdoifmyproducerblockssendingamessage%3F"></a>What can I do if my producer blocks sending a message?</h2>
 
 <p>This relates to <a shape="rect" href="producer-flow-control.html" title="Producer Flow Control">Producer Flow Control</a>.</p>
 
@@ -94,8 +93,7 @@
 <h3><a shape="rect" name="Myproducerblocks-SeeAlso"></a>See Also</h3>
 
 <ul><li><a shape="rect" href="producer-flow-control.html" title="Producer Flow Control">Producer Flow Control</a></li><li><a shape="rect" href="message-cursors.html" title="Message Cursors">Message Cursors</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/navigation.html
==============================================================================
--- websites/production/activemq/content/navigation.html (original)
+++ websites/production/activemq/content/navigation.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="Navigation-Overview"></a><a shape="rect" href="overview.html" title="Overview">Overview</a></h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" href="overview.html" title="Overview">Overview</a></h3>
 
 <ul class="alternate" type="square"><li><a shape="rect" href="index.html" title="Index">Index</a></li><li><a shape="rect" href="news.html" title="News">News</a></li><li><a shape="rect" href="new-features.html" title="New Features">New Features</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="books.html" title="Books">Books</a></li><li><a shape="rect" href="download.html" title="Download">Download</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li></ul>
 
@@ -156,8 +155,7 @@
 
 <h3><a shape="rect" name="Navigation-ProjectReports"></a>Project Reports</h3>
 <ul class="alternate" type="square"><li><a shape="rect" href="junit-reports.html" title="JUnit Reports">JUnit Reports</a></li><li><a shape="rect" href="source-xref.html" title="Source XRef">Source XRef</a></li><li><a shape="rect" href="test-source-xref.html" title="Test Source XRef">Test Source XRef</a></li><li><a shape="rect" href="xml-reference.html" title="Xml Reference">Xml Reference</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/networks-of-brokers.html
==============================================================================
--- websites/production/activemq/content/networks-of-brokers.html (original)
+++ websites/production/activemq/content/networks-of-brokers.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>To provide massive scalability of a large messaging fabric you typically want to allow many brokers to be connected together into a network so that you can have as many clients as you wish all logically connected together - and running as many message brokers as you need based on your number of clients and network topology.</p>
+<div class="wiki-content maincontent"><p>To provide massive scalability of a large messaging fabric you typically want to allow many brokers to be connected together into a network so that you can have as many clients as you wish all logically connected together - and running as many message brokers as you need based on your number of clients and network topology.</p>
 
 <p>If you are using <a shape="rect" href="topologies.html" title="Topologies">client/server or hub/spoke style topology</a> then the broker you connect to becomes a single point of failure which is another reason for wanting a network (or cluster) of brokers so that you can survive failure of any particular broker, machine or subnet.</p>
 
@@ -399,8 +398,7 @@ maven -o server -Dconfig=src/test/org/ac
 maven -o consumer -Durl=tcp://localhost:62002
 maven -o producer -Durl=tcp://localhost:62001
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-41.html
==============================================================================
--- websites/production/activemq/content/new-features-in-41.html (original)
+++ websites/production/activemq/content/new-features-in-41.html Wed Nov 13 17:23:00 2013
@@ -72,12 +72,10 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="NewFeaturesin4.1-NewFeaturesinApacheActiveMQ4.1"></a>New Features in Apache ActiveMQ 4.1</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="NewFeaturesin4.1-NewFeaturesinApacheActiveMQ4.1"></a>New Features in Apache ActiveMQ 4.1</h2>
 
 <ul><li><a shape="rect" href="shared-file-system-master-slave.html" title="Shared File System Master Slave">Shared File System Master Slave</a></li><li><a shape="rect" href="jdbc-master-slave.html" title="JDBC Master Slave">JDBC Master Slave</a></li><li><a shape="rect" href="virtual-destinations.html" title="Virtual Destinations">Virtual Destinations</a></li><li><a shape="rect" href="configure-startup-destinations.html" title="Configure Startup Destinations">Configure Startup Destinations</a></li><li><a shape="rect" href="structured-message-properties-and-mapmessages.html" title="Structured Message Properties and MapMessages">Structured Message Properties and MapMessages</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-42.html
==============================================================================
--- websites/production/activemq/content/new-features-in-42.html (original)
+++ websites/production/activemq/content/new-features-in-42.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="NewFeaturesin4.2-NewFeaturesin4.2"></a>New Features in 4.2</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="NewFeaturesin4.2-NewFeaturesin4.2"></a>New Features in 4.2</h2>
 
 <p>The 4.2 version was renamed to 5.0 due to some changes in <a shape="rect" href="openwire.html" title="OpenWire">OpenWire</a> requiring a major version number increase, plus 5.0 being dependent by default on Java 5 to take advantage of the faster and more bug-free java.util.concurrent code.</p>
 
-<p>So please refer to the <a shape="rect" href="new-features-in-50.html" title="New Features in 5.0">New Features in 5.0</a></p>
-          </div>
+<p>So please refer to the <a shape="rect" href="new-features-in-50.html" title="New Features in 5.0">New Features in 5.0</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-50.html
==============================================================================
--- websites/production/activemq/content/new-features-in-50.html (original)
+++ websites/production/activemq/content/new-features-in-50.html Wed Nov 13 17:23:00 2013
@@ -72,14 +72,12 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="NewFeaturesin5.0-NewFeaturesin5.0"></a>New Features in 5.0</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="NewFeaturesin5.0-NewFeaturesin5.0"></a>New Features in 5.0</h2>
 
 <p>In the 5.0 release of Apache ActiveMQ there are the following new features:</p>
 
 <ul><li><a shape="rect" href="amq-message-store.html" title="AMQ Message Store">AMQ Message Store</a> (Faster Persistence!)</li><li><a shape="rect" href="message-cursors.html" title="Message Cursors">Message Cursors</a> (To handle very large number of stored messages)</li><li><a shape="rect" href="blob-messages.html" title="Blob Messages">Blob Messages</a></li><li><a shape="rect" href="command-agent.html" title="Command Agent">Command Agent</a></li><li><a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> via <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/">Camel Integration</a></li><li><a shape="rect" href="logging-a-warning-if-you-forget-to-start-a-connection.html" title="Logging a warning if you forget to start a Connection">Logging a warning if you forget to start a Connection</a></li><li><a shape="rect" href="message-transformation.html" title="Message Transformation"
 >Message Transformation</a></li><li><a shape="rect" href="mirrored-queues.html" title="Mirrored Queues">Mirrored Queues</a></li><li><a shape="rect" href="producer-flow-control.html" title="Producer Flow Control">Producer Flow Control</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-51.html
==============================================================================
--- websites/production/activemq/content/new-features-in-51.html (original)
+++ websites/production/activemq/content/new-features-in-51.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="NewFeaturesin5.1-NewFeaturesin5.1"></a>New Features in 5.1</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="NewFeaturesin5.1-NewFeaturesin5.1"></a>New Features in 5.1</h2>
 
 <p>In the 5.1.x release of Apache ActiveMQ there are the following new features:</p>
 
@@ -81,8 +80,7 @@
 <h2><a shape="rect" name="NewFeaturesin5.1-NewFeaturesin5.1"></a>New Features in 5.1</h2></li><li>Support for more graceful handling of <a shape="rect" class="external-link" href="http://issues.apache.org/activemq/browse/AMQ-1517">timeouts within MessageProducer.send</a></li><li>Add the option for a <a shape="rect" class="external-link" href="http://issues.apache.org/activemq/browse/AMQ-1572">backup channel that is already connected for the Failover transport</a></li><li>ActiveMQ configuration can now validate against an XSD which means that it can be embedded in a spring configuration file.</li><li>Stomp can now handle delivering Map and Object messages.</li></ul>
 
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-52.html
==============================================================================
--- websites/production/activemq/content/new-features-in-52.html (original)
+++ websites/production/activemq/content/new-features-in-52.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 5.2 is primarily a maintenance release which <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=10520&amp;styleName=Html&amp;version=11841">resolves</a> </p>
+<div class="wiki-content maincontent"><p>Apache ActiveMQ 5.2 is primarily a maintenance release which <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=10520&amp;styleName=Html&amp;version=11841">resolves</a> </p>
 <div class="error"><span class="error">Unknown macro: {jiraissues}</span> </div>
 <p>.</p>
 
@@ -81,8 +80,7 @@
 <p>The new features and enhancements in this release include:</p>
 
 <ul><li><a shape="rect" href="advisory-message.html" title="Advisory Message">Additional advisory messages</a> for messages delivered/consumed fast producers/slow consumers, Usage limits, Slaves become masters etc.</li><li>Enhanced ssl context configuration through spring/xbean</li><li>New individual acknowledge mode for message consumption</li><li>Ability to configure the automatic discarding of the items being sent to the dead letter queue</li><li>Ability to limit the maximum number of connections to a Broker</li><li>Ability to configure <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/AMQ-1244">separate lock</a> Datasource for JDBC Master slave.</li><li>activemq-camel and activemq-connection-pool now have their own modules, no longer in activemq-core</li><li>The default <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/ActiveMQConnectionFactory.html">ActiveMQConnectionFactory
 </a> brokerUrl now uses the <a shape="rect" href="failover-transport-reference.html" title="Failover Transport Reference">failover transport</a>.</li><li>Uses Apache Camel <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/camel-150-release.html">1.5</a>.</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-53.html
==============================================================================
--- websites/production/activemq/content/new-features-in-53.html (original)
+++ websites/production/activemq/content/new-features-in-53.html Wed Nov 13 17:23:00 2013
@@ -72,15 +72,13 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>Apache ActiveMQ 5.3 is primarily a maintenance release which <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/secure/ReleaseNote.jspa?version=11914&amp;styleName=Html&amp;projectId=10520">resolves</a> 334 issues.</p>
+<div class="wiki-content maincontent"><p>Apache ActiveMQ 5.3 is primarily a maintenance release which <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/secure/ReleaseNote.jspa?version=11914&amp;styleName=Html&amp;projectId=10520">resolves</a> 334 issues.</p>
 
 <h2><a shape="rect" name="NewFeaturesin5.3-NewFeaturesin5.3"></a>New Features in 5.3</h2>
 <p>The new features and enhancements in this release include:</p>
 
 <ul><li>New <a shape="rect" href="kahadb.html" title="KahaDB">KahaDB</a> persistent storage</li><li><a shape="rect" class="external-link" href="http://camel.apache.org">Camel 2.0.0</a> along with its web console</li><li>stomp over SSL and NIO support</li><li>Improved configuration - default one production oriented and a lot of use case configuration examples (like scalability and throughput)</li><li>Ability to query broker for statistics from non-Java clients (by sending a message)</li><li>More broker plugins included to help tracing messages in networks, improving logging, etc.</li><li>FTP support for blob messages</li><li>Improved activemq-admin to lookup for local processes if possible</li><li>... and much more</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-54.html
==============================================================================
--- websites/production/activemq/content/new-features-in-54.html (original)
+++ websites/production/activemq/content/new-features-in-54.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="NewFeaturesin5.4-NewFeaturesin5.4.1"></a>New Features in 5.4.1</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="NewFeaturesin5.4-NewFeaturesin5.4.1"></a>New Features in 5.4.1</h2>
 <ul><li><a shape="rect" href="encrypted-passwords.html" title="Encrypted passwords">Encrypted passwords</a></li><li>Added selector support in <a shape="rect" href="ajax.html" title="Ajax">Ajax</a></li></ul>
 
 
@@ -81,8 +80,7 @@
 
 <ul><li><a shape="rect" href="delay-and-schedule-message-delivery.html" title="Delay and Schedule Message Delivery">Delay and Schedule Message Delivery</a></li><li>Message Priority</li><li><a shape="rect" href="websockets.html" title="WebSockets">WebSockets</a></li><li><a shape="rect" href="osgi-integration.html" title="OSGi Integration">Better OSGi support</a></li><li>Broker side options for updating failover clients automatically of new brokers joining and leaving the cluster - see <a shape="rect" href="failover-transport-reference.html" title="Failover Transport Reference">Failover Transport Reference</a></li><li><a shape="rect" href="unix-shell-script.html" title="Unix Shell Script">Enhanced Shell Script</a> - for starting, stopping and managing the broker in a Unix environment</li><li><a shape="rect" href="web-console.html#WebConsole-SecuringWebConsole">Easy way to configure Web Console</a></li><li><a shape="rect" href="rest.html#REST-Consumingwithselectors">Selectors for Ajax 
 and REST consumers</a></li><li>JaasDualAuthentcationPlugin</li><li><a shape="rect" href="security.html#Security-Anonymousaccess">Anonymous users</a></li><li>Ajax Adapters</li><li>... and much more</li></ul>
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-55.html
==============================================================================
--- websites/production/activemq/content/new-features-in-55.html (original)
+++ websites/production/activemq/content/new-features-in-55.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="NewFeaturesin5.5-NewFeaturesin5.5.0"></a>New Features in 5.5.0</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="NewFeaturesin5.5-NewFeaturesin5.5.0"></a>New Features in 5.5.0</h2>
 <ul><li>Dependency on Java 1.6 (java 1.5 is no longer supported)</li><li>MDC logging (<a shape="rect" class="external-link" href="http://slf4j.org/" rel="nofollow">SLF4J</a>)</li><li>Upgrade to camel 2.7.0</li><li>DLQ processing per durable subscription</li><li>New network connector MBeans</li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/configurable-ioexception-handling.html">IOExceptionHandler</a> for JDBC store</li><li>Added support for <a shape="rect" class="external-link" href="http://commons.apache.org/daemon/">Apache Commons Daemon</a></li></ul>
 
 
@@ -81,8 +80,7 @@
 <ul><li>Improved support for recovery of durable subscribers with priority support</li><li>Improved performance for offline durable subscriptions with large message backlogs (JDBC store)</li><li>better support for Guest login via JAAS</li></ul>
 
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-56.html
==============================================================================
--- websites/production/activemq/content/new-features-in-56.html (original)
+++ websites/production/activemq/content/new-features-in-56.html Wed Nov 13 17:23:00 2013
@@ -72,12 +72,10 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="NewFeaturesin5.6-NewFeaturesin5.6.0"></a>New Features in 5.6.0</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="NewFeaturesin5.6-NewFeaturesin5.6.0"></a>New Features in 5.6.0</h2>
 
 <ul class="alternate" type="square"><li>LevelDB Store</li><li>MQTT transport</li><li>New LDAP security module</li><li>Stomp 1.1 support</li><li>stomp+nio+ssl transport</li><li>Multi KahaDB persistence</li><li>Priority Failover URIs</li><li>Automatic client rebalance in broker cluster</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-57.html
==============================================================================
--- websites/production/activemq/content/new-features-in-57.html (original)
+++ websites/production/activemq/content/new-features-in-57.html Wed Nov 13 17:23:00 2013
@@ -72,10 +72,8 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li>Java 7 support (compiled with jdk6 and validated with jdk7)</li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/websockets.html#WebSockets-SecureWebSockets">Secure WebSockets (wss) transport </a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/message-redelivery-and-dlq-handling.html#MessageRedeliveryandDLQHandling-BrokerRedelivery%28v5.7%29">Broker Based Redelivery</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/pluggable-storage-lockers.html">Pluggable Store Lockers</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/pluggable-storage-lockers.html#Pluggablestoragelockers-LeaseDatabaseLocker">Lease based database locker</a></li><li>Set a <a shape="rect" class="external-link" href="http://activemq.apache.org/redelivery-policy.html#RedeliveryPolicy-RedeliveryPolicyperDestination">RedeliveryPolicy per destination</a></li><li>Includes <a shape="rect" class
 ="external-link" href="http://camel.apache.org/camel-2100-release.html">Apache Camel 2.10</a></li></ul>
-
-          </div>
+<div class="wiki-content maincontent"><ul><li>Java 7 support (compiled with jdk6 and validated with jdk7)</li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/websockets.html#WebSockets-SecureWebSockets">Secure WebSockets (wss) transport </a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/message-redelivery-and-dlq-handling.html#MessageRedeliveryandDLQHandling-BrokerRedelivery%28v5.7%29">Broker Based Redelivery</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/pluggable-storage-lockers.html">Pluggable Store Lockers</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/pluggable-storage-lockers.html#Pluggablestoragelockers-LeaseDatabaseLocker">Lease based database locker</a></li><li>Set a <a shape="rect" class="external-link" href="http://activemq.apache.org/redelivery-policy.html#RedeliveryPolicy-RedeliveryPolicyperDestination">RedeliveryPolicy per destination</a><
 /li><li>Includes <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2100-release.html">Apache Camel 2.10</a></li></ul>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-58.html
==============================================================================
--- websites/production/activemq/content/new-features-in-58.html (original)
+++ websites/production/activemq/content/new-features-in-58.html Wed Nov 13 17:23:00 2013
@@ -72,10 +72,8 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li><a shape="rect" href="amqp.html" title="AMQP">AMQP</a></li><li>new feature modules and activemq-client module allowing smaller foorprint</li><li>management via <a shape="rect" href="rest.html#REST-RESTRestManagement">REST</a> with <a shape="rect" class="external-link" href="http://www.jolokia.org/" rel="nofollow">jolokia</a> jmx to http bridge</li><li>Includes <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2103-release.html">Apache Camel 2.10.3</a></li><li>Java 7 support (compiled with jdk6 and validated with jdk7)</li><li><a shape="rect" href="pure-master-slave.html" title="Pure Master Slave">Pure Master Slave</a> no longer supported</li></ul>
-
-          </div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" href="amqp.html" title="AMQP">AMQP</a></li><li>new feature modules and activemq-client module allowing smaller foorprint</li><li>management via <a shape="rect" href="rest.html#REST-RESTRestManagement">REST</a> with <a shape="rect" class="external-link" href="http://www.jolokia.org/" rel="nofollow">jolokia</a> jmx to http bridge</li><li>Includes <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2103-release.html">Apache Camel 2.10.3</a></li><li>Java 7 support (compiled with jdk6 and validated with jdk7)</li><li><a shape="rect" href="pure-master-slave.html" title="Pure Master Slave">Pure Master Slave</a> no longer supported</li></ul>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-59.html
==============================================================================
--- websites/production/activemq/content/new-features-in-59.html (original)
+++ websites/production/activemq/content/new-features-in-59.html Wed Nov 13 17:23:00 2013
@@ -72,10 +72,8 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li><a shape="rect" href="replicated-leveldb-store.html" title="Replicated LevelDB Store">Replicated LevelDB Store</a> for shared nothing Master/Slave.</li><li><a shape="rect" href="runtime-configuration.html" title="Runtime Configuration">Runtime Configuration</a></li><li><a shape="rect" class="external-link" href="http://hawt.io/plugins/activemq/" rel="nofollow">Hawtio</a> web console</li><li>Generic JMS XA connection pool in activemq-jms-pool module (has no ActiveMQ dependency)</li><li>MQTT over WebSockets support</li><li><a shape="rect" href="broker-camel-component.html" title="Broker Camel Component"><b>broker</b></a> Apache Camel component</li><li>Broker auto-restart upon losing master status</li><li>AMQP Hardening</li><li>LevelDB Hardening</li></ul>
-
-          </div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" href="replicated-leveldb-store.html" title="Replicated LevelDB Store">Replicated LevelDB Store</a> for shared nothing Master/Slave.</li><li><a shape="rect" href="runtime-configuration.html" title="Runtime Configuration">Runtime Configuration</a></li><li><a shape="rect" class="external-link" href="http://hawt.io/plugins/activemq/" rel="nofollow">Hawtio</a> web console</li><li>Generic JMS XA connection pool in activemq-jms-pool module (has no ActiveMQ dependency)</li><li>MQTT over WebSockets support</li><li><a shape="rect" href="broker-camel-component.html" title="Broker Camel Component"><b>broker</b></a> Apache Camel component</li><li>Broker auto-restart upon losing master status</li><li>AMQP Hardening</li><li>LevelDB Hardening</li></ul>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features-in-60.html
==============================================================================
--- websites/production/activemq/content/new-features-in-60.html (original)
+++ websites/production/activemq/content/new-features-in-60.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>If you're interested in Version 6, take a look at <a shape="rect" class="external-link" href="http://activemq.apache.org/apollo/">Apollo subproject</a> as it will be the core of the 6.0 broker.</p>
-          </div>
+<div class="wiki-content maincontent"><p>If you're interested in Version 6, take a look at <a shape="rect" class="external-link" href="http://activemq.apache.org/apollo/">Apollo subproject</a> as it will be the core of the 6.0 broker.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/new-features.html
==============================================================================
--- websites/production/activemq/content/new-features.html (original)
+++ websites/production/activemq/content/new-features.html Wed Nov 13 17:23:00 2013
@@ -72,14 +72,12 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h2><a shape="rect" name="NewFeatures-NewFeatures"></a>New Features</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="NewFeatures-NewFeatures"></a>New Features</h2>
 
 <p>This page documents the various new features we add in each major release</p>
 
 <ul><li><a shape="rect" href="new-features-in-60.html" title="New Features in 6.0">New Features in 6.0</a></li><li><a shape="rect" href="new-features-in-56.html" title="New Features in 5.6">New Features in 5.6</a></li><li><a shape="rect" href="new-features-in-55.html" title="New Features in 5.5">New Features in 5.5</a></li><li><a shape="rect" href="new-features-in-54.html" title="New Features in 5.4">New Features in 5.4</a></li><li><a shape="rect" href="new-features-in-52.html" title="New Features in 5.2">New Features in 5.2</a></li><li><a shape="rect" href="new-features-in-51.html" title="New Features in 5.1">New Features in 5.1</a></li><li><a shape="rect" href="new-features-in-50.html" title="New Features in 5.0">New Features in 5.0</a></li><li><a shape="rect" href="new-features-in-41.html" title="New Features in 4.1">New Features in 4.1</a></li><li><a shape="rect" href="changes-in-40.html" title="Changes in 4.0">New Features in 4.0</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/news.html
==============================================================================
--- websites/production/activemq/content/news.html (original)
+++ websites/production/activemq/content/news.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">    
 
     
         
@@ -293,8 +292,7 @@
         
     </div>
     
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/2011/11/18/apachenmsactivemq-v152-released.html
==============================================================================
--- websites/production/activemq/content/nms/2011/11/18/apachenmsactivemq-v152-released.html (original)
+++ websites/production/activemq/content/nms/2011/11/18/apachenmsactivemq-v152-released.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><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/support.html">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new release of Apache.NMS.ActiveMQ is out v1.5.2.  This release has several important bug fixes in it, grab the binary distro <a shape="rect" href="../../../../nms/apachenmsactivemq-v152.html" title="Apache.NMS.ActiveMQ v1.5.2">here</a>:</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/2012/01/28/apachenmsactivemq-v153-released.html
==============================================================================
--- websites/production/activemq/content/nms/2012/01/28/apachenmsactivemq-v153-released.html (original)
+++ websites/production/activemq/content/nms/2012/01/28/apachenmsactivemq-v153-released.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><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/support.html">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new release of Apache.NMS.ActiveMQ is out v1.5.3. This release has several important bug fixes in it, grab the binary distro on the <a shape="rect" href="../../../../nms/apachenmsactivemq-v153.html" title="Apache.NMS.ActiveMQ v1.5.3">Apache.NMS.ActiveMQ Downloads page</a>:</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/2012/04/13/apachenmsactivemq-v154-released.html
==============================================================================
--- websites/production/activemq/content/nms/2012/04/13/apachenmsactivemq-v154-released.html (original)
+++ websites/production/activemq/content/nms/2012/04/13/apachenmsactivemq-v154-released.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><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/support.html">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new release of Apache.NMS.ActiveMQ is out v1.5.4. This release has several important bug fixes in it, grab the binary distro on the <a shape="rect" href="../../../../nms/activemq-downloads.html" title="ActiveMQ Downloads">Apache.NMS.ActiveMQ Downloads</a> page:</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/2012/05/04/apachenmsactivemq-v155-released.html
==============================================================================
--- websites/production/activemq/content/nms/2012/05/04/apachenmsactivemq-v155-released.html (original)
+++ websites/production/activemq/content/nms/2012/05/04/apachenmsactivemq-v155-released.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><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/support.html">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new release of Apache.NMS.ActiveMQ is out v1.5.5. This release has several important bug fixes in it, grab the binary distro on the <a shape="rect" href="../../../../nms/download.html" title="Download">Apache.NMS.ActiveMQ Downloads</a> page:</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/2012/08/31/apachenmsstomp-v153-released.html
==============================================================================
--- websites/production/activemq/content/nms/2012/08/31/apachenmsstomp-v153-released.html (original)
+++ websites/production/activemq/content/nms/2012/08/31/apachenmsstomp-v153-released.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><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/support.html">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new release of Apache.NMS.Stomp is out v1.5.3. This release has several important bug fixes in it, grab the binary distro on the <a shape="rect" href="../../../../nms/stomp-downloads.html" title="Stomp Downloads">Apache.NMS.Stomp</a> Downloads page:</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/2013/06/10/apachenmsactivemq-v160-released.html
==============================================================================
--- websites/production/activemq/content/nms/2013/06/10/apachenmsactivemq-v160-released.html (original)
+++ websites/production/activemq/content/nms/2013/06/10/apachenmsactivemq-v160-released.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><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/support.html">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>After almost a year we've <a shape="rect" class="external-link" href="http://activemq.apache.org/nms/apachenmsactivemq-v160.html">released v1.6.0</a> of Apache.NMS.ActiveMQ.  This version offers many new features and fixes many issues that were found over the course of the last year.  The release implement the Apache.NMS API v1.6.0</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/2013/10/25/apachenmsactivemq-v161-released.html
==============================================================================
--- websites/production/activemq/content/nms/2013/10/25/apachenmsactivemq-v161-released.html (original)
+++ websites/production/activemq/content/nms/2013/10/25/apachenmsactivemq-v161-released.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><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/discussion-forums.html">Forums</a> | <a shape="rect" class="external-link" href="http://activemq.apache.org/support.html">Support</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>A new bug fix release of the Apache.NMS.ActiveMQ library has been <a shape="rect" href="../../../../nms/activemq-downloads.html" title="ActiveMQ Downloads">released</a>.  In this version we improved the discovery transport quite a bit and added in HTTP based discovery support.  </p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-advanced-features.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-advanced-features.html (original)
+++ websites/production/activemq/content/nms/activemq-advanced-features.html Wed Nov 13 17:23:00 2013
@@ -72,11 +72,9 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>The NMS.ActiveMQ client provides several features in addition to fully implementing the NMS API.  The features are documented here.</p>
+<div class="wiki-content maincontent"><p>The NMS.ActiveMQ client provides several features in addition to fully implementing the NMS API.  The features are documented here.</p>
 
-<ul><li><a shape="rect" href="activemq-consumer-features.html" title="ActiveMQ Consumer Features">ActiveMQ Consumer Features</a><ul><li><a shape="rect" href="activemq-consumer-dispatch-async.html" title="ActiveMQ Consumer Dispatch Async">ActiveMQ Consumer Dispatch Async</a></li><li><a shape="rect" href="activemq-consumer-priority.html" title="ActiveMQ Consumer Priority">ActiveMQ Consumer Priority</a></li><li><a shape="rect" href="activemq-exclusive-consumers.html" title="ActiveMQ Exclusive Consumers">ActiveMQ Exclusive Consumers</a></li><li><a shape="rect" href="activemq-retroactive-consumers.html" title="ActiveMQ Retroactive Consumers">ActiveMQ Retroactive Consumers</a></li></ul></li><li><a shape="rect" href="activemq-destination-features.html" title="ActiveMQ Destination Features">ActiveMQ Destination Features</a><ul><li><a shape="rect" href="activemq-destination-options.html" title="ActiveMQ Destination Options">ActiveMQ Destination Options</a></li><li><a shape="rect" href="activ
 emq-mirrored-queues.html" title="ActiveMQ Mirrored Queues">ActiveMQ Mirrored Queues</a></li><li><a shape="rect" href="activemq-virtual-destinations.html" title="ActiveMQ Virtual Destinations">ActiveMQ Virtual Destinations</a></li><li><a shape="rect" href="activemq-wildcards.html" title="ActiveMQ Wildcards">ActiveMQ Wildcards</a></li></ul></li><li><a shape="rect" href="activemq-message-dispatching-features.html" title="ActiveMQ Message Dispatching Features">ActiveMQ Message Dispatching Features</a><ul><li><a shape="rect" href="activemq-async-sends.html" title="ActiveMQ Async Sends">ActiveMQ Async Sends</a></li></ul></li><li><a shape="rect" href="activemq-message-features.html" title="ActiveMQ Message Features">ActiveMQ Message Features</a><ul><li><a shape="rect" href="activemq-delay-and-schedule-message-feature.html" title="ActiveMQ Delay and Schedule Message Feature">ActiveMQ Delay and Schedule Message Feature</a></li></ul></li></ul> 
-          </div>
+<ul><li><a shape="rect" href="activemq-consumer-features.html" title="ActiveMQ Consumer Features">ActiveMQ Consumer Features</a><ul><li><a shape="rect" href="activemq-consumer-dispatch-async.html" title="ActiveMQ Consumer Dispatch Async">ActiveMQ Consumer Dispatch Async</a></li><li><a shape="rect" href="activemq-consumer-priority.html" title="ActiveMQ Consumer Priority">ActiveMQ Consumer Priority</a></li><li><a shape="rect" href="activemq-exclusive-consumers.html" title="ActiveMQ Exclusive Consumers">ActiveMQ Exclusive Consumers</a></li><li><a shape="rect" href="activemq-retroactive-consumers.html" title="ActiveMQ Retroactive Consumers">ActiveMQ Retroactive Consumers</a></li></ul></li><li><a shape="rect" href="activemq-destination-features.html" title="ActiveMQ Destination Features">ActiveMQ Destination Features</a><ul><li><a shape="rect" href="activemq-destination-options.html" title="ActiveMQ Destination Options">ActiveMQ Destination Options</a></li><li><a shape="rect" href="activ
 emq-mirrored-queues.html" title="ActiveMQ Mirrored Queues">ActiveMQ Mirrored Queues</a></li><li><a shape="rect" href="activemq-virtual-destinations.html" title="ActiveMQ Virtual Destinations">ActiveMQ Virtual Destinations</a></li><li><a shape="rect" href="activemq-wildcards.html" title="ActiveMQ Wildcards">ActiveMQ Wildcards</a></li></ul></li><li><a shape="rect" href="activemq-message-dispatching-features.html" title="ActiveMQ Message Dispatching Features">ActiveMQ Message Dispatching Features</a><ul><li><a shape="rect" href="activemq-async-sends.html" title="ActiveMQ Async Sends">ActiveMQ Async Sends</a></li></ul></li><li><a shape="rect" href="activemq-message-features.html" title="ActiveMQ Message Features">ActiveMQ Message Features</a><ul><li><a shape="rect" href="activemq-delay-and-schedule-message-feature.html" title="ActiveMQ Delay and Schedule Message Feature">ActiveMQ Delay and Schedule Message Feature</a></li></ul></li></ul> </div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-advisory-message-examples.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-advisory-message-examples.html (original)
+++ websites/production/activemq/content/nms/activemq-advisory-message-examples.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li><a shape="rect" href="activemq-enumerate-destination-using-advisory-messages.html" title="ActiveMQ Enumerate Destination using Advisory Messages">ActiveMQ Enumerate Destination using Advisory Messages</a></li></ul>
-          </div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" href="activemq-enumerate-destination-using-advisory-messages.html" title="ActiveMQ Enumerate Destination using Advisory Messages">ActiveMQ Enumerate Destination using Advisory Messages</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-async-sends.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-async-sends.html (original)
+++ websites/production/activemq/content/nms/activemq-async-sends.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="ActiveMQAsyncSends-Background"></a>Background</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="ActiveMQAsyncSends-Background"></a>Background</h2>
 
 <p>Apache.NMS.ActiveMQ supports sending messages to a broker in sync or async mode.  The mode used has a huge impact in the latency of the send call.  Since latency is typically a huge factor in the throughput that can achieved by producer, using async sends can increase the performance of your system dramatically.</p>
 
@@ -128,8 +127,7 @@ var cf = new ConnectionFactory("tcp://lo
 <h3><a shape="rect" name="ActiveMQAsyncSends-Alsosee"></a>Also see</h3>
 
 <ul><li><a shape="rect" href="activemq-uri-configuration.html" title="ActiveMQ URI Configuration">Connection Configuration URI</a></li><li><a shape="rect" class="external-link" href="http://activemq.apache.org/should-i-use-transactions.html">Should I use transactions</a></li><li><a shape="rect" href="activemq-consumer-dispatch-async.html" title="ActiveMQ Consumer Dispatch Async">Consumer Dispatch Async</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-build-notes.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-build-notes.html (original)
+++ websites/production/activemq/content/nms/activemq-build-notes.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
-          </div>
+<div class="wiki-content maincontent"></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-consumer-dispatch-async.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-consumer-dispatch-async.html (original)
+++ websites/production/activemq/content/nms/activemq-consumer-dispatch-async.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="ActiveMQConsumerDispatchAsync-Overview"></a>Overview</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="ActiveMQConsumerDispatchAsync-Overview"></a>Overview</h2>
 
 <p>In AMQ4 onwards, the choice of a broker performing synchronous or asynchronous dispatch to a consumer has become more configurable.  It is now configured as a default value on the <a shape="rect" href="activemq-uri-configuration.html" title="ActiveMQ URI Configuration">connection URI, Connection and ConnectionFactory</a> together with being customizable on a per consumer basis via the <a shape="rect" href="activemq-uri-configuration.html" title="ActiveMQ URI Configuration">Destination Options</a> instead previously just being a transport server setting.  </p>
 
@@ -117,8 +116,7 @@ connection.DispatchAsync = false;
 var queue = new ActiveMQQueue("TEST.QUEUE?consumer.dispatchAsync=false");
 var consumer = session.CreateConsumer(queue);
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-consumer-features.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-consumer-features.html (original)
+++ websites/production/activemq/content/nms/activemq-consumer-features.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
-          </div>
+<div class="wiki-content maincontent"></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-consumer-priority.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-consumer-priority.html (original)
+++ websites/production/activemq/content/nms/activemq-consumer-priority.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="ActiveMQConsumerPriority-Background"></a>Background</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="ActiveMQConsumerPriority-Background"></a>Background</h3>
 
 <p>As well as having a pluggable dispatch policy (e.g. round robin etc), we now support consumer priorities.</p>
 
@@ -101,8 +100,7 @@ var consumer = session.CreateConsumer(qu
 
 <p>The range for assigning priority numbers is from 0 to 127, with 127 being the highest priority and 0 being the default priority.<br clear="none">
 The way it works is that the broker will simply order any queue consumers according to their priorities and send messages to the highest priority consumers first. <br clear="none">
-Once a particular consumer has its prefetch buffer filled up, the broker will begin to dispatch messages to consumers of lower priorities. </p>
-          </div>
+Once a particular consumer has its prefetch buffer filled up, the broker will begin to dispatch messages to consumers of lower priorities. </p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-delay-and-schedule-message-feature.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-delay-and-schedule-message-feature.html (original)
+++ websites/production/activemq/content/nms/activemq-delay-and-schedule-message-feature.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>ActiveMQ from version <b>5.4</b> has an optional persistent scheduler built into the ActiveMQ message broker. It is enabled by setting the broker <b>schedulerSupport</b> attribute to true in the <span class="error">[xml configuration]</span>. <br clear="none">
+<div class="wiki-content maincontent"><p>ActiveMQ from version <b>5.4</b> has an optional persistent scheduler built into the ActiveMQ message broker. It is enabled by setting the broker <b>schedulerSupport</b> attribute to true in the <span class="error">[xml configuration]</span>. <br clear="none">
 An ActiveMQ client can take advantage of a delayed delivery by using the following message properties:</p>
 
 <div class="table-wrap">
@@ -142,8 +141,7 @@ An ActiveMQ client can take advantage of
         message.Properties["AMQ_SCHEDULED_REPEAT"] = 9;
         producer.Send(message);
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-destination-features.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-destination-features.html (original)
+++ websites/production/activemq/content/nms/activemq-destination-features.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li><a shape="rect" href="activemq-destination-options.html" title="ActiveMQ Destination Options">ActiveMQ Destination Options</a></li><li><a shape="rect" href="activemq-mirrored-queues.html" title="ActiveMQ Mirrored Queues">ActiveMQ Mirrored Queues</a></li><li><a shape="rect" href="activemq-virtual-destinations.html" title="ActiveMQ Virtual Destinations">ActiveMQ Virtual Destinations</a></li><li><a shape="rect" href="activemq-wildcards.html" title="ActiveMQ Wildcards">ActiveMQ Wildcards</a></li></ul>
-          </div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" href="activemq-destination-options.html" title="ActiveMQ Destination Options">ActiveMQ Destination Options</a></li><li><a shape="rect" href="activemq-mirrored-queues.html" title="ActiveMQ Mirrored Queues">ActiveMQ Mirrored Queues</a></li><li><a shape="rect" href="activemq-virtual-destinations.html" title="ActiveMQ Virtual Destinations">ActiveMQ Virtual Destinations</a></li><li><a shape="rect" href="activemq-wildcards.html" title="ActiveMQ Wildcards">ActiveMQ Wildcards</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-destination-options.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-destination-options.html (original)
+++ websites/production/activemq/content/nms/activemq-destination-options.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="ActiveMQDestinationOptions-Background"></a>Background</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="ActiveMQDestinationOptions-Background"></a>Background</h3>
 
 <p>Destination Options are a way to provide extended configuration options to a NMS consumer without having to extend the NMS API.  The options are encoded using URL query syntax in the destination name that the consumer is created on.</p>
 
@@ -102,8 +101,7 @@ var consumer = session.CreateConsumer(qu
 ]]></script>
 </div></div>
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-downloads.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-downloads.html (original)
+++ websites/production/activemq/content/nms/activemq-downloads.html Wed Nov 13 17:23:00 2013
@@ -72,12 +72,10 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<div class="table-wrap">
+<div class="wiki-content maincontent"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Description </th><th colspan="1" rowspan="1" class="confluenceTh"> Release Date </th><th colspan="1" rowspan="1" class="confluenceTh"> NMS API Rev </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v161.html" title="Apache.NMS.ActiveMQ v1.6.1">Apache.NMS.ActiveMQ v1.6.1</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 10/19/2013 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.6.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v160.html" title="Apache.NMS.ActiveMQ v1.6.0">Apache.NMS.ActiveMQ v1.6.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 06/06/2013 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.6.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v156.html" title="Apache.NMS.ActiveM
 Q v1.5.6">Apache.NMS.ActiveMQ v1.5.6</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/12/2012 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.5.1 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v155.html" title="Apache.NMS.ActiveMQ v1.5.5">Apache.NMS.ActiveMQ v1.5.5</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 05/03/2012 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.5.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v154.html" title="Apache.NMS.ActiveMQ v1.5.4">Apache.NMS.ActiveMQ v1.5.4</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 04/13/2012 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.5.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v153.html" title="Apache.NMS.ActiveMQ v1.5.3">Apache.NMS.ActiveMQ v1.5.3</a> </td><td colspan="1" rowspan=
 "1" class="confluenceTd"> 01/27/2012 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.5.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v152.html" title="Apache.NMS.ActiveMQ v1.5.2">Apache.NMS.ActiveMQ v1.5.2</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 11/18/2011 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.5.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v151.html" title="Apache.NMS.ActiveMQ v1.5.1">Apache.NMS.ActiveMQ v1.5.1</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 06/04/2011 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.5.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v150.html" title="Apache.NMS.ActiveMQ v1.5.0">Apache.NMS.ActiveMQ v1.5.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 02/17/2011 </td><td colspan="1" rowspan="1" 
 class="confluenceTd"> v1.5.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v141.html" title="Apache.NMS.ActiveMQ v1.4.1">Apache.NMS.ActiveMQ v1.4.1</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 10/04/2010 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.4.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v140.html" title="Apache.NMS.ActiveMQ v1.4.0">Apache.NMS.ActiveMQ v1.4.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 09/17/2010 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.4.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v130.html" title="Apache.NMS.ActiveMQ v1.3.0">Apache.NMS.ActiveMQ v1.3.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 05/21/2010 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.3.0 </td></tr><tr><td colspan="1" rowspan="1"
  class="confluenceTd"> <a shape="rect" href="apachenmsactivemq-v120.html" title="Apache.NMS.ActiveMQ v1.2.0">Apache.NMS.ActiveMQ v1.2.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 02/12/2010 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.2.0 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apachenms-activemq-v110.html" title="Apache.NMS ActiveMQ v1.1.0">Apache.NMS ActiveMQ v1.1.0</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> 07/12/2009 </td><td colspan="1" rowspan="1" class="confluenceTd"> v1.1.0 </td></tr></tbody></table>
 </div>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-enumerate-destination-using-advisory-messages.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-enumerate-destination-using-advisory-messages.html (original)
+++ websites/production/activemq/content/nms/activemq-enumerate-destination-using-advisory-messages.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="ActiveMQEnumerateDestinationusingAdvisoryMessages-EnumeratingAvailableDestinationsusingAdvisoryMessages"></a>Enumerating Available Destinations using Advisory Messages</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="ActiveMQEnumerateDestinationusingAdvisoryMessages-EnumeratingAvailableDestinationsusingAdvisoryMessages"></a>Enumerating Available Destinations using Advisory Messages</h3>
 
 <p>This example shows you how to consume Advisory Messages from the Broker to enumerate various destination types.</p>
 
@@ -239,8 +238,7 @@ namespace AdvisoryExample
 }
 
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-examples.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-examples.html (original)
+++ websites/production/activemq/content/nms/activemq-examples.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li><a shape="rect" href="activemq-advisory-message-examples.html" title="ActiveMQ Advisory Message Examples">ActiveMQ Advisory Message Examples</a><ul><li><a shape="rect" href="activemq-enumerate-destination-using-advisory-messages.html" title="ActiveMQ Enumerate Destination using Advisory Messages">ActiveMQ Enumerate Destination using Advisory Messages</a></li></ul></li></ul>
-          </div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" href="activemq-advisory-message-examples.html" title="ActiveMQ Advisory Message Examples">ActiveMQ Advisory Message Examples</a><ul><li><a shape="rect" href="activemq-enumerate-destination-using-advisory-messages.html" title="ActiveMQ Enumerate Destination using Advisory Messages">ActiveMQ Enumerate Destination using Advisory Messages</a></li></ul></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-exclusive-consumers.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-exclusive-consumers.html (original)
+++ websites/production/activemq/content/nms/activemq-exclusive-consumers.html Wed Nov 13 17:23:00 2013
@@ -81,8 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<h3><a shape="rect" name="ActiveMQExclusiveConsumers-ExclusiveConsumer"></a>Exclusive Consumer</h3>
+<div class="wiki-content maincontent"><h3><a shape="rect" name="ActiveMQExclusiveConsumers-ExclusiveConsumer"></a>Exclusive Consumer</h3>
 
 <p>We have a new feature in version 4.x and above called Exclusive Consumer or Exclusive Queues which avoids the end user having to <em>pin</em> anything. The broker will pick a single MessageConsumer to get all the messages for a queue to ensure ordering. If that consumer fails, the broker will auto failover and choose another consumer.</p>
 
@@ -99,8 +98,7 @@
 var queue = session.GetQueue("TEST.QUEUE?consumer.exclusive=true");
 var consumer = session.CreateConsumer(queue);
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-faq.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-faq.html (original)
+++ websites/production/activemq/content/nms/activemq-faq.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
-          </div>
+<div class="wiki-content maincontent"></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-message-dispatching-features.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-message-dispatching-features.html (original)
+++ websites/production/activemq/content/nms/activemq-message-dispatching-features.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li><a shape="rect" href="activemq-async-sends.html" title="ActiveMQ Async Sends">ActiveMQ Async Sends</a></li></ul>
-          </div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" href="activemq-async-sends.html" title="ActiveMQ Async Sends">ActiveMQ Async Sends</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-message-features.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-message-features.html (original)
+++ websites/production/activemq/content/nms/activemq-message-features.html Wed Nov 13 17:23:00 2013
@@ -72,9 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li><a shape="rect" href="activemq-delay-and-schedule-message-feature.html" title="ActiveMQ Delay and Schedule Message Feature">ActiveMQ Delay and Schedule Message Feature</a></li></ul>
-          </div>
+<div class="wiki-content maincontent"><ul><li><a shape="rect" href="activemq-delay-and-schedule-message-feature.html" title="ActiveMQ Delay and Schedule Message Feature">ActiveMQ Delay and Schedule Message Feature</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-mirrored-queues.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-mirrored-queues.html (original)
+++ websites/production/activemq/content/nms/activemq-mirrored-queues.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="ActiveMQMirroredQueues-MirroredQueues"></a>Mirrored Queues</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="ActiveMQMirroredQueues-MirroredQueues"></a>Mirrored Queues</h2>
 
 <p>Queues provide an excellent reliable and high performance <a shape="rect" href="../how-does-a-queue-compare-to-a-topic.html" title="How does a Queue compare to a Topic">load balancing mechanism</a>. Each message placed on a queue can only be successfully processed by a single consumer. This is a good thing! <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" alt="" border="0">. However sometimes you want to monitor what messages flow between the producers and consumers on a queue. </p>
 
@@ -112,8 +111,7 @@
 </div></div>
 
 <p>This would make a topic named "*.qmirror" for each queue on your Broker.</p>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/nms/activemq-net-110-release.html
==============================================================================
--- websites/production/activemq/content/nms/activemq-net-110-release.html (original)
+++ websites/production/activemq/content/nms/activemq-net-110-release.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="ActiveMQ.NET1.1.0Release-NewandNoteworthy"></a>New and Noteworthy</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="ActiveMQ.NET1.1.0Release-NewandNoteworthy"></a>New and Noteworthy</h2>
 
 <p>The 1.1.0 release is a major milestone for the Apache NMS project.  It is the first official release of the main Apache.NMS project, and all provider implementation projects.  Following are some highlights of this release:</p>
 <ul><li>Support for Failover Transport</li><li>Support for Discovery protocol.</li><li>Support for Windows Communication Foundation (WCF).</li><li>Improved API Documentation.</li><li>Many bug fixes.</li></ul>
@@ -117,8 +116,7 @@ svn co https://svn.apache.org/repos/asf/
 
 <p>For a more detailed view of new features and bug fixes, see the <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11010&amp;styleName=Html&amp;version=11814">release notes</a></p>
 <div class="error"><span class="error">Unknown macro: {jiraissues}</span> </div>
-<p>&#160;</p>
-          </div>
+<p>&#160;</p></div>
         </td>
         <td valign="top">
           <div class="navigation">