You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by dk...@apache.org on 2015/07/01 22:13:56 UTC

svn commit: r956584 [8/37] - 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/13...

Modified: websites/production/activemq/content/amqp.html
==============================================================================
--- websites/production/activemq/content/amqp.html (original)
+++ websites/production/activemq/content/amqp.html Wed Jul  1 20:13:48 2015
@@ -61,7 +61,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -82,7 +82,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>ActiveMQ supports the <a shape="rect" class="external-link" href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=amqp" rel="nofollow">AMQP 1.0</a> protocol which is an OASIS standard.</p><div class="confluence-information-macro confluence-information-macro-information"><p class="title">Availability</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>Available from ActiveMQ version <a shape="rect" href="activemq-580-release.html">5.8</a> onwards.</p></div></div><h3 id="AMQP-EnablingtheActiveMQBrokerforAMQP">Enabling the ActiveMQ Broker for AMQP</h3><p>Its very easy to enable ActiveMQ for AMQP. Just add a connector to the broker using the amqp URL.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><p>ActiveMQ supports the <a shape="rect" class="external-link" href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=amqp" rel="nofollow">AMQP 1.0</a> protocol which is an OASIS standard.</p><div class="confluence-information-macro confluence-information-macro-information"><p class="title">Availability</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>Available from ActiveMQ version <a shape="rect" href="activemq-580-release.html">5.8</a> onwards.</p></div></div><h3 id="AMQP-EnablingtheActiveMQBrokerforAMQP">Enabling the ActiveMQ Broker for AMQP</h3><p>Its very easy to enable ActiveMQ for AMQP. Just add a connector to the broker using the amqp URL.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">&lt;transportConnectors&gt;
    &lt;transportConnector name="amqp" uri="amqp://0.0.0.0:5672"/&gt;
 &lt;/transportConnectors&gt;
@@ -100,7 +100,7 @@
 </div></div><h3 id="AMQP-MappingtoJMS">Mapping to JMS</h3><p>There are three basic conversion strategies that can be used with AMQP and interoperating with the JMS API.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Strategy</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>native</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Default</strong> Wraps the bytes of the AMQP message into a JMS BytesMessage and<br clear="none"> also maps the headers of the AMQP message to headers on the JMS message</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>raw</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Wraps the bytes of the AMQP message into a JMS BytesMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>jms</p></td><td colspan="1" rowspan="1" class="con
 fluenceTd"><p>Maps headers of the AMQP message to JMS message headers and maps the<br clear="none"> body of the AMQP message to JMS body</p></td></tr></tbody></table></div><p>Set the <strong>transformer</strong> transport option on the transportConnector to the desired mapping strategy. For example, to interoperate with JMS at the payload level, set the <strong>transformer</strong> option to <strong>jms</strong></p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: xml; gutter: false; theme: Default" style="font-size:12px;">     &lt;transportConnector name="amqp" uri="amqp://localhost:5672?transport.transformer=jms"/&gt;
 </pre>
