Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A Java application using Amazon SQS for message parsing is limited to 256 KB message size. What is the solution requiring minimal code changes to enable parsing of messages up to 50 MB?
A
Utilize Amazon SQS Extended Client Library for Java with Amazon S3 for messages exceeding 256 KB.
B
Switch to Amazon EventBridge for posting large messages instead of Amazon SQS.
C
Increase Amazon SQS message size limit beyond 256 KB.
D
Leverage Amazon EFS for storing messages over 256 KB, with SQS referencing the EFS location.