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 [10/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/faq.html
==============================================================================
--- websites/production/activemq/content/faq.html (original)
+++ websites/production/activemq/content/faq.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="FAQ-FAQ"></a>FAQ</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="FAQ-FAQ"></a>FAQ</h2>
 
 <p>Here are a list of commonly asked questions and answers. If you have any questions which are not on this list, please talk to us on the <a shape="rect" href="discussion-forums.html" title="Discussion Forums">forums</a>. </p>
 
@@ -137,8 +136,7 @@
 <ul><li><a shape="rect" href="dr.html" title="DR">DR</a></li><li><a shape="rect" href="ha.html" title="HA">HA</a></li><li><a shape="rect" href="latency.html" title="Latency">Latency</a></li><li><a shape="rect" href="mom.html" title="MOM">MOM</a></li><li><a shape="rect" href="qos.html" title="QoS">QoS</a></li><li><a shape="rect" href="seda.html" title="SEDA">SEDA</a></li><li><a shape="rect" href="throughput.html" title="Throughput">Throughput</a></li></ul>
 
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/features-overview.html
==============================================================================
--- websites/production/activemq/content/features-overview.html (original)
+++ websites/production/activemq/content/features-overview.html Wed Nov 13 17:23:00 2013
@@ -72,14 +72,12 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<ul><li>Supports a variety of <a shape="rect" href="cross-language-clients.html" title="Cross Language Clients">Cross Language Clients and Protocols</a> from Java, C, C++, C#, Ruby, Perl, Python, PHP
+<div class="wiki-content maincontent"><ul><li>Supports a variety of <a shape="rect" href="cross-language-clients.html" title="Cross Language Clients">Cross Language Clients and Protocols</a> from Java, C, C++, C#, Ruby, Perl, Python, PHP
 	<ul><li><a shape="rect" href="openwire.html" title="OpenWire">OpenWire</a> for high performance clients in Java, C, C++, C#</li><li><a shape="rect" href="stomp.html" title="Stomp">Stomp</a> support so that clients can be written easily in C, Ruby, Perl, Python, PHP, ActionScript/Flash, Smalltalk to talk to ActiveMQ as well as any other <a shape="rect" class="external-link" href="http://stomp.codehaus.org/StompConnect" rel="nofollow">popular Message Broker</a></li></ul>
 	</li><li>full support for the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> both in the JMS client and the Message Broker</li><li>Supports many <a shape="rect" href="features.html" title="Features">advanced features</a> such as <a shape="rect" href="message-groups.html" title="Message Groups">Message Groups</a>, <a shape="rect" href="virtual-destinations.html" title="Virtual Destinations">Virtual Destinations</a>, <a shape="rect" href="wildcards.html" title="Wildcards">Wildcards</a> and <a shape="rect" href="composite-destinations.html" title="Composite Destinations">Composite Destinations</a></li><li>Fully supports JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging</li><li><a shape="rect" href="spring-support.html" title="Spring Support">Spring Support</a> so that ActiveMQ can be easily embedded into Spring applications and configured using Spring's XM
 L configuration mechanism</li><li>Tested inside popular J2EE servers such as <a shape="rect" class="external-link" href="http://tomee.apache.org/">TomEE</a>, <a shape="rect" class="external-link" href="http://geronimo.apache.org/">Geronimo</a>, JBoss, GlassFish and WebLogic
 	<ul><li>Includes <a shape="rect" href="resource-adapter.html" title="Resource Adapter">JCA 1.5 resource adaptors</a> for inbound &amp; outbound messaging so that ActiveMQ should auto-deploy in any J2EE 1.4 compliant server</li></ul>
 	</li><li>Supports pluggable <a shape="rect" href="uri-protocols.html" title="URI Protocols">transport protocols</a> such as <a shape="rect" href="how-do-i-use-activemq-using-in-jvm-messaging.html" title="How do I use ActiveMQ using in JVM messaging">in-VM</a>, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports</li><li>Supports very fast <a shape="rect" href="persistence.html" title="Persistence">persistence</a> using JDBC along with a high performance journal</li><li>Designed for high performance clustering, client-server, peer based communication</li><li><a shape="rect" href="rest.html" title="REST">REST</a> API to provide technology agnostic and language neutral web based API to messaging</li><li><a shape="rect" href="ajax.html" title="Ajax">Ajax</a>  to support web streaming support to web browsers using pure DHTML, allowing web browsers to be part of the messaging fabric</li><li><a shape="rect" href="axis-and-cxf-support.html" title="Axis and CXF Support">CXF and Axis S
 upport</a> so that ActiveMQ can be easily dropped into either of these web service stacks to provide reliable messaging</li><li>Can be used as an in memory JMS provider, ideal for <a shape="rect" href="how-to-unit-test-jms-code.html" title="How to unit test JMS code">unit testing JMS</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/features.html
==============================================================================
--- websites/production/activemq/content/features.html (original)
+++ websites/production/activemq/content/features.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="Features-ApacheActiveMQFeatures"></a>Apache ActiveMQ Features </h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="Features-ApacheActiveMQFeatures"></a>Apache ActiveMQ Features </h2>
 
 <p>Apache ActiveMQ is packed with features; to get an idea you might want to look at the <a shape="rect" href="features-overview.html" title="Features Overview">Features Overview</a> otherwise here is the list of all of the main features...</p>
 
-<ul><li><a shape="rect" href="active-groups.html" title="Active Groups">Active Groups</a></li><li><a shape="rect" href="activemq-real-time.html" title="ActiveMQ Real Time">ActiveMQ Real Time</a><ul><li><a shape="rect" href="broadcasting.html" title="Broadcasting">Broadcasting</a></li><li><a shape="rect" href="group-membership.html" title="Group Membership">Group Membership</a></li><li><a shape="rect" href="life-cycle.html" title="Life Cycle">Life Cycle</a></li><li><a shape="rect" href="the-activeblaze-message-type.html" title="The ActiveBlaze Message type">The ActiveBlaze Message type</a></li></ul></li><li><a shape="rect" href="broker-camel-component.html" title="Broker Camel Component">Broker Camel Component</a></li><li><a shape="rect" href="clustering.html" title="Clustering">Clustering</a><ul><li><a shape="rect" href="masterslave.html" title="MasterSlave">MasterSlave</a><ul><li><a shape="rect" href="jdbc-master-slave.html" title="JDBC Master Slave">JDBC Master Slave</a></li><li><
 a shape="rect" href="kahadb-replication-experimental.html" title="KahaDB Replication (Experimental)">KahaDB Replication (Experimental)</a></li><li><a shape="rect" href="pure-master-slave.html" title="Pure Master Slave">Pure Master Slave</a></li><li><a shape="rect" href="shared-file-system-master-slave.html" title="Shared File System Master Slave">Shared File System Master Slave</a></li></ul></li><li><a shape="rect" href="networks-of-brokers.html" title="Networks of Brokers">Networks of Brokers</a></li><li><a shape="rect" href="replicated-message-store.html" title="Replicated Message Store">Replicated Message Store</a></li></ul></li><li><a shape="rect" href="command-agent.html" title="Command Agent">Command Agent</a></li><li><a shape="rect" href="consumer-features.html" title="Consumer Features">Consumer Features</a><ul><li><a shape="rect" href="consumer-dispatch-async.html" title="Consumer Dispatch Async">Consumer Dispatch Async</a></li><li><a shape="rect" href="consumer-priority.ht
 ml" title="Consumer Priority">Consumer Priority</a></li><li><a shape="rect" href="exclusive-consumer.html" title="Exclusive Consumer">Exclusive Consumer</a></li><li><a shape="rect" href="manage-durable-subscribers.html" title="Manage Durable Subscribers">Manage Durable Subscribers</a></li><li><a shape="rect" href="message-groups.html" title="Message Groups">Message Groups</a></li><li><a shape="rect" href="redelivery-policy.html" title="Redelivery Policy">Redelivery Policy</a></li><li><a shape="rect" href="retroactive-consumer.html" title="Retroactive Consumer">Retroactive Consumer</a></li><li><a shape="rect" href="selectors.html" title="Selectors">Selectors</a></li><li><a shape="rect" href="slow-consumer-handling.html" title="Slow Consumer Handling">Slow Consumer Handling</a></li><li><a shape="rect" href="subscription-recovery-policy.html" title="Subscription Recovery Policy">Subscription Recovery Policy</a></li></ul></li><li><a shape="rect" href="destination-features.html" title="D
 estination Features">Destination Features</a><ul><li><a shape="rect" href="composite-destinations.html" title="Composite Destinations">Composite 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="delete-inactive-destinations.html" title="Delete Inactive Destinations">Delete Inactive Destinations</a></li><li><a shape="rect" href="destination-options.html" title="Destination Options">Destination Options</a></li><li><a shape="rect" href="mirrored-queues.html" title="Mirrored Queues">Mirrored Queues</a></li><li><a shape="rect" href="per-destination-policies.html" title="Per Destination Policies">Per Destination Policies</a></li><li><a shape="rect" href="virtual-destinations.html" title="Virtual Destinations">Virtual Destinations</a></li><li><a shape="rect" href="wildcards.html" title="Wildcards">Wildcards</a></li></ul></li><li><a shape="rect" href="dis
 covery.html" title="Discovery">Discovery</a></li><li><a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></li><li><a shape="rect" href="features-overview.html" title="Features Overview">Features Overview</a></li><li><a shape="rect" href="horizontal-scaling.html" title="Horizontal Scaling">Horizontal Scaling</a><ul><li><a shape="rect" href="scaling-queues.html" title="Scaling Queues">Scaling Queues</a></li></ul></li><li><a shape="rect" href="interceptors.html" title="Interceptors">Interceptors</a><ul><li><a shape="rect" href="logging-interceptor.html" title="Logging Interceptor">Logging Interceptor</a></li><li><a shape="rect" href="statisticsplugin.html" title="StatisticsPlugin">StatisticsPlugin</a></li><li><a shape="rect" href="timestampplugin.html" title="TimeStampPlugin">TimeStampPlugin</a></li></ul></li><li><a shape="rect" href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</a></li><li><a shape="r
 ect" href="jmx.html" title="JMX">JMX</a><ul><li><a shape="rect" href="jmx-support.html" title="JMX Support">JMX Support</a></li></ul></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="mdc-logging.html" title="MDC Logging">MDC Logging</a></li><li><a shape="rect" href="message-dispatching-features.html" title="Message Dispatching Features">Message Dispatching Features</a><ul><li><a shape="rect" href="async-sends.html" title="Async Sends">Async Sends</a></li><li><a shape="rect" href="dispatch-policies.html" title="Dispatch Policies">Dispatch Policies</a></li><li><a shape="rect" href="message-cursors.html" title="Message Cursors">Message Cursors</a></li><li><a shape="rect" href="optimized-acknowledgement.html" title="Optimized Acknowledgement">Optimized Acknowledgement</a></li><li><a shape="rect" hre
 f="producer-flow-control.html" title="Producer Flow Control">Producer Flow Control</a></li><li><a shape="rect" href="total-ordering.html" title="Total Ordering">Total Ordering</a></li></ul></li><li><a shape="rect" href="message-features.html" title="Message Features">Message Features</a><ul><li><a shape="rect" href="activemq-message-properties.html" title="ActiveMQ Message Properties">ActiveMQ Message Properties</a></li><li><a shape="rect" href="advisory-message.html" title="Advisory Message">Advisory Message</a></li><li><a shape="rect" href="blob-messages.html" title="Blob Messages">Blob Messages</a></li><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><a shape="rect" href="jms-streams.html" title="JMS Streams">JMS Streams</a></li><li><a shape="rect" href="message-transformation.html" title="Message Transformation">Message Transformation</a></li><li><a shape="rect" href="s
 tructured-message-properties-and-mapmessages.html" title="Structured Message Properties and MapMessages">Structured Message Properties and MapMessages</a></li></ul></li><li><a shape="rect" href="new-features.html" title="New Features">New Features</a><ul><li><a shape="rect" href="changes-in-40.html" title="Changes in 4.0">Changes in 4.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="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-51.html" title="New Features in 5.1">New Features in 5.1</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-53.html" title="New Features in 5.3">New Features in 5.3</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 s
 hape="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-56.html" title="New Features in 5.6">New Features in 5.6</a></li><li><a shape="rect" href="new-features-in-57.html" title="New Features in 5.7">New Features in 5.7</a></li><li><a shape="rect" href="new-features-in-58.html" title="New Features in 5.8">New Features in 5.8</a></li><li><a shape="rect" href="new-features-in-59.html" title="New Features in 5.9">New Features in 5.9</a><ul><li><a shape="rect" href="runtime-configuration.html" title="Runtime Configuration">Runtime Configuration</a></li></ul></li><li><a shape="rect" href="new-features-in-60.html" title="New Features in 6.0">New Features in 6.0</a></li></ul></li><li><a shape="rect" href="performance.html" title="Performance">Performance</a><ul><li><a shape="rect" href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">ActiveMQ Performance Modu
 le Users Manual</a><ul><li><a shape="rect" href="sample-report.html" title="sample report">sample report</a></li></ul></li><li><a shape="rect" href="load-testing-with-camel.html" title="Load Testing with Camel">Load Testing with Camel</a></li><li><a shape="rect" href="performance-report.html" title="Performance report">Performance report</a></li></ul></li><li><a shape="rect" href="persistence.html" title="Persistence">Persistence</a><ul><li><a shape="rect" href="amq-message-store.html" title="AMQ Message Store">AMQ Message Store</a></li><li><a shape="rect" href="configurable-ioexception-handling.html" title="Configurable IOException Handling">Configurable IOException Handling</a></li><li><a shape="rect" href="jdbc-support.html" title="JDBC Support">JDBC Support</a><ul><li><a shape="rect" href="sqlserver.html" title="SQLServer">SQLServer</a></li><li><a shape="rect" href="sybase.html" title="Sybase">Sybase</a></li></ul></li><li><a shape="rect" href="kahadb.html" title="KahaDB">KahaDB<
 /a></li><li><a shape="rect" href="kaha-persistence.html" title="Kaha Persistence">Kaha Persistence</a><ul><li><a shape="rect" href="test.html" title="TEST">TEST</a></li></ul></li><li><a shape="rect" href="leveldb-store.html" title="LevelDB Store">LevelDB Store</a></li><li><a shape="rect" href="pluggable-storage-lockers.html" title="Pluggable storage lockers">Pluggable storage lockers</a></li><li><a shape="rect" href="replicated-leveldb-store.html" title="Replicated LevelDB Store">Replicated LevelDB Store</a></li></ul></li><li><a shape="rect" href="scaling-the-depth-of-a-queue.html" title="Scaling the Depth of a Queue">Scaling the Depth of a Queue</a></li><li><a shape="rect" href="security.html" title="Security">Security</a><ul><li><a shape="rect" href="audit-logging.html" title="Audit Logging">Audit Logging</a></li><li><a shape="rect" href="cached-ldap-authorization-module.html" title="Cached LDAP Authorization Module">Cached LDAP Authorization Module</a></li><li><a shape="rect" hre
 f="encrypted-passwords.html" title="Encrypted passwords">Encrypted passwords</a></li><li><a shape="rect" href="shiro.html" title="Shiro">Shiro</a></li></ul></li><li><a shape="rect" href="the-proxy-connector.html" title="The Proxy Connector">The Proxy Connector</a></li><li><a shape="rect" href="unix.html" title="Unix">Unix</a><ul><li><a shape="rect" href="unix-service.html" title="Unix Service">Unix Service</a></li><li><a shape="rect" href="unix-shell-script.html" title="Unix Shell Script">Unix Shell Script</a></li></ul></li><li><a shape="rect" href="uri-protocols.html" title="URI Protocols">URI Protocols</a><ul><li><a shape="rect" href="vm-protocol.html" title="VM Protocol">VM Protocol</a></li></ul></li><li><a shape="rect" href="visualisation.html" title="Visualisation">Visualisation</a><ul><li><a shape="rect" href="visualisation-wish-list.html" title="Visualisation Wish List">Visualisation Wish List</a></li></ul></li></ul> 
-          </div>
+<ul><li><a shape="rect" href="active-groups.html" title="Active Groups">Active Groups</a></li><li><a shape="rect" href="activemq-real-time.html" title="ActiveMQ Real Time">ActiveMQ Real Time</a><ul><li><a shape="rect" href="broadcasting.html" title="Broadcasting">Broadcasting</a></li><li><a shape="rect" href="group-membership.html" title="Group Membership">Group Membership</a></li><li><a shape="rect" href="life-cycle.html" title="Life Cycle">Life Cycle</a></li><li><a shape="rect" href="the-activeblaze-message-type.html" title="The ActiveBlaze Message type">The ActiveBlaze Message type</a></li></ul></li><li><a shape="rect" href="broker-camel-component.html" title="Broker Camel Component">Broker Camel Component</a></li><li><a shape="rect" href="clustering.html" title="Clustering">Clustering</a><ul><li><a shape="rect" href="masterslave.html" title="MasterSlave">MasterSlave</a><ul><li><a shape="rect" href="jdbc-master-slave.html" title="JDBC Master Slave">JDBC Master Slave</a></li><li><
 a shape="rect" href="kahadb-replication-experimental.html" title="KahaDB Replication (Experimental)">KahaDB Replication (Experimental)</a></li><li><a shape="rect" href="pure-master-slave.html" title="Pure Master Slave">Pure Master Slave</a></li><li><a shape="rect" href="shared-file-system-master-slave.html" title="Shared File System Master Slave">Shared File System Master Slave</a></li></ul></li><li><a shape="rect" href="networks-of-brokers.html" title="Networks of Brokers">Networks of Brokers</a></li><li><a shape="rect" href="replicated-message-store.html" title="Replicated Message Store">Replicated Message Store</a></li></ul></li><li><a shape="rect" href="command-agent.html" title="Command Agent">Command Agent</a></li><li><a shape="rect" href="consumer-features.html" title="Consumer Features">Consumer Features</a><ul><li><a shape="rect" href="consumer-dispatch-async.html" title="Consumer Dispatch Async">Consumer Dispatch Async</a></li><li><a shape="rect" href="consumer-priority.ht
 ml" title="Consumer Priority">Consumer Priority</a></li><li><a shape="rect" href="exclusive-consumer.html" title="Exclusive Consumer">Exclusive Consumer</a></li><li><a shape="rect" href="manage-durable-subscribers.html" title="Manage Durable Subscribers">Manage Durable Subscribers</a></li><li><a shape="rect" href="message-groups.html" title="Message Groups">Message Groups</a></li><li><a shape="rect" href="redelivery-policy.html" title="Redelivery Policy">Redelivery Policy</a></li><li><a shape="rect" href="retroactive-consumer.html" title="Retroactive Consumer">Retroactive Consumer</a></li><li><a shape="rect" href="selectors.html" title="Selectors">Selectors</a></li><li><a shape="rect" href="slow-consumer-handling.html" title="Slow Consumer Handling">Slow Consumer Handling</a></li><li><a shape="rect" href="subscription-recovery-policy.html" title="Subscription Recovery Policy">Subscription Recovery Policy</a></li></ul></li><li><a shape="rect" href="destination-features.html" title="D
 estination Features">Destination Features</a><ul><li><a shape="rect" href="composite-destinations.html" title="Composite Destinations">Composite 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="delete-inactive-destinations.html" title="Delete Inactive Destinations">Delete Inactive Destinations</a></li><li><a shape="rect" href="destination-options.html" title="Destination Options">Destination Options</a></li><li><a shape="rect" href="mirrored-queues.html" title="Mirrored Queues">Mirrored Queues</a></li><li><a shape="rect" href="per-destination-policies.html" title="Per Destination Policies">Per Destination Policies</a></li><li><a shape="rect" href="virtual-destinations.html" title="Virtual Destinations">Virtual Destinations</a></li><li><a shape="rect" href="wildcards.html" title="Wildcards">Wildcards</a></li></ul></li><li><a shape="rect" href="dis
 covery.html" title="Discovery">Discovery</a></li><li><a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></li><li><a shape="rect" href="features-overview.html" title="Features Overview">Features Overview</a></li><li><a shape="rect" href="horizontal-scaling.html" title="Horizontal Scaling">Horizontal Scaling</a><ul><li><a shape="rect" href="scaling-queues.html" title="Scaling Queues">Scaling Queues</a></li></ul></li><li><a shape="rect" href="interceptors.html" title="Interceptors">Interceptors</a><ul><li><a shape="rect" href="logging-interceptor.html" title="Logging Interceptor">Logging Interceptor</a></li><li><a shape="rect" href="statisticsplugin.html" title="StatisticsPlugin">StatisticsPlugin</a></li><li><a shape="rect" href="timestampplugin.html" title="TimeStampPlugin">TimeStampPlugin</a></li></ul></li><li><a shape="rect" href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</a></li><li><a shape="r
 ect" href="jmx.html" title="JMX">JMX</a><ul><li><a shape="rect" href="jmx-support.html" title="JMX Support">JMX Support</a></li></ul></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="mdc-logging.html" title="MDC Logging">MDC Logging</a></li><li><a shape="rect" href="message-dispatching-features.html" title="Message Dispatching Features">Message Dispatching Features</a><ul><li><a shape="rect" href="async-sends.html" title="Async Sends">Async Sends</a></li><li><a shape="rect" href="dispatch-policies.html" title="Dispatch Policies">Dispatch Policies</a></li><li><a shape="rect" href="message-cursors.html" title="Message Cursors">Message Cursors</a></li><li><a shape="rect" href="optimized-acknowledgement.html" title="Optimized Acknowledgement">Optimized Acknowledgement</a></li><li><a shape="rect" hre
 f="producer-flow-control.html" title="Producer Flow Control">Producer Flow Control</a></li><li><a shape="rect" href="total-ordering.html" title="Total Ordering">Total Ordering</a></li></ul></li><li><a shape="rect" href="message-features.html" title="Message Features">Message Features</a><ul><li><a shape="rect" href="activemq-message-properties.html" title="ActiveMQ Message Properties">ActiveMQ Message Properties</a></li><li><a shape="rect" href="advisory-message.html" title="Advisory Message">Advisory Message</a></li><li><a shape="rect" href="blob-messages.html" title="Blob Messages">Blob Messages</a></li><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><a shape="rect" href="jms-streams.html" title="JMS Streams">JMS Streams</a></li><li><a shape="rect" href="message-transformation.html" title="Message Transformation">Message Transformation</a></li><li><a shape="rect" href="s
 tructured-message-properties-and-mapmessages.html" title="Structured Message Properties and MapMessages">Structured Message Properties and MapMessages</a></li></ul></li><li><a shape="rect" href="new-features.html" title="New Features">New Features</a><ul><li><a shape="rect" href="changes-in-40.html" title="Changes in 4.0">Changes in 4.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="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-51.html" title="New Features in 5.1">New Features in 5.1</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-53.html" title="New Features in 5.3">New Features in 5.3</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 s
 hape="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-56.html" title="New Features in 5.6">New Features in 5.6</a></li><li><a shape="rect" href="new-features-in-57.html" title="New Features in 5.7">New Features in 5.7</a></li><li><a shape="rect" href="new-features-in-58.html" title="New Features in 5.8">New Features in 5.8</a></li><li><a shape="rect" href="new-features-in-59.html" title="New Features in 5.9">New Features in 5.9</a><ul><li><a shape="rect" href="runtime-configuration.html" title="Runtime Configuration">Runtime Configuration</a></li></ul></li><li><a shape="rect" href="new-features-in-60.html" title="New Features in 6.0">New Features in 6.0</a></li></ul></li><li><a shape="rect" href="performance.html" title="Performance">Performance</a><ul><li><a shape="rect" href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">ActiveMQ Performance Modu
 le Users Manual</a><ul><li><a shape="rect" href="sample-report.html" title="sample report">sample report</a></li></ul></li><li><a shape="rect" href="load-testing-with-camel.html" title="Load Testing with Camel">Load Testing with Camel</a></li><li><a shape="rect" href="performance-report.html" title="Performance report">Performance report</a></li></ul></li><li><a shape="rect" href="persistence.html" title="Persistence">Persistence</a><ul><li><a shape="rect" href="amq-message-store.html" title="AMQ Message Store">AMQ Message Store</a></li><li><a shape="rect" href="configurable-ioexception-handling.html" title="Configurable IOException Handling">Configurable IOException Handling</a></li><li><a shape="rect" href="jdbc-support.html" title="JDBC Support">JDBC Support</a><ul><li><a shape="rect" href="sqlserver.html" title="SQLServer">SQLServer</a></li><li><a shape="rect" href="sybase.html" title="Sybase">Sybase</a></li></ul></li><li><a shape="rect" href="kahadb.html" title="KahaDB">KahaDB<
 /a></li><li><a shape="rect" href="kaha-persistence.html" title="Kaha Persistence">Kaha Persistence</a><ul><li><a shape="rect" href="test.html" title="TEST">TEST</a></li></ul></li><li><a shape="rect" href="leveldb-store.html" title="LevelDB Store">LevelDB Store</a></li><li><a shape="rect" href="pluggable-storage-lockers.html" title="Pluggable storage lockers">Pluggable storage lockers</a></li><li><a shape="rect" href="replicated-leveldb-store.html" title="Replicated LevelDB Store">Replicated LevelDB Store</a></li></ul></li><li><a shape="rect" href="scaling-the-depth-of-a-queue.html" title="Scaling the Depth of a Queue">Scaling the Depth of a Queue</a></li><li><a shape="rect" href="security.html" title="Security">Security</a><ul><li><a shape="rect" href="audit-logging.html" title="Audit Logging">Audit Logging</a></li><li><a shape="rect" href="cached-ldap-authorization-module.html" title="Cached LDAP Authorization Module">Cached LDAP Authorization Module</a></li><li><a shape="rect" hre
 f="encrypted-passwords.html" title="Encrypted passwords">Encrypted passwords</a></li><li><a shape="rect" href="shiro.html" title="Shiro">Shiro</a></li></ul></li><li><a shape="rect" href="the-proxy-connector.html" title="The Proxy Connector">The Proxy Connector</a></li><li><a shape="rect" href="unix.html" title="Unix">Unix</a><ul><li><a shape="rect" href="unix-service.html" title="Unix Service">Unix Service</a></li><li><a shape="rect" href="unix-shell-script.html" title="Unix Shell Script">Unix Shell Script</a></li></ul></li><li><a shape="rect" href="uri-protocols.html" title="URI Protocols">URI Protocols</a><ul><li><a shape="rect" href="vm-protocol.html" title="VM Protocol">VM Protocol</a></li></ul></li><li><a shape="rect" href="visualisation.html" title="Visualisation">Visualisation</a><ul><li><a shape="rect" href="visualisation-wish-list.html" title="Visualisation Wish List">Visualisation Wish List</a></li></ul></li></ul> </div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/general.html
==============================================================================
--- websites/production/activemq/content/general.html (original)
+++ websites/production/activemq/content/general.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>General questions about ActiveMQ</p>
 
-<ul><li><a shape="rect" href="can-i-get-commercial-support.html" title="Can I get commercial support">Can I get commercial support</a></li><li><a shape="rect" href="how-can-i-get-help.html" title="How can I get help">How can I get help</a></li><li><a shape="rect" href="how-can-i-get-the-source-code-from-subversion.html" title="How can I get the source code from subversion">How can I get the source code from subversion</a></li><li><a shape="rect" href="how-does-activemq-compare-to-amqp.html" title="How does ActiveMQ compare to AMQP">How does ActiveMQ compare to AMQP</a></li><li><a shape="rect" href="how-does-activemq-compare-to-fuse-message-broker.html" title="How does ActiveMQ compare to Fuse Message Broker?">How does ActiveMQ compare to Fuse Message Broker?</a></li><li><a shape="rect" href="how-does-activemq-compare-to-jbossmq.html" title="How does ActiveMQ compare to JBossMQ">How does ActiveMQ compare to JBossMQ</a></li><li><a shape="rect" href="how-does-activemq-compare-to-mantar
 ay.html" title="How does ActiveMQ compare to Mantaray">How does ActiveMQ compare to Mantaray</a></li><li><a shape="rect" href="how-does-activemq-compare-to-mule.html" title="How does ActiveMQ compare to Mule?">How does ActiveMQ compare to Mule?</a></li><li><a shape="rect" href="how-does-activemq-compare-to-spread-toolkit.html" title="How does ActiveMQ compare to Spread Toolkit">How does ActiveMQ compare to Spread Toolkit</a></li><li><a shape="rect" href="how-does-openwire-compare-to-stomp.html" title="How does OpenWire compare to Stomp">How does OpenWire compare to Stomp</a></li><li><a shape="rect" href="how-does-the-website-work.html" title="How does the website work">How does the website work</a></li><li><a shape="rect" href="how-do-i-avoid-maven-downloading-latest-jars.html" title="How do I avoid Maven downloading latest jars">How do I avoid Maven downloading latest jars</a></li><li><a shape="rect" href="how-do-i-build-but-disable-the-unit-tests.html" title="How do I build but di
 sable the unit tests">How do I build but disable the unit tests</a></li><li><a shape="rect" href="how-do-i-compile-from-the-source.html" title="How do I compile from the source">How do I compile from the source</a></li><li><a shape="rect" href="how-do-i-edit-the-website.html" title="How do I edit the website">How do I edit the website</a></li><li><a shape="rect" href="how-fast-is-activemq.html" title="How fast is ActiveMQ">How fast is ActiveMQ</a></li><li><a shape="rect" href="should-i-run-activemq-on-windows-in-a-directory-with-spaces.html" title="Should I run ActiveMQ on Windows in a directory with spaces">Should I run ActiveMQ on Windows in a directory with spaces</a></li><li><a shape="rect" href="what-is-activemq.html" title="What is ActiveMQ">What is ActiveMQ</a></li><li><a shape="rect" href="what-is-the-license.html" title="What is the license">What is the license</a></li><li><a shape="rect" href="what-jars-do-i-need.html" title="What jars do I need">What jars do I need</a></l
 i><li><a shape="rect" href="what-open-source-integration-solution-works-best-with-activemq-.html" title="What open source integration solution works best with ActiveMQ ?">What open source integration solution works best with ActiveMQ ?</a></li><li><a shape="rect" href="what-platforms-does-activemq-support.html" title="What platforms does ActiveMQ support">What platforms does ActiveMQ support</a></li></ul>
-          </div>
+<ul><li><a shape="rect" href="can-i-get-commercial-support.html" title="Can I get commercial support">Can I get commercial support</a></li><li><a shape="rect" href="how-can-i-get-help.html" title="How can I get help">How can I get help</a></li><li><a shape="rect" href="how-can-i-get-the-source-code-from-subversion.html" title="How can I get the source code from subversion">How can I get the source code from subversion</a></li><li><a shape="rect" href="how-does-activemq-compare-to-amqp.html" title="How does ActiveMQ compare to AMQP">How does ActiveMQ compare to AMQP</a></li><li><a shape="rect" href="how-does-activemq-compare-to-fuse-message-broker.html" title="How does ActiveMQ compare to Fuse Message Broker?">How does ActiveMQ compare to Fuse Message Broker?</a></li><li><a shape="rect" href="how-does-activemq-compare-to-jbossmq.html" title="How does ActiveMQ compare to JBossMQ">How does ActiveMQ compare to JBossMQ</a></li><li><a shape="rect" href="how-does-activemq-compare-to-mantar
 ay.html" title="How does ActiveMQ compare to Mantaray">How does ActiveMQ compare to Mantaray</a></li><li><a shape="rect" href="how-does-activemq-compare-to-mule.html" title="How does ActiveMQ compare to Mule?">How does ActiveMQ compare to Mule?</a></li><li><a shape="rect" href="how-does-activemq-compare-to-spread-toolkit.html" title="How does ActiveMQ compare to Spread Toolkit">How does ActiveMQ compare to Spread Toolkit</a></li><li><a shape="rect" href="how-does-openwire-compare-to-stomp.html" title="How does OpenWire compare to Stomp">How does OpenWire compare to Stomp</a></li><li><a shape="rect" href="how-does-the-website-work.html" title="How does the website work">How does the website work</a></li><li><a shape="rect" href="how-do-i-avoid-maven-downloading-latest-jars.html" title="How do I avoid Maven downloading latest jars">How do I avoid Maven downloading latest jars</a></li><li><a shape="rect" href="how-do-i-build-but-disable-the-unit-tests.html" title="How do I build but di
 sable the unit tests">How do I build but disable the unit tests</a></li><li><a shape="rect" href="how-do-i-compile-from-the-source.html" title="How do I compile from the source">How do I compile from the source</a></li><li><a shape="rect" href="how-do-i-edit-the-website.html" title="How do I edit the website">How do I edit the website</a></li><li><a shape="rect" href="how-fast-is-activemq.html" title="How fast is ActiveMQ">How fast is ActiveMQ</a></li><li><a shape="rect" href="should-i-run-activemq-on-windows-in-a-directory-with-spaces.html" title="Should I run ActiveMQ on Windows in a directory with spaces">Should I run ActiveMQ on Windows in a directory with spaces</a></li><li><a shape="rect" href="what-is-activemq.html" title="What is ActiveMQ">What is ActiveMQ</a></li><li><a shape="rect" href="what-is-the-license.html" title="What is the license">What is the license</a></li><li><a shape="rect" href="what-jars-do-i-need.html" title="What jars do I need">What jars do I need</a></l
 i><li><a shape="rect" href="what-open-source-integration-solution-works-best-with-activemq-.html" title="What open source integration solution works best with ActiveMQ ?">What open source integration solution works best with ActiveMQ ?</a></li><li><a shape="rect" href="what-platforms-does-activemq-support.html" title="What platforms does ActiveMQ support">What platforms does ActiveMQ support</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/geronimo.html
==============================================================================
--- websites/production/activemq/content/geronimo.html (original)
+++ websites/production/activemq/content/geronimo.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 is the default JMS provider in <a shape="rect" class="external-link" href="http://geronimo.apache.org">Apache Geronimo</a>.</p>
 
 <p>ActiveMQ can be used both as JMS Client and a JMS Broker. This short<br clear="none">
@@ -298,8 +297,7 @@ it should match the name of the deployed
 </div></div>
 
 <ul class="alternate" type="square"><li>Now, you can reuse these Topics beans the way you want.</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/getting-started-3x.html
==============================================================================
--- websites/production/activemq/content/getting-started-3x.html (original)
+++ websites/production/activemq/content/getting-started-3x.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">
 <h2><a shape="rect" name="GettingStarted3.x-Introduction"></a>Introduction</h2>
 <p>This document describes how to install and configure ActiveMQ 3.x for both Unix and Windows' platforms. </p>
 
@@ -399,8 +398,7 @@ kill [PID]
 <h2><a shape="rect" name="GettingStarted3.x-AdditionalResources"></a>Additional Resources</h2>
 
 <p>If you are new to using ActiveMQ, running the <a shape="rect" href="examples.html" title="Examples">Examples</a> is a good next step to learn more about ActiveMQ.</p>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/getting-started.html
==============================================================================
--- websites/production/activemq/content/getting-started.html (original)
+++ websites/production/activemq/content/getting-started.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="GettingStarted-Introduction"></a>Introduction</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="GettingStarted-Introduction"></a>Introduction</h2>
 
 <p>This document describes how to install and configure ActiveMQ 4.x/5.x for both Unix and Windows' platforms.</p>
 
@@ -398,11 +397,17 @@ netstat -an|grep 61616
 
 <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>
 
+<p>For more information see the file <tt>docs/WebConsole-README.txt</tt> in the distribution.</p>
+
 <h2><a shape="rect" name="GettingStarted-StoppingActiveMQ"></a>Stopping ActiveMQ</h2>
 
 <p>For both Windows and Unix installations, terminate ActiveMQ by typing "CTRL-C" in the console or command shell in which it is running.</p>
@@ -432,8 +437,7 @@ kill [PID]
 
 <p>If you are new to using ActiveMQ, running the <a shape="rect" href="web-samples.html" title="Web Samples">Web Samples</a> or the <a shape="rect" href="examples.html" title="Examples">Examples</a> is a good next step to learn more about ActiveMQ.</p>
 
-<p><a shape="rect" class="external-link" href="http://fusesource.com/docs/broker/5.4/getting_started/index.html" rel="nofollow">Getting Started with Fuse Message Broker</a> provides a detailed overview of ActiveMQ, the requirements for installing ActiveMQ, and a good tutorial to get you up and running quickly. In addition, <a shape="rect" class="external-link" href="http://fusesource.com" rel="nofollow">FuseSource</a> provides detailed documentation on using ActiveMQ at <a shape="rect" class="external-link" href="http://fusesource.com/docs/broker" rel="nofollow">http://fusesource.com/docs/broker</a>.</p>
-          </div>
+<p>The Commercial Providers listed on the <a shape="rect" href="support.html" title="Support">Support</a> page may also have additional documentation, examples, tutorials, etc... that can help you get started.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/gettingstarted3x.html
==============================================================================
--- websites/production/activemq/content/gettingstarted3x.html (original)
+++ websites/production/activemq/content/gettingstarted3x.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>testing</p>
-          </div>
+<div class="wiki-content maincontent"><p>testing</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/group-membership.html
==============================================================================
--- websites/production/activemq/content/group-membership.html (original)
+++ websites/production/activemq/content/group-membership.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>ActiveBlaze supports group membership using a GroupChannel - which can be created from a GroupChannelFactory.<br clear="none">
+<div class="wiki-content maincontent"><p>ActiveBlaze supports group membership using a GroupChannel - which can be created from a GroupChannelFactory.<br clear="none">
 You have to explicitly say which group you want to join/leave - and you can join multiple groups.<br clear="none">
 Each GroupChannel has both a globally unique id and a name.</p>
 
@@ -113,8 +112,7 @@ channel.addMemberChangedListener(new Mem
             
  });
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/ha.html
==============================================================================
--- websites/production/activemq/content/ha.html (original)
+++ websites/production/activemq/content/ha.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>High Availability. </p>
 