-</div></div><h4 id="AMQP-HowAMQPmessageheadersaremappedtoJMSHeaders:">How AMQP message headers are mapped to JMS Headers:</h4><p>The following headers are mapped regardless of the transformer used:</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>AMQP Message</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>JMS Message</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Notes</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_NATIVE</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Will be set to true if the transformer is 'native' or 'raw', false otherwise.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>message-format</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_MESSAGE_FORMAT</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p
 ></td></tr></tbody></table></div><p>The following headers are mapped if the transformer is 'native' or 'jms':</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>AMQP Message</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>JMS Message</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Notes</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.durable</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSDeliveryMode</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>javax.jms.Message.DEFAULT_DELIVERY_MODE if not set</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.priority</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSPriority</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>javax.jms.Message.DEFAULT_PRIORITY if not set</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.ttl</
 p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSExpiration</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>javax.jms.Message.DEFAULT_TIME_TO_LIVE if not set</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.first-acquirer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_FirstAcquirer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.deliveryCount</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXDeliveryCount</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>delivery-annotations.<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_DA_<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" r
 owspan="1" class="confluenceTd"><p>message-annotations.x-opt-jms-type</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSType</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>message-annotations.x-opt-to-type</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Type of the JMSDestination</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Comma separated list of 'queue', 'topic', or 'temporary', defaults to queue if not set.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>message-annotations.x-opt-reply-type</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Type of the JMSReplyTo</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Comma separated list of 'queue', 'topic', or 'temporary', defaults to queue if not set.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>message-annotations.<strong><span style="text-de
 coration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_MA_<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>application-properties.JMSXGroupID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXGroupID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>application-properties.JMSXGroupSequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXGroupSequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>application-properties.JMSXUserID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXUserID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></
 td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>application-properties.<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.message-id</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSMessageID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Auto generated if not set</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.user-id</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXUserID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.user-id is decoded as a UTF-8 String</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.to</p></td><td colspan="1" rowspan="1" class
 ="confluenceTd"><p>JMSDestination</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The name of the JMSDestination</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.subject</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_Subject</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.reply-to</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSReplyTo</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The name of the JMSReplyTo</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.correlation-id</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSCorrelationID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.content-type</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>J
 MS_AMQP_ContentType</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.content-encoding</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_ContentEncoding</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.creation-time</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSTimestamp</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.group-sequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXGroupSequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.reply-to-group-id</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_ReplyToGroupID</p></
 td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>footer.<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_FT_<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr></tbody></table></div><p>AMQP property value types are converted as follows:</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>AMQP Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Java Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Notes</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>bool</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Boolean</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr
 ><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>byte</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Byte</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>short</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Short</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>int</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Integer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>long</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Long</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>ubyte</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Byte or Short</p></td><td colspan="1" rowspan=
 "1" class="confluenceTd"><p>Short is used if value &gt; Byte.MAX_VALUE</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>ushort</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Short or Integer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Integer is used if value &gt; Short.MAX_VALUE</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>uint</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Integer or Long</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Long is used if value &gt; Integer.MAX_VALUE</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>ulong</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Long</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>double</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Double</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#
 160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>float</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Float</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>symbol</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>String</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>binary</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>String</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Hex encoding of the binary value</p></td></tr></tbody></table></div><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><h4 id="AMQP-HowAMQPmessagesbodiesaremappedtoJMSMessages:">How AMQP messages bodies are mapped to JMS Messages:</h4><p>If the transformer is set to 'jms', the they type of JMS message will depend on 
 the body type of the AMQP message.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Body Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>JMS Message Type</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>null</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Message</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Data</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>BytesMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpSequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>StreamMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue holding a null</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Message</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue holding a String</p></td><td colspan="1" rowspan="1" class="confluen
 ceTd"><p>TextMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue holding a binary</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>BytesMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue holding a list</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>StreamMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>ObjectMessage</p></td></tr></tbody></table></div><h3 id="AMQP-AMQP1.0clientlibrary">AMQP 1.0 client library</h3><p>You can use <a shape="rect" class="external-link" href="http://qpid.apache.org/proton/">Apache Qpid Proton</a>.</p>
