This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 93739bc Automatic Site Publish by Buildbot
93739bc is described below
commit 93739bcc0d501005444ef14186dbf094d9bbcd8e
Author: buildbot <[email protected]>
AuthorDate: Wed Dec 1 12:14:14 2021 +0000
Automatic Site Publish by Buildbot
---
output/components/artemis/migration-documentation/destinations.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/output/components/artemis/migration-documentation/destinations.html
b/output/components/artemis/migration-documentation/destinations.html
index df1926b..9671523 100644
--- a/output/components/artemis/migration-documentation/destinations.html
+++ b/output/components/artemis/migration-documentation/destinations.html
@@ -298,7 +298,7 @@
<span class="hljs-tag"><<span class="hljs-name">topic</span> <span
class="hljs-attr">physicalName</span>=<span
class="hljs-string">"my-topic"</span> /></span>
<span class="hljs-tag"></<span
class="hljs-name">destinations</span>></span>
</code></pre>
-<p>Things looks a bit different in Artemis. We already explained that queues
are <code>anycast</code> addresses and topics are <code>muticast</code> ones.
We're not gonna go deep into the address settings details here and
you're advised to look at the user manual for that. Let's just see
what we need to do in order to replicate ActiveMQ configuration. </p>
+<p>Things looks a bit different in Artemis. We already explained that queues
are <code>anycast</code> addresses and topics are <code>multicast</code> ones.
We're not gonna go deep into the address settings details here and
you're advised to look at the user manual for that. Let's just see
what we need to do in order to replicate ActiveMQ configuration. </p>
<p>Addresses are defined in <code><addresses></code> section of the
<code>etc/broker.xml</code> configuration file. So the corresponding Artemis
configuration for the ActiveMQ example above, looks like this:</p>
<pre><code class="lang-xml"><span class="hljs-tag"><<span
class="hljs-name">addresses</span>></span>
<span class="hljs-tag"><<span class="hljs-name">address</span> <span
class="hljs-attr">name</span>=<span
class="hljs-string">"my-queue"</span>></span>