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.

Receive XML response from Cross-Domain Ajax request with jQuery

I trying to make an ajax request to another domain, it already works, but now I have another problem... This …

javascript jquery xml jsonp amazon-sqs
boto3 sessions and aws_session_token management

I am developing python software which deals with AWS SQS queues. It uses boto3, mostly boto3.session.Session. I have …

amazon-web-services amazon-sqs
AWS - SQS Batch Size and Lambda approach

If I understand correctly, batch size setting on Lambda decides how many messages to take in one sweep from the …

amazon-web-services lambda amazon-sqs
What does visibility Timeout mean for AWS SQS

What is the meaning of "Visibility Timeout" for Amazon SQS service ? What factors determine an ideal value for this field ? …

amazon-web-services amazon-sqs
How do I integrate Amazon SQS with Dynamodb

Is it possible to auto send/push the messages in Amazon SQS to DynamoDB? I wish to send my messages …

amazon-web-services amazon-dynamodb amazon-sqs amazon-ses
How to peek at messages in the queue

I don't want the message to count as "read" but I'd like to know what's in the queue. The documentation: …

python amazon-web-services boto amazon-sqs
AWS SQS permissions for AWS Lambda

I'm using the AWS SQS service, and I'm having a hard time defining permissions on my SQS queue. In my …

amazon-web-services amazon-s3 amazon-sqs aws-lambda
Amazon SQS Java SDK - cannot receive message attributes

After posting a message with an attribute to SQS with the following code before sending it (and checking in SQS …

java amazon-sqs
What are the possible use cases for Amazon SQS or any Queue Service?

So I have been trying to get my hands on Amazon's AWS since my company's whole infrastructure is based of …

amazon-web-services amazon-sqs
Is SQS short polling ever preferable to long polling?

Amazon SQS supports two modes of polling for available messages: short polling and long polling. With long polling, the consumer …

amazon-web-services amazon-sqs polling long-polling