+</div></div><h4 id="AMQP-HowAMQPmessageheadersaremappedtoJMSHeaders:">How AMQP message headers are mapped to JMS Headers:</h4><p>The following headers are mapped regardless of the transformer used:</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>AMQP Message</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>JMS Message</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Notes</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_NATIVE</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Will be set to true if the transformer is 'native' or 'raw', false otherwise.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>message-format</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_MESSAGE_FORMAT</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p
 ></td></tr></tbody></table></div><p>The following headers are mapped if the transformer is 'native' or 'jms':</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>AMQP Message</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>JMS Message</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Notes</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.durable</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSDeliveryMode</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>javax.jms.Message.DEFAULT_DELIVERY_MODE if not set</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.priority</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSPriority</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>javax.jms.Message.DEFAULT_PRIORITY if not set</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.ttl</
 p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSExpiration</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>javax.jms.Message.DEFAULT_TIME_TO_LIVE if not set</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.first-acquirer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_FirstAcquirer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>header.deliveryCount</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXDeliveryCount</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>delivery-annotations.<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_DA_<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" r
 owspan="1" class="confluenceTd"><p>message-annotations.x-opt-jms-type</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSType</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>message-annotations.x-opt-to-type</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Type of the JMSDestination</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Comma separated list of 'queue', 'topic', or 'temporary', defaults to queue if not set.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>message-annotations.x-opt-reply-type</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Type of the JMSReplyTo</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Comma separated list of 'queue', 'topic', or 'temporary', defaults to queue if not set.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>message-annotations.<strong><span style="text-de
 coration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_MA_<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>application-properties.JMSXGroupID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXGroupID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>application-properties.JMSXGroupSequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXGroupSequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>application-properties.JMSXUserID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXUserID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></
 td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>application-properties.<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.message-id</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSMessageID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Auto generated if not set</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.user-id</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXUserID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.user-id is decoded as a UTF-8 String</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.to</p></td><td colspan="1" rowspan="1" class
 ="confluenceTd"><p>JMSDestination</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The name of the JMSDestination</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.subject</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_Subject</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.reply-to</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSReplyTo</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The name of the JMSReplyTo</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.correlation-id</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSCorrelationID</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.content-type</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>J
 MS_AMQP_ContentType</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.content-encoding</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_ContentEncoding</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.creation-time</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSTimestamp</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.group-sequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMSXGroupSequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>properties.reply-to-group-id</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_ReplyToGroupID</p></
 td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>footer.<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>JMS_AMQP_FT_<strong><span style="text-decoration: underline;">name</span></strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr></tbody></table></div><p>AMQP property value types are converted as follows:</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>AMQP Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Java Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Notes</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>bool</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Boolean</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr
 ><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>byte</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Byte</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>short</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Short</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>int</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Integer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>long</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Long</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>ubyte</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Byte or Short</p></td><td colspan="1" rowspan=
 "1" class="confluenceTd"><p>Short is used if value &gt; Byte.MAX_VALUE</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>ushort</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Short or Integer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Integer is used if value &gt; Short.MAX_VALUE</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>uint</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Integer or Long</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Long is used if value &gt; Integer.MAX_VALUE</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>ulong</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Long</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>double</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Double</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#
 160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>float</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Float</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>symbol</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>String</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>binary</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>String</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Hex encoding of the binary value</p></td></tr></tbody></table></div><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><h4 id="AMQP-HowAMQPmessagesbodiesaremappedtoJMSMessages:">How AMQP messages bodies are mapped to JMS Messages:</h4><p>If the transformer is set to 'jms', the they type of JMS message will depend on 
 the body type of the AMQP message.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Body Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>JMS Message Type</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>null</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Message</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Data</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>BytesMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpSequence</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>StreamMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue holding a null</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Message</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue holding a String</p></td><td colspan="1" rowspan="1" class="confluen
 ceTd"><p>TextMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue holding a binary</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>BytesMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue holding a list</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>StreamMessage</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>AmqpValue</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>ObjectMessage</p></td></tr></tbody></table></div><h3 id="AMQP-AMQP1.0clientlibrary">AMQP 1.0 client library</h3><p>You can use <a shape="rect" class="external-link" href="http://qpid.apache.org/proton/">Apache Qpid Proton</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200708-august.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200708-august.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200708-august.html Wed Jul  1 20:13:48 2015
@@ -60,7 +60,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -81,7 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<h1 id="ApacheActiveMQBoardReport-2007.08(August)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="ApacheActiveMQBoardReport-2007.08(August)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: plain; gutter: false; theme: Default" style="font-size:12px;">July board report was missed in part due to a change in PMC chair.
 
 Community:
@@ -102,7 +102,7 @@ Maintenance Releases:
  * ActiveMQ CMS 1.1 - Updated to build as a shared lib
 
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200710-october.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200710-october.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200710-october.html Wed Jul  1 20:13:48 2015
@@ -60,7 +60,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -81,7 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<h1 id="ApacheActiveMQBoardReport-2007.10(October)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="ApacheActiveMQBoardReport-2007.10(October)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: plain; gutter: false; theme: Default" style="font-size:12px;">Community:
  * The developer and user communities remain very active.
  * The Camel project, NMS project, and recent release candidate for ActiveMQ 
@@ -98,7 +98,7 @@ Releases:
  * ActiveMQ Camel 1.1.0 - A routing and mediation engine
  * ActiveMQ CPP 2.1 - A C++ client to ActiveMQ that implements the CMS API
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200801-january.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200801-january.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200801-january.html Wed Jul  1 20:13:48 2015
@@ -60,7 +60,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -81,7 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<h1 id="ApacheActiveMQBoardReport-2008.01(January)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="ApacheActiveMQBoardReport-2008.01(January)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: plain; gutter: false; theme: Default" style="font-size:12px;">Community:
  * Nicky Sandhu and Hadrian Zbarcea were voted in and accepted becoming ActiveMQ committers
  * A code grant was accepted for an NMS implementation that access 
@@ -100,7 +100,7 @@ Releases:
  * ActiveMQ CPP 2.1.2
  * ActiveMQ CPP 2.1.3
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200807-july.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200807-july.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200807-july.html Wed Jul  1 20:13:48 2015
@@ -60,7 +60,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -81,7 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<h1 id="ApacheActiveMQBoardReport-2008.07(July)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="ApacheActiveMQBoardReport-2008.07(July)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: plain; gutter: false; theme: Default" style="font-size:12px;">Community:
  * The ActiveMQ project has had another very busy quarter.  Seven new contributors were voted in and accepted becoming ActiveMQ committers:
    * Gary Tully 
