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-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 00b9148b83 NO-JIRA clarify wildcard routing doc
00b9148b83 is described below

commit 00b9148b831b5e8c5e904124e486cdce06951f58
Author: Justin Bertram <[email protected]>
AuthorDate: Sun Jun 8 09:42:00 2025 -0500

    NO-JIRA clarify wildcard routing doc
---
 docs/user-manual/wildcard-routing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/wildcard-routing.adoc 
b/docs/user-manual/wildcard-routing.adoc
index 358ec9abe7..6f0a9f908f 100644
--- a/docs/user-manual/wildcard-routing.adoc
+++ b/docs/user-manual/wildcard-routing.adoc
@@ -5,7 +5,7 @@
 
 Apache ActiveMQ Artemis allows the routing of messages via wildcard addresses.
 
-If a queue is created with an address of say `queue.news.#` then it will 
receive any messages sent to addresses that match this, for instance 
`queue.news.europe` or `queue.news.usa` or `queue.news.usa.sport`.
+If a queue is created with an address of say `news.#` then it will receive any 
messages sent to addresses that match this, for instance `queue.news.europe` or 
`news.usa` or `news.usa.sport`.
 If you create a consumer on this queue, this allows a consumer to consume 
messages which are sent to a _hierarchy_ of addresses.
 
 [NOTE]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to