-<p>This typically refers to having a number of available instances of a service (such as a Message Broker) such that if the instance you're connected to fails, you can failover quickly to another instance providing <em>high availabliity</em> and resilience.</p>
-          </div>
+<p>This typically refers to having a number of available instances of a service (such as a Message Broker) such that if the instance you're connected to fails, you can failover quickly to another instance providing <em>high availabliity</em> and resilience.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/hello-world.html
==============================================================================
--- websites/production/activemq/content/hello-world.html (original)
+++ websites/production/activemq/content/hello-world.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>The following is a very simple JMS application with multiple, concurrent, consumers and producers.  See the <a shape="rect" href="initial-configuration.html" title="Initial Configuration">Initial Configuration</a> guide for details on how to setup your classpath correctly.</p>
+<div class="wiki-content maincontent"><p>The following is a very simple JMS application with multiple, concurrent, consumers and producers.  See the <a shape="rect" href="initial-configuration.html" title="Initial Configuration">Initial Configuration</a> guide for details on how to setup your classpath correctly.</p>
 
 <p>Things you might do after running this example:</p>
 <ul class="alternate" type="square"><li><a shape="rect" href="run-broker.html" title="Run Broker">Setup a broker</a> instead of using the org.activemq.broker.impl.Main class directly</li><li>Use JNDI to lookup a javax.jms.ConnectionFactory rather than creating ActiveMQConnectionFactory directly.</li><li>Implement the javax.jms.MessageListener interface rather than calling consumer.receive()</li><li>Use transactional sessions</li><li>Use a Topic rather than a queue</li></ul>
@@ -232,8 +231,7 @@ public class App {
     }
 }
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/hermes-jms.html
==============================================================================
--- websites/production/activemq/content/hermes-jms.html (original)
+++ websites/production/activemq/content/hermes-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">
-<p>You can use ActiveMQ with <a shape="rect" class="external-link" href="http://hermesjms.sourceforge.net/" rel="nofollow">Hermes JMS</a> which is a graphical user interface for working with JMS queues. Please refer to the <a shape="rect" class="external-link" href="http://hermesjms.sourceforge.net/" rel="nofollow">Hermes JMS</a> site for detailed instructions on using this software. </p>
+<div class="wiki-content maincontent"><p>You can use ActiveMQ with <a shape="rect" class="external-link" href="http://hermesjms.sourceforge.net/" rel="nofollow">Hermes JMS</a> which is a graphical user interface for working with JMS queues. Please refer to the <a shape="rect" class="external-link" href="http://hermesjms.sourceforge.net/" rel="nofollow">Hermes JMS</a> site for detailed instructions on using this software. </p>
 
 <h3><a shape="rect" name="HermesJms-Demo"></a>Demo </h3>
 
@@ -118,8 +117,7 @@ mvn producer
 ]]></script>
 </div></div>
 
-<p>And hitting refresh in HermesJMS and you should see the messages that have just been published.</p>
-          </div>
+<p>And hitting refresh in HermesJMS and you should see the messages that have just been published.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/hermes-screenshot.html
==============================================================================
--- websites/production/activemq/content/hermes-screenshot.html (original)
+++ websites/production/activemq/content/hermes-screenshot.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>The following is an example of running HermesJms with ActiveMQ on OS X</p>
 