@@ -105,7 +105,7 @@ Releases:
  * ActiveMQ-CPP 2.2
 
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200810-october.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200810-october.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200810-october.html Wed Jul  1 20:13:48 2015
@@ -60,7 +60,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -81,7 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<h1 id="ApacheActiveMQBoardReport-2008.10(October)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="ApacheActiveMQBoardReport-2008.10(October)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: plain; gutter: false; theme: Default" style="font-size:12px;">Community:
  * The ActiveMQ project has had another very busy quarter.  Jonathan Anstey was voted in as an ActiveMQ committer.
  * The development and user lists continue to stay vibrant.
@@ -96,7 +96,7 @@ Releases:
 
 
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200901-january.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200901-january.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200901-january.html Wed Jul  1 20:13:48 2015
@@ -60,7 +60,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -81,7 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<h1 id="ApacheActiveMQBoardReport-2009.01(January)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="ApacheActiveMQBoardReport-2009.01(January)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: plain; gutter: false; theme: Default" style="font-size:12px;">Community:
  * The ActiveMQ project has had another very busy quarter.  William Tam has been added as an ActiveMQ committer.
  * The development and user lists continue to stay vibrant.
@@ -101,7 +101,7 @@ Releases:
  * ActiveMQ-CPP 2.2.3
  * Camel 1.5.0
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200904-april.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200904-april.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200904-april.html Wed Jul  1 20:13:48 2015
@@ -60,7 +60,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -81,7 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<h1 id="ApacheActiveMQBoardReport-2009.04(April)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="ApacheActiveMQBoardReport-2009.04(April)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: plain; gutter: false; theme: Default" style="font-size:12px;">Community:
  * The ActiveMQ project has had another very busy but quiet quarter.
  * The development and user lists continue to stay vibrant.
@@ -98,7 +98,7 @@ Releases:
  * ActiveMQ-CPP 2.2.4
  * ActiveMQ-CPP 2.2.5
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200907-july.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200907-july.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200907-july.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
+<div class="wiki-content maincontent"><div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>Community:
  * The ActiveMQ project has had another very busy but quiet quarter.
  * The development and user lists continue to stay vibrant.
@@ -91,7 +91,7 @@ Releases:
  * ActiveMQ-CPP 3.0.1
 
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-200910-october.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-200910-october.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-200910-october.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
+<div class="wiki-content maincontent"><div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>Community:
  * The ActiveMQ project has had another very busy but quiet quarter.
  * The development and user lists continue to stay vibrant.
@@ -92,7 +92,7 @@ Releases:
  * ActiveMQ 5.3.0
 
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201001-january.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201001-january.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201001-january.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
+<div class="wiki-content maincontent"><div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
 <pre>Community:
  * The ActiveMQ project has had another very busy but quiet quarter.
  * The development and user lists continue to stay vibrant.
@@ -86,7 +86,7 @@ Releases:
  * ActiveMQ-CPP 3.1.0
 
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201005-may.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201005-may.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201005-may.html Wed Jul  1 20:13:48 2015
@@ -60,7 +60,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -81,7 +81,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<h1 id="ApacheActiveMQBoardReport-2010.05(May)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="ApacheActiveMQBoardReport-2010.05(May)-StatusreportfortheApacheActiveMQProject">Status report for the Apache ActiveMQ Project</h1><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: plain; gutter: false; theme: Default" style="font-size:12px;">Apologies for missing the April board report deadline.
 
 Community:
@@ -101,7 +101,7 @@ Releases:
  * Apache.NMS API 1.2.0
 
 </pre>
