Correct answer - "no limit" : There are no message limits for storing in SQS, but 'in flight
messages' do have limits. Make sure to delete messages after you have processed them. There can
be a maximum of approximately 120,000 inflight messages (received from a queue by a consumer,
but not yet deleted from the queue).