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 2021/02/11 15:36:09 UTC

[activemq-artemis] branch master updated: NO_JIRA mention that a multiple values are allowed for anycastPrefix/multicastPrefix

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2aedde1  NO_JIRA mention that a multiple values are allowed for anycastPrefix/multicastPrefix
     new 078b2c0  This closes #3452
2aedde1 is described below

commit 2aedde1c80f54e59b4bb1dc33a70df2d61a02a63
Author: Erwin Dondorp <er...@cgi.com>
AuthorDate: Thu Feb 11 12:04:34 2021 +0000

    NO_JIRA mention that a multiple values are allowed for anycastPrefix/multicastPrefix
---
 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 b245201..df45624 100644
--- a/docs/user-manual/en/address-model.md
+++ b/docs/user-manual/en/address-model.md
@@ -394,7 +394,7 @@ of the message to **one** of the `ANYCAST` queues and to **all** of the
 However, clients can specify a special prefix when connecting to an address to
 indicate which kind of routing type to use. The prefixes are custom values that
 are designated using the anycastPrefix and multicastPrefix parameters within
-the URL of an acceptor.
+the URL of an acceptor. When multiple values are needed, these can be separated by a comma.
 
 ### Configuring an Anycast Prefix