-</div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201007-july.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201007-july.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201007-july.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>Community:</p><ul><li>The development and user lists continue to stay active and vibrant.</li><li>No new committers or PMC members added</li></ul><p>Development:</p><ul><li>Working towards an ActiveMQ 5.4 release.</li><li>Prototype broker core for ActiveMQ 6.x is showing promise</li></ul><p>Releases:</p><ul><li>ActiveMQ-CPP 3.2.1</li><li>ActiveMQ-CPP 3.2.0</li><li>ActiveMQ-CPP 3.1.3</li><li>Apache.NMS API 1.3.0</li><li>Apache.NMS.ActiveMQ 1.3.0</li><li>Apache.NMS.Stomp 1.3.0</li></ul>
+<div class="wiki-content maincontent"><p>Community:</p><ul><li>The development and user lists continue to stay active and vibrant.</li><li>No new committers or PMC members added</li></ul><p>Development:</p><ul><li>Working towards an ActiveMQ 5.4 release.</li><li>Prototype broker core for ActiveMQ 6.x is showing promise</li></ul><p>Releases:</p><ul><li>ActiveMQ-CPP 3.2.1</li><li>ActiveMQ-CPP 3.2.0</li><li>ActiveMQ-CPP 3.1.3</li><li>Apache.NMS API 1.3.0</li><li>Apache.NMS.ActiveMQ 1.3.0</li><li>Apache.NMS.Stomp 1.3.0</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201010-october.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201010-october.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201010-october.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>Community:</p><ul><li>The development and user lists continue to stay active and vibrant.</li><li>No new committers or PMC members added</li></ul><p>Development:</p><ul><li>Development has started on the next ActiveMQ 5.5 release.</li><li>Prototype broker core slated for ActiveMQ 6.x is still under development</li></ul><p>Releases:</p><ul><li>Apache.NMS.ActiveMQ 1.4.1</li><li>Apache ActiveMQ 5.4.1</li><li>Apache.NMS.Stomp 1.4.0</li><li>Apache.NMS.ActiveMQ 1.4.0</li><li>ActiveMQ-CPP 3.2.3</li><li>Apache.NMS API 1.4.0</li><li>Apache ActiveMQ 5.4.0</li><li>Apache ActiveMQ Protocol Buffers 1.1</li><li>ActiveMQ-CPP 3.2.2</li></ul>
+<div class="wiki-content maincontent"><p>Community:</p><ul><li>The development and user lists continue to stay active and vibrant.</li><li>No new committers or PMC members added</li></ul><p>Development:</p><ul><li>Development has started on the next ActiveMQ 5.5 release.</li><li>Prototype broker core slated for ActiveMQ 6.x is still under development</li></ul><p>Releases:</p><ul><li>Apache.NMS.ActiveMQ 1.4.1</li><li>Apache ActiveMQ 5.4.1</li><li>Apache.NMS.Stomp 1.4.0</li><li>Apache.NMS.ActiveMQ 1.4.0</li><li>ActiveMQ-CPP 3.2.3</li><li>Apache.NMS API 1.4.0</li><li>Apache ActiveMQ 5.4.0</li><li>Apache ActiveMQ Protocol Buffers 1.1</li><li>ActiveMQ-CPP 3.2.2</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201101-january.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201101-january.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201101-january.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No new committers or PMC members added.</li></ul><p>Development:</p><ul><li>Development has started on the next ActiveMQ 5.5 release.</li><li>Prototype broker core slated for ActiveMQ 6.x is still under development.</li><li>Apache.NMS.Stomp 1.5.0 is being readied for release.</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ 5.4.2</li><li>Apache ActiveMQ CPP 3.2.4</li><li>Apache.NMS 1.5.0</li></ul>
+<div class="wiki-content maincontent"><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No new committers or PMC members added.</li></ul><p>Development:</p><ul><li>Development has started on the next ActiveMQ 5.5 release.</li><li>Prototype broker core slated for ActiveMQ 6.x is still under development.</li><li>Apache.NMS.Stomp 1.5.0 is being readied for release.</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ 5.4.2</li><li>Apache ActiveMQ CPP 3.2.4</li><li>Apache.NMS 1.5.0</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201104-april.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201104-april.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201104-april.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>Alex Dean (alexd) added as a committer to the project</li></ul><p>Development:</p><ul><li>Development has started on the next ActiveMQ 5.6 release.</li><li>Development continues on the ActiveMQ Apollo 1.0 release.</li><li>Development has started on the next Apache.NMS.ActiveMQ 1.5.1 release.</li><li>ActiveMQ-CPP v3.3.0 is being prepared for release.</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ 5.5.0</li><li>Apache ActiveMQ Apollo 1.0 Beta 1</li><li>Apache ActiveMQ-CPP v3.2.5</li><li>Apache.NMS.ActiveMQ 1.5.0</li><li>Apache.NMS.Stomp 1.5.1</li><li>Apache.NMS.Stomp 1.5.0</li></ul>
+<div class="wiki-content maincontent"><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>Alex Dean (alexd) added as a committer to the project</li></ul><p>Development:</p><ul><li>Development has started on the next ActiveMQ 5.6 release.</li><li>Development continues on the ActiveMQ Apollo 1.0 release.</li><li>Development has started on the next Apache.NMS.ActiveMQ 1.5.1 release.</li><li>ActiveMQ-CPP v3.3.0 is being prepared for release.</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ 5.5.0</li><li>Apache ActiveMQ Apollo 1.0 Beta 1</li><li>Apache ActiveMQ-CPP v3.2.5</li><li>Apache.NMS.ActiveMQ 1.5.0</li><li>Apache.NMS.Stomp 1.5.1</li><li>Apache.NMS.Stomp 1.5.0</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201107-july.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201107-july.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201107-july.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No new committers or PMC members added.</li></ul><p>Development:</p><ul><li>Development has started on the next ActiveMQ 5.6 release.</li><li>Apollo 1.0 is approaching completion. Several betas have been released and it has shown to be stable and easy to manage. The Apollo messaging engine will likely be the path used to implement ActiveMQ 6.0.</li><li>Development has started on a new ZeroMQ provider for the NMS project. This new provider named Apache.NMS.ZMQ will be compatible with the Apache.NMS 1.5.1 API.</li></ul><p>Trademark / Branding Status:</p><ul><li>activemq.apache.org has been updated to follow the trademark guidelines</li><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and
  readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache Apollo 1.0 beta 4</li><li>Apache Apollo 1.0 beta 3</li><li>Apache Apollo 1.0 beta 2</li><li>Apache Apollo 1.0 beta 1</li><li>Apache.NMS.ActiveMQ 1.5.1</li><li>Apache ActiveMQ-CPP v3.4.0</li><li>Apache ActiveMQ-CPP v3.3.0</li><li>Apache ActiveMQ 5.5.0</li><li>Apache ActiveMQ-CPP v3.2.5</li><li>Apache.NMS.ActiveMQ 1.5.0</li><li>Apache.NMS.Stomp 1.5.1</li><li>Apache.NMS.Stomp 1.5.0</li></ul>
