You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/10/31 19:46:00 UTC

[activemq-artemis] branch main updated: NO-JIRA: Fixing typo in address-model.md

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

clebertsuconic 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 d3a3009230 NO-JIRA: Fixing typo in address-model.md
     new 5d4e32d01c This closes #4275
d3a3009230 is described below

commit d3a3009230c039cdf368c19773cb61a93344e869
Author: Gerd Klingler <ge...@gmail.com>
AuthorDate: Mon Oct 31 11:09:19 2022 +0100

    NO-JIRA: Fixing typo in address-model.md
    
    Name for address should be address.foo as used in the related image
---
 docs/user-manual/en/address-model.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/address-model.md b/docs/user-manual/en/address-model.md
index 5fce3bc7fa..f39898c775 100644
--- a/docs/user-manual/en/address-model.md
+++ b/docs/user-manual/en/address-model.md
@@ -97,7 +97,7 @@ throughput. Multiple Java applications sharing a JMS queue is a classic example
 of this use-case.
 
 In this use-case the broker is configured, for example, with an address, 
-`anycast.foo` using the `anycast` routing type with just one queue, `q1`. When
+`address.foo` using the `anycast` routing type with just one queue, `q1`. When
 a producer sends a message to `address.foo` it is then routed to `q1` and
 finally dispatched to one of the consumers.