Top "Amazon-sqs" questions

Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable, hosted queue for storing messages as they travel between computers.

SQS Messages Not Deleting

I have a small set of messages in an SQS queue, that are not deleted even though a deletion request …

java amazon-web-services message-queue amazon-sqs
Cross account access to AWS SQS with Server-side Encryption enabled

Context: There is an API that lives in AWS account 2 takes SQS url as one of it's inputs and publishes …

amazon-web-services amazon-sqs amazon-iam aws-kms
Amazon SNS delivery retry policies for SQS

We're implementing AWS fanout pattern using SNS topic with multiple SQS queue subscribers. I was wondering what would happen if …

amazon-web-services amazon-sqs amazon-sns
SQS/task-queue job retry count strategy?

I'm implementing a task queue with Amazon SQS ( but i guess the question applies to any task-queue ) , where the workers …

amazon-web-services distributed task-queue amazon-sqs