+<div class="wiki-content maincontent"><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No new committers or PMC members added.</li></ul><p>Development:</p><ul><li>Development has started on the next ActiveMQ 5.6 release.</li><li>Apollo 1.0 is approaching completion. Several betas have been released and it has shown to be stable and easy to manage. The Apollo messaging engine will likely be the path used to implement ActiveMQ 6.0.</li><li>Development has started on a new ZeroMQ provider for the NMS project. This new provider named Apache.NMS.ZMQ will be compatible with the Apache.NMS 1.5.1 API.</li></ul><p>Trademark / Branding Status:</p><ul><li>activemq.apache.org has been updated to follow the trademark guidelines</li><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are al
 so compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache Apollo 1.0 beta 4</li><li>Apache Apollo 1.0 beta 3</li><li>Apache Apollo 1.0 beta 2</li><li>Apache Apollo 1.0 beta 1</li><li>Apache.NMS.ActiveMQ 1.5.1</li><li>Apache ActiveMQ-CPP v3.4.0</li><li>Apache ActiveMQ-CPP v3.3.0</li><li>Apache ActiveMQ 5.5.0</li><li>Apache ActiveMQ-CPP v3.2.5</li><li>Apache.NMS.ActiveMQ 1.5.0</li><li>Apache.NMS.Stomp 1.5.1</li><li>Apache.NMS.Stomp 1.5.0</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201110-october.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201110-october.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201110-october.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No new committers or PMC members added.</li></ul><p>Development:</p><ul><li>A LGPL licensed artifact was discovered to be in a Apache Camel dependency which was included in the ActiveMQ 5.4.0, 5.4.1, 5.4.2 and 5.5.0 releases. We have removed the release from the Apache download server and released ActiveMQ 5.4.3 and 5.5.1 with the artifacts removed.</li><li>ActiveMQ 5.6 is about to be released.</li><li>Apollo 1.0 is approaching completion. Several betas have been released and it has shown to be stable and easy to manage. The Apollo messaging engine will likely be the path used to implement ActiveMQ 6.0.</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>
 Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ 5.5.1</li><li>Apache ActiveMQ 5.4.3</li><li>Apache Apollo 1.0 beta 5</li><li>Apache ActiveIO 3.1.3</li></ul>
