how much data can you store in a message?

When using Amazon SQS how much data can you store in a message?

When using Amazon SQS how much data can you store in a message?

A.
8 KB

B.
2 KB

C.
16 KB

D.
4 KB

Explanation:
With Amazon SQS version 2008-01-01, the maximum message size for both SOAP and Query requests is 8KB. If you
need to send messages to the queue that are larger than 8 KB, AWS recommends that you split the information into
separate messages. Alternatively, you could use Amazon S3 or Amazon SimpleDB to hold the information and include
the pointer to that information in the Amazon SQS message. If you send a message that is larger than 8KB to the queue,
you will receive a MessageTooLong error with HTTP code 400.
https://aws.amazon.com/items/1343?externalID=1343



Leave a Reply 3

Your email address will not be published. Required fields are marked *