-<p><span class="image-wrap" style=""><img src="http://activemq.codehaus.org/hermes.png" style="border: 0px solid black"></span></p>
-          </div>
+<p><span class="image-wrap" style=""><img src="http://activemq.codehaus.org/hermes.png" style="border: 0px solid black"></span></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/horizontal-scaling.html
==============================================================================
--- websites/production/activemq/content/horizontal-scaling.html (original)
+++ websites/production/activemq/content/horizontal-scaling.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/how-can-i-add-a-new-type-of-transport.html
==============================================================================
--- websites/production/activemq/content/how-can-i-add-a-new-type-of-transport.html (original)
+++ websites/production/activemq/content/how-can-i-add-a-new-type-of-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">
-<p>ActiveMQ is specifically designed to allow custom transports to be plugged in. You can programatically create TransportConnector instances and add them to the BrokerService in Java code using the <a shape="rect" class="external-link" href="http://activemq.codehaus.org/maven/apidocs/org/apache/activemq/broker/BrokerService.html#addConnector(org.apache.activemq.broker.TransportConnector)" rel="nofollow">BrokerService.addConnector() method</a></p>
+<div class="wiki-content maincontent"><p>ActiveMQ is specifically designed to allow custom transports to be plugged in. You can programatically create TransportConnector instances and add them to the BrokerService in Java code using the <a shape="rect" class="external-link" href="http://activemq.codehaus.org/maven/apidocs/org/apache/activemq/broker/BrokerService.html#addConnector(org.apache.activemq.broker.TransportConnector)" rel="nofollow">BrokerService.addConnector() method</a></p>
 
 <p>or you can use the transport discovery mechanism, so that folks can just use your new transport using the neat URI syntax.</p>
 