+<div class="wiki-content maincontent"><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No new committers or PMC members added.</li></ul><p>Development:</p><ul><li>A LGPL licensed artifact was discovered to be in a Apache Camel dependency which was included in the ActiveMQ 5.4.0, 5.4.1, 5.4.2 and 5.5.0 releases. We have removed the release from the Apache download server and released ActiveMQ 5.4.3 and 5.5.1 with the artifacts removed.</li><li>ActiveMQ 5.6 is about to be released.</li><li>Apollo 1.0 is approaching completion. Several betas have been released and it has shown to be stable and easy to manage. The Apollo messaging engine will likely be the path used to implement ActiveMQ 6.0.</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make
  sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ 5.5.1</li><li>Apache ActiveMQ 5.4.3</li><li>Apache Apollo 1.0 beta 5</li><li>Apache ActiveIO 3.1.3</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201201-january.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201201-january.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201201-january.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>Torsten Mielke we voted in as a new committer.</li><li>PMC members Aaron Mulder and Alan D. Cabrera changed status to emeritus</li></ul><p>Development:</p><ul><li>ActiveMQ 5.6 is still being worked on.</li><li>Apollo 1.0 is approaching completion. Several betas have been released and it has shown to be stable and easy to manage. The Apollo messaging engine will likely be the path used to implement ActiveMQ 6.0.</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM)
  for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ-CPP v3.4.1</li><li>Apache Apollo 1.0 beta 6</li><li>Apache.NMS.Stomp v1.5.2</li><li>Apache.NMS.ActiveMQ 1.5.2</li></ul>
+<div class="wiki-content maincontent"><p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>Torsten Mielke we voted in as a new committer.</li><li>PMC members Aaron Mulder and Alan D. Cabrera changed status to emeritus</li></ul><p>Development:</p><ul><li>ActiveMQ 5.6 is still being worked on.</li><li>Apollo 1.0 is approaching completion. Several betas have been released and it has shown to be stable and easy to manage. The Apollo messaging engine will likely be the path used to implement ActiveMQ 6.0.</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if 
 we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ-CPP v3.4.1</li><li>Apache Apollo 1.0 beta 6</li><li>Apache.NMS.Stomp v1.5.2</li><li>Apache.NMS.ActiveMQ 1.5.2</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201204-april.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201204-april.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201204-april.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No changes in the committer or PMC membership rosters</li></ul><p>Development:</p><ul><li>The ActiveMQ 5.6 should be getting released shortly</li><li>Apollo 1.0 finally came out of beta and is now having regular releases</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Relea
 ses:</p><ul><li>Apache Apollo 1.1</li><li>Apache Apollo 1.0</li><li>Apache.NMS.ActiveMQ 1.5.3</li></ul>
+<div class="wiki-content maincontent"><p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No changes in the committer or PMC membership rosters</li></ul><p>Development:</p><ul><li>The ActiveMQ 5.6 should be getting released shortly</li><li>Apollo 1.0 finally came out of beta and is now having regular releases</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be rev
 iewed for compliance</li></ul><p>Releases:</p><ul><li>Apache Apollo 1.1</li><li>Apache Apollo 1.0</li><li>Apache.NMS.ActiveMQ 1.5.3</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201207-july.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201207-july.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201207-july.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No changes in the committer or PMC membership rosters</li></ul><p>Development:</p><ul><li>It was a busy quarter in which we finally released ActiveMQ 5.6.0 along with server native client releases and a couple of Apollo releases.</li><li>ActiveMQ 5.7 and Apollo 1.4 is under development</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and r
 eadme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache.NMS.ActiveMQ 1.5.6</li><li>Apache.NMS 1.5.1</li><li>Apache ActiveMQ-CPP v3.4.4</li><li>Apache ActiveMQ-CPP v3.4.3</li><li>Apache Apollo 1.3</li><li>Apache ActiveMQ 5.6.0</li><li>Apache.NMS.ActiveMQ 1.5.5</li><li>Apache ActiveMQ-CPP v3.4.2</li><li>Apache ActiveIO 3.1.4</li><li>Apache Apollo 1.2</li><li>Apache.NMS.ActiveMQ 1.5.4</li></ul>
