Author: jbertram
Date: Sat Mar 16 13:23:24 2019
New Revision: 1041984
Log:
Fix table formatting
Modified:
websites/production/activemq/content/activemq-website/activemq-580-release.html
Modified:
websites/production/activemq/content/activemq-website/activemq-580-release.html
==============================================================================
---
websites/production/activemq/content/activemq-website/activemq-580-release.html
(original)
+++
websites/production/activemq/content/activemq-website/activemq-580-release.html
Sat Mar 16 13:23:24 2019
@@ -126,66 +126,43 @@
<p>There are some changes in 5.8 that may require some code change</p>
<ol>
- <li>New modules may effect your maven pom dependencies<br />
-<code class="highlighter-rouge">activemq-core</code> has been replaced with
<code class="highlighter-rouge">activemq-client</code> and <code
class="highlighter-rouge">activemq-broker</code>. The various message stores
have their own activemq-xx-store module. The uber module <code
class="highlighter-rouge">activemq-all</code> remains.</li>
+ <li>New modules may effect your maven pom dependencies <code
class="highlighter-rouge">activemq-core</code> has been replaced with <code
class="highlighter-rouge">activemq-client</code> and <code
class="highlighter-rouge">activemq-broker</code>. The various message stores
have their own activemq-xx-store module. The uber module <code
class="highlighter-rouge">activemq-all</code> remains.</li>
<li>
- <p>Changed JMX Mbean ObjectNames will effect scripts or tools that
directly reference Mbean names<br />
-All mbeans now share the type=Broker attribute, which gives them containment.
In this way, consumers hang off of destinations, which hang off the broker.<br
/>
-The different Mbean types are identified by the presence of specific
identifiers in their ObjectNames. The mapping from old to new ObjectName is as
follows:</p>
-
- <p>Type</p>
-
- <p>Old Name</p>
-
- <p>New Name</p>
-
- <p>Broker</p>
-
- <p>Type=Broker</p>
-
- <p>type=Broker</p>
-
- <p>Destination</p>
+ <p>Changed JMX Mbean ObjectNames will effect scripts or tools that
directly reference Mbean names. All mbeans now share the type=Broker attribute,
which gives them containment. In this way, consumers hang off of destinations,
which hang off the broker. The different Mbean types are identified by the
presence of specific identifiers in their ObjectNames. The mapping from old to
new ObjectName is as follows:</p>
<table>
- <tbody>
+ <thead>
<tr>
- <td>Type=Queue</td>
- <td>Topic,Destination=<destination identifier=""></destination></td>
+ <th>Type</th>
+ <th>Old Name</th>
+ <th>New Name</th>
</tr>
- </tbody>
- </table>
-
- <table>
+ </thead>
<tbody>
<tr>
- <td>type=Broker,destinationType=Queue</td>
- <td>Topic,destinationName=<destination
identifier=""></destination></td>
+ <td>Broker</td>
+ <td>Type=Broker</td>
+ <td>type=Broker</td>
+ </tr>
+ <tr>
+ <td>Destination</td>
+ <td>Type=Queue|Topic,Destination=<destination
identifier=""></destination></td>
+
<td>type=Broker,destinationType=Queue|Topic,destinationName=<destination
identifier=""></destination></td>
+ </tr>
+ <tr>
+ <td>Connector</td>
+ <td>Type=Connector</td>
+ <td>type=Broker,connector=clientConnectors</td>
+ </tr>
+ <tr>
+ <td>NetworkConnector</td>
+ <td>Type=NetworkConnector</td>
+ <td>type=Broker,connector=networkConnectors</td>
</tr>
- </tbody>
- </table>
-
- <p>Connector</p>
-
- <p>Type=Connector</p>
-
- <p>type=Broker,connector=clientConnectors</p>
-
- <p>NetworkConnector</p>
-
- <p>Type=NetworkConnector</p>
-
- <p>type=Broker,connector=networkConnectors</p>
-
- <p>Connection</p>
-
- <p>Type=Connection</p>
-
- <table>
- <tbody>
<tr>
- <td>type=Broker,connector=*,connectionViewType=remoteAddress</td>
- <td>clientId</td>
+ <td>Connection</td>
+ <td>Type=Connection</td>
+
<td>type=Broker,connector=*,connectionViewType=remoteAddress|clientId</td>
</tr>
</tbody>
</table>
@@ -262,8 +239,8 @@ $ gpg --verify apache-activemq-<versi
<version>5.8.0</version>
</dependency>
</code></pre></div></div>
-<p>Getting the Source Code
-ââââââââ</p>
+
+<h2 id="getting-the-source-code">Getting the Source Code</h2>
<h3 id="source-distributions">Source Distributions</h3>