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.

Rate limiting requests and Amazon SQS

I have a question about how to slow down my api requests. For a particular third party API I am …

amazon-web-services amazon-ec2 amazon-sqs rate-limiting
Possible to send request directly to Amazon SQS from http (javascript client)?

Is it possible to send a messaging request to Amazon's SQS directly from javascript? I'm trying to create a logging …

amazon-web-services message-queue amazon-sqs
SpringBoot @SqsListener - not working - with Exception - TaskRejectedException

I have a AWS SQS with 5000 messages already on the Queue (Sample Message looks like this 'Hello @ 1') I created …

java spring-boot spring-cloud amazon-sqs
Amazon SQS Dead Letter Queue: Is it really dead letter or poison?

I'm trying to get clarification on what exactly Amazon's SQS Dead Letter Queue is doing. According to http://aws.typepad.…

amazon-web-services message-queue amazon-sqs message-bus
Ideas for scaling chat in AWS?

I'm trying to come up with the best solution for scaling a chat service in AWS. I've come up with …

amazon-web-services redis real-time scalability amazon-sqs
Spring Cloud AWS SQS fails to connect to service endpoint locally

I'm trying to use Spring Cloud's AWS SQS in a project I'm working on. At this time, I'm only running …

java amazon-web-services spring-boot spring-cloud amazon-sqs
Customizing Amazon SNS email notifications

We are developing Custom Commenting System in which email notifications will be send to all the subscribers to the post …

amazon-web-services amazon-sqs amazon-sns amazon-ses
Is there a GCP equivalent to AWS SQS?

Im curious to understand the implementation of GCP's PubSub. Although Pubsub seems to point to follow a Publish-Subscribe design pattern, …

amazon-sqs publish-subscribe amazon-sns google-cloud-pubsub request-response
Purpose of Amazon SQS message's body as against message's attributes

What is the purpose of using message body in SQS while you're already able to add message attributes? Let's take …

amazon-web-services amazon-sqs
Amazon SQS message multi-delivery

I understand that to bring vast scalability and reliability, SQS does extensive parallelization of resources. It uses redundant servers for …

amazon-web-services message-queue amazon-sqs