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 b08602b8d6 NO-JIRA doc spelling fix
b08602b8d6 is described below
commit b08602b8d6abcf6737b1e5f601012c9020b5829d
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Jan 29 15:10:36 2024 -0600
NO-JIRA doc spelling fix
---
docs/user-manual/message-grouping.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/message-grouping.adoc
b/docs/user-manual/message-grouping.adoc
index b09055d0b7..4b4135ac48 100644
--- a/docs/user-manual/message-grouping.adoc
+++ b/docs/user-manual/message-grouping.adoc
@@ -226,7 +226,7 @@ See the xref:examples.adoc#message-group[Message Group
Example] which shows how
== Clustered Grouping
-Before looking at the details for configuring clustered grouping support it is
worth examing the idea of clustered grouping as a whole.
+Before looking at the details for configuring clustered grouping support it is
worth examining the idea of clustered grouping as a whole.
In general, combining clustering and message grouping is a poor choice because
the fundamental ideas of grouped (i.e. ordered) messages and horizontal scaling
through clustering are essentially at odds with each other.
Message grouping enforces ordered message consumption.