NO-JIRA fix compressLargeMessage documentation

This commit is contained in:
Justin Bertram 2022-02-10 09:48:36 -06:00
parent c3d0658466
commit 7648e8bac3
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
1 changed files with 2 additions and 2 deletions

View File

@ -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