You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/12/01 12:07:45 UTC

[activemq-artemis] branch main updated: NO-JIRA: update source file to ensure apache/activemq-website#68 remains resolved for future site refreshes

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e04f321  NO-JIRA: update source file to ensure apache/activemq-website#68 remains resolved for future site refreshes
e04f321 is described below

commit e04f3214cb6697c98ac6009f9f39b240ff811fb1
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Dec 1 12:07:05 2021 +0000

    NO-JIRA: update source file to ensure apache/activemq-website#68 remains resolved for future site refreshes
---
 docs/migration-guide/en/destinations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/migration-guide/en/destinations.md b/docs/migration-guide/en/destinations.md
index 5753c28..667b002 100644
--- a/docs/migration-guide/en/destinations.md
+++ b/docs/migration-guide/en/destinations.md
@@ -12,7 +12,7 @@ In ActiveMQ, destinations are pre-defined in the `<destinations>` section of the
 </destinations>	
 ```
 
-Things looks a bit different in Artemis. We already explained that queues are `anycast` addresses and topics are `muticast` 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. 
+Things looks a bit different in Artemis. We already explained that queues are `anycast` addresses and topics are `multicast` 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.
 
 Addresses are defined in `<addresses>` section of the `etc/broker.xml` configuration file. So the corresponding Artemis configuration for the ActiveMQ example above, looks like this: