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 61afbe26d6 NO-JIRA clarify wildcard routing doc missed previously
61afbe26d6 is described below
commit 61afbe26d6f86876f3a805688d0e009b912af553
Author: Justin Bertram <[email protected]>
AuthorDate: Sun Jun 8 09:42:53 2025 -0500
NO-JIRA clarify wildcard routing doc missed previously
---
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 6f0a9f908f..fdee8dc76f 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 `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 a queue is created with an address of say `news.#` then it will receive any
messages sent to addresses that match this, for instance `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