Skip to content

Commit a4e9d02

Browse files
authored
1 parent 4caa14c commit a4e9d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/sqs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Compared to JMS or other message services Amazon SQS has limitations that should
99

1010
* Amazon SQS allows only `String` payloads, so any `Object` must be transformed into a String representation.
1111
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.
12+
* Amazon SQS has a maximum message size of 1MiB per message, so bigger messages will fail to be sent.
1313
1414
A Spring Boot starter is provided to auto-configure SQS integration beans.
1515
Maven coordinates, using <<index.adoc#bill-of-materials, Spring Cloud AWS BOM>>:

0 commit comments

Comments
 (0)