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.

How to get all messages in Amazon SQS queue using boto library in Python?

I'm working on an application whose workflow is managed by passing messages in SQS, using boto. My SQS queue is …

python boto amazon-sqs
Kafka or SNS or something else?

Sorry if it is a newbie question. But I'm trying to understand what should I use. As far as I …

amazon-web-services amazon-sqs apache-kafka
Retrieve multiple messages from SQS

I have multiple messages in SQS. The following code always returns only one, even if there are dozens visible (not …

java amazon-web-services amazon-sqs
Using Amazon SQS with multiple consumers

I have a service-based application that uses Amazon SQS with multiple queues and multiple consumers. I am doing this so …

amazon-web-services amazon-sqs microservices event-based-programming
Celery with Amazon SQS

I want to use Amazon SQS as broker backed of Celery. There’s the SQS transport implementation for Kombu, which …

amazon-web-services celery amazon-sqs kombu
Finding certain messages in SQS

I know SQS ain't build for that, but I'm curious is it possible to find messages in a queue that …

amazon-web-services amazon-sqs
AWS.SimpleQueueService.NonExistentQueue Exception thrown when Accessing Existing SQS queue

I am relatively new to AWS SQS services. I have written some code to wrap the Amazon SQS api. I …

java amazon-web-services amazon-sqs
Pattern to continuously listen to AWS SQS messages

I have a simple class named QueueService with some methods that wrap the methods from the AWS SQS SDK for …

java amazon-web-services sdk amazon-sqs
Example of .net application using Amazon SQS

I am looking for a sample .Net application that continuously checks Amazon SQS for new messages and when one is …

c# .net amazon-ec2 amazon-web-services amazon-sqs
Read SQS queue from AWS Lambda

I have the following infrastructure: I have an EC2 instance with a NodeJS+Express process listening on a port for …

amazon-web-services amazon-ec2 amazon-sqs aws-lambda