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.

What is the difference between Amazon SNS and Amazon SQS?

I don't understand when I would use SNS versus SQS, and why are they always coupled together?

amazon-web-services amazon-sqs amazon-sns
Why should I use Amazon Kinesis and not SNS-SQS?

I have a use case where there will be stream of data coming and I cannot consume it at the …

amazon-web-services amazon-sqs amazon-kinesis
Why do SqS messages sometimes remain in-flight on queue

I'm using Amazon SQS queues in a very simple way. Usually, messages are written and immediately visible and read. Occasionally, …

amazon-web-services amazon-sqs
Best way to move messages off DLQ in Amazon SQS?

What is the best practice to move messages from a dead letter queue back to the original queue in Amazon …

amazon-web-services amazon-sqs
How to prevent duplicate SQS Messages?

What is the best way to prevent duplicate messages in Amazon SQS? I have a SQS of domains waiting to …

amazon-web-services amazon-sqs
Access denied to SQS via AWS SDK

I'm currently working on a website developed with Symfony2 and I need to send messages in an Amazon SQS. In …

symfony amazon-web-services aws-sdk amazon-sqs
How to process SQS queue with lambda function (not via scheduled events)?

Here is the simplified scheme I am trying to make work: http requests --> (Gateway API + lambda A) --&…

amazon-web-services aws-lambda amazon-sqs
SQS vs RabbitMQ

I need to create a queue for processing. The queue itself is relatively low-volume. There might be about 1,000 writes to …

amazon-web-services rabbitmq amazon-sqs
Emulating Amazon SQS during development

I'm quite interested in beginning some development using Amazon SQS, perhaps SimpleDB too, my question is this, are there any …

amazon-web-services amazon-sqs
Spring Cloud - SQS - The specified queue does not exist for this wsdl version

I am attempting to get spring cloud to work with messaging using auto configure. My properties file contains: cloud.aws.…

spring amazon-web-services annotations amazon-sqs spring-cloud