+<div class="wiki-content maincontent"><p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>No changes in the committer or PMC membership rosters</li></ul><p>Development:</p><ul><li>It was a busy quarter in which we finally released ActiveMQ 5.6.0 along with server native client releases and a couple of Apollo releases.</li><li>ActiveMQ 5.7 and Apollo 1.4 is under development</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also
  compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache.NMS.ActiveMQ 1.5.6</li><li>Apache.NMS 1.5.1</li><li>Apache ActiveMQ-CPP v3.4.4</li><li>Apache ActiveMQ-CPP v3.4.3</li><li>Apache Apollo 1.3</li><li>Apache ActiveMQ 5.6.0</li><li>Apache.NMS.ActiveMQ 1.5.5</li><li>Apache ActiveMQ-CPP v3.4.2</li><li>Apache ActiveIO 3.1.4</li><li>Apache Apollo 1.2</li><li>Apache.NMS.ActiveMQ 1.5.4</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201210-october.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201210-october.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201210-october.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>Christian Posta was voted in to be an ActiveMQ committer</li></ul><p>Development:</p><ul><li>It was a busy quarter in which we released ActiveMQ 5.7.0 along with a native client releas and an Apollo releases.</li><li>ActiveMQ 5.8 has just started development and is working towards implmenting AMQP 1.0 using the proton library from the Apache Qpid project.</li><li>ActiveMQ-CPP 3.5.0 is in testing now and should be completed before years end.</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we shoul
 d be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ 5.7.0</li><li>Apache.NMS.Stomp 1.5.3</li><li>Apache Apollo 1.4</li><li>Apache ActiveMQ 3.4.5 in progress.</li></ul>
+<div class="wiki-content maincontent"><p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li><li>Christian Posta was voted in to be an ActiveMQ committer</li></ul><p>Development:</p><ul><li>It was a busy quarter in which we released ActiveMQ 5.7.0 along with a native client releas and an Apollo releases.</li><li>ActiveMQ 5.8 has just started development and is working towards implmenting AMQP 1.0 using the proton library from the Apache Qpid project.</li><li>ActiveMQ-CPP 3.5.0 is in testing now and should be completed before years end.</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities<
 /li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ 5.7.0</li><li>Apache.NMS.Stomp 1.5.3</li><li>Apache Apollo 1.4</li><li>Apache ActiveMQ 3.4.5 in progress.</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201301-january.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201301-january.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201301-january.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li></ul><p>Development:</p><ul><li>Migration to svnpubsub is almost complete.</li><li>ActiveMQ 5.8 is almost ready for a release and has implemented AMQP 1.0 using the proton library from the Apache Qpid project.</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li
 >Apache Apollo 1.5</li><li>Apache ActiveMQ CPP 3.5.0</li><li>Apache ActiveMQ CPP 3.4.5</li></ul>
+<div class="wiki-content maincontent"><p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li></ul><p>Development:</p><ul><li>Migration to svnpubsub is almost complete.</li><li>ActiveMQ 5.8 is almost ready for a release and has implemented AMQP 1.0 using the proton library from the Apache Qpid project.</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compl
 iance</li></ul><p>Releases:</p><ul><li>Apache Apollo 1.5</li><li>Apache ActiveMQ CPP 3.5.0</li><li>Apache ActiveMQ CPP 3.4.5</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/activemq/content/apache-activemq-board-report-201304-april.html
==============================================================================
--- websites/production/activemq/content/apache-activemq-board-report-201304-april.html (original)
+++ websites/production/activemq/content/apache-activemq-board-report-201304-april.html Wed Jul  1 20:13:48 2015
@@ -51,7 +51,7 @@
       <div>
 
 <!-- Banner -->
-<p></p><p>
+<p>
 	</p><div id="asf_logo">
 	<div id="activemq_logo">
             <a shape="rect" style="float:left; width:280px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:10px; margin-left:100px;" href="http://activemq.apache.org" title="The most popular and powerful open source Message Broker">ActiveMQ</a> &#8482;
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li></ul><p>Development:</p><ul><li>Migration to svnpubsub was completed.</li><li>Development on ActiveMQ 5.9 is underway</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ-CPP 3.6.0 (Mar 7/2013)</li><li>Apache Apollo 1.6 (Feb 25/2013)</li><li>Apac
 he ActiveMQ 5.8.0 (Feb 11/2013)</li></ul>
+<div class="wiki-content maincontent"><p>TLP Description:</p><p>Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</p><p>Community:</p><ul><li>The development and user lists continue to stay active.</li></ul><p>Development:</p><ul><li>Migration to svnpubsub was completed.</li><li>Development on ActiveMQ 5.9 is underway</li></ul><p>Trademark / Branding Status:</p><ul><li>The activemq.org and activemq.com TLD's are owned by other entities</li><li>Need to investiate if we should be using (R) instead of (TM) for the ActiveMQ mark</li><li>Sub-projects need to be reviewed to make sure they are also compliant</li><li>Documentation and readme files will also be reviewed for compliance</li></ul><p>Releases:</p><ul><li>Apache ActiveMQ-CPP 3.6.0 (Mar 7/2013)</li><li>Apache
  Apollo 1.6 (Feb 25/2013)</li><li>Apache ActiveMQ 5.8.0 (Feb 11/2013)</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">