@@ -81,8 +80,7 @@
 
 <p>then the contents of the file is the class name of a Java class on the classpath which extends the <a shape="rect" class="external-link" href="http://activemq.codehaus.org/maven/apidocs/org/apache/activemq/transport/TransportFactory.html" rel="nofollow">TransportFactory class</a>.</p>
 
-<p>Then once you've implemented a Transport and TransportFactory class, folks can use your new transport using a URI in the JMS client or broker XML config file using the URI using your new schema name. e.g. if you wrote a new <em>foo</em> transport, you could use a URI of <em>foo://localhost?myParam=bar</em></p>
-          </div>
+<p>Then once you've implemented a Transport and TransportFactory class, folks can use your new transport using a URI in the JMS client or broker XML config file using the URI using your new schema name. e.g. if you wrote a new <em>foo</em> transport, you could use a URI of <em>foo://localhost?myParam=bar</em></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-avoid-serialization-of-objects-in-objectmessage.html
==============================================================================
--- websites/production/activemq/content/how-can-i-avoid-serialization-of-objects-in-objectmessage.html (original)
+++ websites/production/activemq/content/how-can-i-avoid-serialization-of-objects-in-objectmessage.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">
-Use the VM transport and see <a shape="rect" href="how-should-i-use-the-vm-transport.html" title="How should I use the VM transport">details on how to disable serialization to pass by value</a></p>
-          </div>
+<div class="wiki-content maincontent"><p><br clear="none">
+Use the VM transport and see <a shape="rect" href="how-should-i-use-the-vm-transport.html" title="How should I use the VM transport">details on how to disable serialization to pass by value</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-contribute.html
==============================================================================
--- websites/production/activemq/content/how-can-i-contribute.html (original)
+++ websites/production/activemq/content/how-can-i-contribute.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="HowcanIcontribute-HowcanIcontributetoApacheActiveMQ%3F"></a>How can I contribute to Apache ActiveMQ?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowcanIcontribute-HowcanIcontributetoApacheActiveMQ%3F"></a>How can I contribute to Apache ActiveMQ?</h2>
 
 <p>There are many ways you can help make ActiveMQ a better piece of software - please dive in and help!</p>
 
