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 7648e8b NO-JIRA fix compressLargeMessage documentation
7648e8b is described below
commit 7648e8bac395ee98824d265e41ae96017796037a
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Feb 10 09:48:36 2022 -0600
NO-JIRA fix compressLargeMessage documentation
---
docs/user-manual/en/large-messages.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/user-manual/en/large-messages.md
b/docs/user-manual/en/large-messages.md
index 37b03c4..57068c4 100644
--- a/docs/user-manual/en/large-messages.md
+++ b/docs/user-manual/en/large-messages.md
@@ -60,9 +60,9 @@ JMS connection factory.
## Compressed Large Messages on Core Protocol
You can choose to send large messages in compressed form using
-`compressLargeMessages` URL parameter.
+`compressLargeMessage` URL parameter.
-If you specify the boolean URL parameter `compressLargeMessages` as true, The
+If you specify the boolean URL parameter `compressLargeMessage` as true, the
system will use the ZIP algorithm to compress the message body as the message
is transferred to the server's side. Notice that there's no special treatment
at the server's side, all the compressing and uncompressing is done at the