You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/03/29 20:11:41 UTC

[activemq-website] branch main updated: Add version/upgrade info for Artemis 2.21.0

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 21af706  Add version/upgrade info for Artemis 2.21.0
21af706 is described below

commit 21af70684aef303535ddbdea2c76981f320a7225
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Tue Mar 29 15:11:36 2022 -0500

    Add version/upgrade info for Artemis 2.21.0
---
 .../artemis/documentation/latest/versions.html     | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/src/components/artemis/documentation/latest/versions.html b/src/components/artemis/documentation/latest/versions.html
index 67c0dff..67415bb 100644
--- a/src/components/artemis/documentation/latest/versions.html
+++ b/src/components/artemis/documentation/latest/versions.html
@@ -1308,6 +1308,31 @@ chapter in addition to any version-specific upgrade instructions outlined here.<
 </ul>
 </li>
 </ul>
+<h2 id="2210">2.21.0</h2>
+<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351083&amp;projectId=12315920" target="_blank">Full release notes</a>.</p>
+<p>Highlights:</p>
+<ul>
+<li><a href="mqtt.html">MQTT 5</a> is now supported.</li>
+<li>A new set of <a href="perf-tools.html">performance tools</a> are now available to evaluate
+throughput and Response Under Load performance of Artemis</li>
+<li>Diverts now support <a href="diverts.html#composite-divert">multiple addresses</a></li>
+<li><a href="config-reload.html">Runtime configuration reloading</a> now supports bridges.</li>
+<li><a href="paging.html#paging-mode">Paging</a> can now be configured by message count.</li>
+</ul>
+<h4 id="upgrading-from-older-versions">Upgrading from older versions</h4>
+<p>Due to XML schema changes to correct an inaccurate domain name 2 files will need to
+be updated:</p>
+<ol>
+<li><code>etc/bootstrap.xml</code></li>
+<li><code>etc/management.xml</code></li>
+</ol>
+<p>In both files change the XML namespace from <code>activemq.org</code> to <code>activemq.apache.org</code>,
+e.g. in <code>bootsrap.xml</code> use:q:</p>
+<pre><code class="lang-xml"><span class="hljs-tag">&lt;<span class="hljs-name">broker</span> <span class="hljs-attr">xmlns</span>=<span class="hljs-string">&quot;http://activemq.apache.org/schema&quot;</span>&gt;</span>
+</code></pre>
+<p>And in <code>management.xml</code> use:</p>
+<pre><code class="lang-xml"><span class="hljs-tag">&lt;<span class="hljs-name">management-context</span> <span class="hljs-attr">xmlns</span>=<span class="hljs-string">&quot;http://activemq.apache.org/schema&quot;</span>&gt;</span>
+</code></pre>
 <h2 id="2200">2.20.0</h2>
 <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350581&amp;projectId=12315920" target="_blank">Full release notes</a>.</p>
 <p>Highlights:</p>