@@ -171,8 +170,7 @@ svn diff Main.java &gt;&gt; patchfile.tx
 
 <h2><a shape="rect" name="HowcanIcontribute-Becomingacommitter"></a>Becoming a committer</h2>
 
-<p>The first step is contributing to the project; if you want to take that a step forward and become a fellow committer on the project then see the <a shape="rect" href="becoming-a-committer.html" title="Becoming a committer">Committer Guide</a></p>
-          </div>
+<p>The first step is contributing to the project; if you want to take that a step forward and become a fellow committer on the project then see the <a shape="rect" href="becoming-a-committer.html" title="Becoming a committer">Committer Guide</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-enable-detailed-logging.html
==============================================================================
--- websites/production/activemq/content/how-can-i-enable-detailed-logging.html (original)
+++ websites/production/activemq/content/how-can-i-enable-detailed-logging.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="HowcanIenabledetailedlogging-HowcanIenabledetailedlogging"></a>How can I enable detailed logging</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowcanIenabledetailedlogging-HowcanIenabledetailedlogging"></a>How can I enable detailed logging</h2>
 
 <p>We use <span class="error">[slf4j]</span> which allows the underlying logging implementation to be statically bound at startup.<br clear="none">
 By default we ship with log4j but feel free to make your own choice.</p>
@@ -110,8 +109,7 @@ log4j.logger.org.activemq=TRACE
 
 <h3><a shape="rect" name="HowcanIenabledetailedlogging-Gettinghelponlog4j"></a>Getting help on log4j</h3>
 
-<p>If you are new to log4j please see the <a shape="rect" class="external-link" href="http://logging.apache.org/log4j/docs/manual.html">log4j manual</a></p>
-          </div>
+<p>If you are new to log4j please see the <a shape="rect" class="external-link" href="http://logging.apache.org/log4j/docs/manual.html">log4j manual</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-get-a-list-of-the-topics-and-queues-in-a-broker.html
==============================================================================
--- websites/production/activemq/content/how-can-i-get-a-list-of-the-topics-and-queues-in-a-broker.html (original)
+++ websites/production/activemq/content/how-can-i-get-a-list-of-the-topics-and-queues-in-a-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="HowcanIgetalistofthetopicsandqueuesinabroker-HowcanIgetalistofthetopicsandqueuesinabroker%3F"></a>How can I get a list of the topics and queues in a broker?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowcanIgetalistofthetopicsandqueuesinabroker-HowcanIgetalistofthetopicsandqueuesinabroker%3F"></a>How can I get a list of the topics and queues in a broker?</h2>
 
 <p>As of 5.1.0 you can use the new <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/advisory/DestinationSource.html">DestinationSource</a> on an ActiveMQConnection to access the available queues or topics or listen to queues/topics being created or deleted.</p>
 
@@ -81,8 +80,7 @@
 
 <p>Or you can access statistics <a shape="rect" href="how-can-i-see-what-destinations-are-used.html" title="How can I see what destinations are used">programmatically</a>.</p>
 
-<p>Finally you could just use the <a shape="rect" href="web-console.html" title="Web Console">Web Console</a></p>
-          </div>
+<p>Finally you could just use the <a shape="rect" href="web-console.html" title="Web Console">Web Console</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-get-help.html
==============================================================================
--- websites/production/activemq/content/how-can-i-get-help.html (original)
+++ websites/production/activemq/content/how-can-i-get-help.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="HowcanIgethelp-GettingHelp"></a>Getting Help</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowcanIgethelp-GettingHelp"></a>Getting Help</h2>
 
 <p>If you are experiencing problems using ActiveMQ then please report your problem to our <a shape="rect" class="external-link" href="http://issues.apache.org/activemq/browse/AMQ">Issue Tracker</a>. You may also find it useful to discuss your issues with the community on the <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Discussion Forums</a> or join one of our <a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a>.</p>
 
@@ -100,8 +99,7 @@ Whenever you are reporting a problem ple
 <p>This is an open source project, so the amount of time we have available to help resolve your issue is often limited as all help is provided on a volunteer basis. If you want to get priority help, need to get up to speed quickly, require some training or mentoring, or need full 24 x 7 production support you should contact a commercial company specializing in ActiveMQ support such as...</p>
 
 <ul><li><a shape="rect" class="external-link" href="http://ameliant.com" rel="nofollow">Ameliant</a> is a specialist consultancy based in London, UK that focuses on open source integration and messaging using the Apache integration stack (ActiveMQ, Camel, ServiceMix and CXF). Ameliant works with development teams to deliver architectures that meets the performance and availability requirements of their messaging use cases. Ameliant also delivers consulting targeted towards operations teams to get them up to speed on managing ActiveMQ deployments, with a particular focus on security, high availability, and monitoring.</li><li><a shape="rect" class="external-link" href="http://www.openlogic.com/" rel="nofollow">OpenLogic</a> provides support</li><li><a shape="rect" class="external-link" href="http://www.redhat.com/products/jbossenterprisemiddleware/amq/" rel="nofollow">Red Hat</a>&#160;offers JBoss A-MQ, a supported distribution of Apache ActiveMQ, that include Enterprise Developer an
 d Production Support, and offer training and consultancy for enterprise deployments.</li><li><a shape="rect" class="external-link" href="http://www.savoirtech.com" rel="nofollow">Savoir Technologies, Inc</a> provides enterprise consulting, training and support for ActiveMQ and a host of other Apache service containers. Savoir can provide best practice mentoring for developing with ActiveMQ, as well as architectural/design reviews, troubleshooting and SOA infrastructure implementations. Savoir's staff includes some of the contributors of ActiveMQ who are on the ground consulting and are familiar with real world implementations and issues.</li><li><a shape="rect" class="external-link" href="http://www.ttmsolutions.com/" rel="nofollow">Total Transaction Management (TTM)</a> provides ActiveMQ consulting and support, as well as security and <a shape="rect" class="external-link" href="http://www.ttmsolutions.com/Transactional_Software_Solutions/Active_Monitor_AMon.php/" rel="nofollow">mon
 itoring</a> add-on products and <a shape="rect" class="external-link" href="http://www.ttmsolutions.com/Apache_Software/ActiveMQ_Reference_Guide.php" rel="nofollow">reference guide</a> for ActiveMQ.</li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-get-the-source-code-from-subversion.html
