Correct answer - "Use the SQS Extended Client" : To send messages larger than 256 KB, you can use
the Amazon SQS Extended Client Library for Java. This library allows you to send an Amazon SQS
message that contains a reference to a message payload in Amazon S3. The maximum payload size is
2 GB.
"Get a service limit increase from AWS" - While you can request a limit increase on certain
services, there is no need since SQS Extended Client is offered
"Use gzip compression" - You can compress messages yourself but it would take a little more
effort
"Use the MultiPart API" - There is no multi-part API call for SQS