We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caa14c commit a4e9d02Copy full SHA for a4e9d02
docs/src/main/asciidoc/sqs.adoc
@@ -9,7 +9,7 @@ Compared to JMS or other message services Amazon SQS has limitations that should
9
10
* Amazon SQS allows only `String` payloads, so any `Object` must be transformed into a String representation.
11
Spring Cloud AWS has dedicated support to transfer Java objects with Amazon SQS messages by converting them to JSON.
12
-* Amazon SQS has a maximum message size of 256kb per message, so bigger messages will fail to be sent.
+* Amazon SQS has a maximum message size of 1MiB per message, so bigger messages will fail to be sent.
13
14
A Spring Boot starter is provided to auto-configure SQS integration beans.
15
Maven coordinates, using <<index.adoc#bill-of-materials, Spring Cloud AWS BOM>>:
0 commit comments