==============================================================================
--- websites/production/activemq/content/how-can-i-get-the-source-code-from-subversion.html (original)
+++ websites/production/activemq/content/how-can-i-get-the-source-code-from-subversion.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">
 <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>Warning</b><br clear="none">Apache ActiveMQ code repository was moved to git, The old svn repo will not be updated.</td></tr></table></div> 
 
 <h2><a shape="rect" name="HowcanIgetthesourcecodefromsubversion-WebBrowsingofgit"></a>Web Browsing of git</h2>
@@ -94,8 +93,7 @@
 
 <h2><a shape="rect" name="HowcanIgetthesourcecodefromsubversion-Buildingthecode"></a>Building the code</h2>
 
-<p>To then build the code see <a shape="rect" href="building.html" title="Building">Building</a>.</p>
-          </div>
+<p>To then build the code see <a shape="rect" href="building.html" title="Building">Building</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-make-activemq-faster.html
==============================================================================
--- websites/production/activemq/content/how-can-i-make-activemq-faster.html (original)
+++ websites/production/activemq/content/how-can-i-make-activemq-faster.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 the <a shape="rect" class="external-link" href="http://fusesource.com/wiki/display/ProdInfo/FUSE+Message+Broker+Performance+Tuning+Guide" rel="nofollow">ActiveMQ Tuning Guide</a></p>
-          </div>
+<div class="wiki-content maincontent"><p>See the <a shape="rect" href="performance.html" title="Performance">Performance</a> page for information about the performance of ActiveMQ and it's tuning parameters.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-monitor-activemq.html
==============================================================================
--- websites/production/activemq/content/how-can-i-monitor-activemq.html (original)
+++ websites/production/activemq/content/how-can-i-monitor-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="HowcanImonitorActiveMQ-HowcanImonitorActiveMQ"></a>How can I monitor ActiveMQ</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowcanImonitorActiveMQ-HowcanImonitorActiveMQ"></a>How can I monitor ActiveMQ</h2>
 <p>In ActiveMQ 4.x you can monitor the broker to see what destinations are being used, their activity along with connections and subscriptions using the following tools</p>
 
 <ul><li><a shape="rect" href="jmx.html" title="JMX">JMX</a> and a JMX console such as <a shape="rect" class="external-link" href="http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html" rel="nofollow">jConsole</a></li><li>The <a shape="rect" href="web-console.html" title="Web Console">Web Console</a></li><li>the <a shape="rect" href="advisory-message.html" title="Advisory Message">Advisory Message</a> feature (using JMS messages to monitor the system)</li><li>The <a shape="rect" href="command-agent.html" title="Command Agent">Command Agent</a>; ActiveMQ.Agent topic that you query for status</li><li>The <a shape="rect" href="visualisation.html" title="Visualisation">Visualisation</a> plug-in</li><li>The <a shape="rect" class="external-link" href="http://activemq.apache.org/statisticsplugin.html">Statistics</a> plug-in (from 5.3)</li></ul>
@@ -88,8 +87,7 @@
 
 <ul><li><a shape="rect" href="how-can-i-monitor-the-connection-with-the-broker.html" title="How can I monitor the connection with the broker">How can I monitor the connection with the broker</a></li></ul>
 
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-monitor-the-connection-with-the-broker.html
==============================================================================
--- websites/production/activemq/content/how-can-i-monitor-the-connection-with-the-broker.html (original)
+++ websites/production/activemq/content/how-can-i-monitor-the-connection-with-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="HowcanImonitortheconnectionwiththebroker-HowcanImonitortheconnectionwiththebroker"></a>How can I monitor the connection with the broker</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowcanImonitortheconnectionwiththebroker-HowcanImonitortheconnectionwiththebroker"></a>How can I monitor the connection with the broker</h2>
 
 <p>You can monitor the status of the connection with the broker via the <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQConnection.html#addTransportListener%28org.apache.activemq.transport.TransportListener">addTransportListener() method on the ActiveMQConnection</a>. </p>
 
@@ -83,8 +82,7 @@
 <h3><a shape="rect" name="HowcanImonitortheconnectionwiththebroker-SeeAlso"></a>See Also</h3>
 
 <ul><li><a shape="rect" href="how-can-i-monitor-activemq.html" title="How can I monitor ActiveMQ">How can I monitor ActiveMQ</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-see-what-destinations-are-used.html
==============================================================================
--- websites/production/activemq/content/how-can-i-see-what-destinations-are-used.html (original)
+++ websites/production/activemq/content/how-can-i-see-what-destinations-are-used.html Wed Nov 13 17:23:00 2013
@@ -72,13 +72,11 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>The easiest way is to use <a shape="rect" href="jmx.html" title="JMX">JMX</a> by pointing your JMX console or JConsole at the broker JVM.</p>
+<div class="wiki-content maincontent"><p>The easiest way is to use <a shape="rect" href="jmx.html" title="JMX">JMX</a> by pointing your JMX console or JConsole at the broker JVM.</p>
 
 <p>You can also get all of the active destinations from the broker using Java code via <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/Broker.html#getDestinations()">getDestinations()</a>.</p>
 
-<p>You can also get a Map of all the <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/Destination.html">Destination</a> objects indexed by ActiveMQDestination via <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/Region.html#getDestinationMap()">getDestinationMap()</a>. This allows you to look at the individual destination details such as the queue depths and so forth</p>
-          </div>
+<p>You can also get a Map of all the <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/Destination.html">Destination</a> objects indexed by ActiveMQDestination via <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/Region.html#getDestinationMap()">getDestinationMap()</a>. This allows you to look at the individual destination details such as the queue depths and so forth</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-support-auto-reconnection.html
==============================================================================
--- websites/production/activemq/content/how-can-i-support-auto-reconnection.html (original)
+++ websites/production/activemq/content/how-can-i-support-auto-reconnection.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="HowcanIsupportautoreconnection-HowcanIsupportautoreconnection%3F"></a>How can I support auto reconnection?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowcanIsupportautoreconnection-HowcanIsupportautoreconnection%3F"></a>How can I support auto reconnection?</h2>
 
 <p>Networks are unreliable and sockets do get dropped from time to time (it could be a network glitch, dodgy router, firewall, or someone could even just restart a broker).</p>
 
@@ -99,8 +98,7 @@ failover:tcp://host:port 
 </div></div>
 
 
-<p>You can use a list of URIs to specify which machines to connect to and use discovery to find the brokers to connect to. More details on this see <a shape="rect" href="configuring-transports.html" title="Configuring Transports">Configuring Transports</a></p>
-          </div>
+<p>You can use a list of URIs to specify which machines to connect to and use discovery to find the brokers to connect to. More details on this see <a shape="rect" href="configuring-transports.html" title="Configuring Transports">Configuring Transports</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-support-priority-queues.html
==============================================================================
--- websites/production/activemq/content/how-can-i-support-priority-queues.html (original)
+++ websites/production/activemq/content/how-can-i-support-priority-queues.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="HowcanIsupportpriorityqueues-HowcanIsupportpriorityqueues%3F"></a>How can I support priority queues?</h2>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="HowcanIsupportpriorityqueues-HowcanIsupportpriorityqueues%3F"></a>How can I support priority queues?</h2>
 
 <h3><a shape="rect" name="HowcanIsupportpriorityqueues-UseMessagePriority"></a>Use Message Priority</h3>
 
@@ -139,8 +138,7 @@ JMSPriority &gt;= 4
 
 <p>You can reorder messages on some input queue A and send them to queue B in sorted order to avoid having to change your clients. This avoids the need to use selectors in your application as shown above.</p>
 
-<p>To do this use the <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/resequencer.html">Resequencer</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></p>
-          </div>
+<p>To do this use the <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/resequencer.html">Resequencer</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-can-i-use-different-network-protocols.html
==============================================================================
--- websites/production/activemq/content/how-can-i-use-different-network-protocols.html (original)
+++ websites/production/activemq/content/how-can-i-use-different-network-protocols.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><br clear="none">
+<div class="wiki-content maincontent"><p><br clear="none">
 <br clear="none">
 <br clear="none">
-For easy configuration, ActiveMQ supports a configurable URL to denote the connection mechanism to other clients. There is an example of how to do this along with a description of the available protocols in the <a shape="rect" href="uri-protocols.html" title="URI Protocols">Protocols overview</a></p>
-          </div>
+For easy configuration, ActiveMQ supports a configurable URL to denote the connection mechanism to other clients. There is an example of how to do this along with a description of the available protocols in the <a shape="rect" href="uri-protocols.html" title="URI Protocols">Protocols overview</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-do-distributed-queues-work.html
==============================================================================
--- websites/production/activemq/content/how-do-distributed-queues-work.html (original)
+++ websites/production/activemq/content/how-do-distributed-queues-work.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>There are various <a shape="rect" href="topologies.html" title="Topologies">Topologies</a> that you can employ with ActiveMQ, where clients are connected to message brokers in various ways like</p>
+<div class="wiki-content maincontent"><p>There are various <a shape="rect" href="topologies.html" title="Topologies">Topologies</a> that you can employ with ActiveMQ, where clients are connected to message brokers in various ways like</p>
 
 <ul><li>peer based</li><li>client server</li><li>hub and spoke</li></ul>
 
@@ -114,8 +113,7 @@ on C, then messages will flow there too.
 <h3><a shape="rect" name="Howdodistributedqueueswork-SeeAlso"></a>See Also</h3>
 
 <ul><li><a shape="rect" href="how-do-i-configure-distributed-queues-or-topics.html" title="How do I configure distributed queues or topics">How do I configure distributed queues or topics</a></li><li><a shape="rect" href="masterslave.html" title="MasterSlave">MasterSlave</a></li><li><a shape="rect" href="networks-of-brokers.html" title="Networks of Brokers">Networks of Brokers</a></li></ul>
-
-          </div>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-do-durable-queues-and-topics-work.html
==============================================================================
--- websites/production/activemq/content/how-do-durable-queues-and-topics-work.html (original)
+++ websites/production/activemq/content/how-do-durable-queues-and-topics-work.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>Durable queues keep messages around persistently for any suitable consumer to consume them. Durable queues do not need to concern themselves with which consumer is going to consume the messages at some point in the future. There is just one copy of a message that any consumer in the future can consume.</p>
+<div class="wiki-content maincontent"><p>Durable queues keep messages around persistently for any suitable consumer to consume them. Durable queues do not need to concern themselves with which consumer is going to consume the messages at some point in the future. There is just one copy of a message that any consumer in the future can consume.</p>
 
 <p>Durable topics however are different as they must logically persist an instance of each suitable message for every durable consumer - since each durable consumer gets their own copy of the message.</p>
 
@@ -85,8 +84,7 @@
 
 <p>So for durable topic subscription, the JMS provider needs to be able to identify S when it shuts down and later on in the future reconnects, so it can know what messages to send to it while it was not running. JMS specification dictates that the identification of S is done by a combination of the clientID and the durable subscriber name. This is so that the JMS connection S uses can have many different durable subscriptions on different topics or on the same topic with different selectors - yet the JMS provider can know which message for which subscription to keep around for it.</p>
 
-<p>So setting the clientID on a JMS connection is vital (along with using a sensible durable consumer name) for durable topic subscription. Its not an issue for other <a shape="rect" href="qos.html" title="QoS">QoS</a></p>
-          </div>
+<p>So setting the clientID on a JMS connection is vital (along with using a sensible durable consumer name) for durable topic subscription. Its not an issue for other <a shape="rect" href="qos.html" title="QoS">QoS</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-do-i-access-activemq-from-c.html
==============================================================================
--- websites/production/activemq/content/how-do-i-access-activemq-from-c.html (original)
+++ websites/production/activemq/content/how-do-i-access-activemq-from-c.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 <a shape="rect" href="c-integration.html" title="C Integration">C Integration</a> page for the available options.</p>
-          </div>
+<div class="wiki-content maincontent"><p><br clear="none">
+See the <a shape="rect" href="c-integration.html" title="C Integration">C Integration</a> page for the available options.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-do-i-access-activemq-from-csharp-or-dotnet.html
==============================================================================
--- websites/production/activemq/content/how-do-i-access-activemq-from-csharp-or-dotnet.html (original)
+++ websites/production/activemq/content/how-do-i-access-activemq-from-csharp-or-dotnet.html Wed Nov 13 17:23:00 2013
@@ -72,10 +72,8 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-
-<div class="error"><span class="error">Unable to render {include}</span> Couldn't find a page to include called: nms</div>
-          </div>
+<div class="wiki-content maincontent">
+<div class="error"><span class="error">Unable to render {include}</span> Couldn't find a page to include called: nms</div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-do-i-access-activemq-from-ruby-perl-python-php.html
==============================================================================
--- websites/production/activemq/content/how-do-i-access-activemq-from-ruby-perl-python-php.html (original)
+++ websites/production/activemq/content/how-do-i-access-activemq-from-ruby-perl-python-php.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">
-Use <a shape="rect" class="external-link" href="http://stomp.codehaus.org/" rel="nofollow">Stomp</a> which is a simple to implement client protocol for working with ActiveMQ and other messaging systems.</p>
-          </div>
+<div class="wiki-content maincontent"><p><br clear="none">
+Use <a shape="rect" class="external-link" href="http://stomp.codehaus.org/" rel="nofollow">Stomp</a> which is a simple to implement client protocol for working with ActiveMQ and other messaging systems.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-do-i-add-my-own-plugins.html
==============================================================================
--- websites/production/activemq/content/how-do-i-add-my-own-plugins.html (original)
+++ websites/production/activemq/content/how-do-i-add-my-own-plugins.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="developing-plugins.html" title="Developing Plugins">Developing Plugins</a> for how to add your own functionality into Apache ActiveMQ</p>
-          </div>
+<div class="wiki-content maincontent"><p>See <a shape="rect" href="developing-plugins.html" title="Developing Plugins">Developing Plugins</a> for how to add your own functionality into Apache ActiveMQ</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-do-i-avoid-maven-downloading-latest-jars.html
==============================================================================
--- websites/production/activemq/content/how-do-i-avoid-maven-downloading-latest-jars.html (original)
+++ websites/production/activemq/content/how-do-i-avoid-maven-downloading-latest-jars.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>You can use the -o switch (for offline mode) to avoid maven auto-downloading new snapshot jars (e.g. the Geronimo jars at the time of writing).</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -95,8 +94,7 @@ maven -o
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 maven -o server
 ]]></script>
-</div></div>
-          </div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/how-do-i-back-up-kahadb.html
==============================================================================
--- websites/production/activemq/content/how-do-i-back-up-kahadb.html (original)
+++ websites/production/activemq/content/how-do-i-back-up-kahadb.html Wed Nov 13 17:23:00 2013
@@ -72,14 +72,12 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-          <div class="wiki-content maincontent">
-<p>In creating a backup, there may be an issue with the lock file, or with an inuse journal file. The lock file is not important but you would want the latest journal files. </p>
+<div class="wiki-content maincontent"><p>In creating a backup, there may be an issue with the lock file, or with an inuse journal file. The lock file is not important but you would want the latest journal files. </p>
 
 <ol><li>Freeze the filesystem containing the database to ensure that you get a consistent snapshot of the journal.</li><li>Back-up the database using any of the standard back-up mechanisms.</li></ol>
 
 
-<p>Batch writes are serialised and followed by an fsync, so the fsfreeze will either block the next write or the next fsync. Either way is fine from a consistency point of view. The index is checkpointed to the journal periodically, so recovery of the index will at worst be from the last know good state.</p>
-          </div>
+<p>Batch writes are serialised and followed by an fsync, so the fsfreeze will either block the next write or the next fsync. Either way is fine from a consistency point of view. The index is checkpointed to the journal periodically, so recovery of the index will at worst be from the last know good state.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">