About 2,230,000 results
Open links in new tab
  1. Understanding of the AWS SQS visibility timeout

    Jul 23, 2024 · In my AWS infrastructure, I have an SQS queue and a Lambda function. The SQS queue has a visiblity timeout setting of 0, and no delivery delay, and a receiveMessageWaitTime of 0. The …

  2. java - LocalStack TestContainer + AWS SQS - Stack Overflow

    Apr 26, 2024 · LocalStack TestContainer + AWS SQS + Spring Boot -> Unable to execute HTTP request Asked 1 year, 8 months ago Modified 9 months ago Viewed 1k times

  3. Access to SQS Queue is denied even when policies are set

    Sep 8, 2021 · We have a reader that reads messages from an SQS Queue. Locally it works, however when we deploy to ECS, we recieve an exception: Access to the resource [queue-url] is denied. We …

  4. amazon web services - How to make multiple consumers receive the …

    Jan 6, 2025 · I have an AWS SQS queue that is subscribed to an SNS topic. The queue currently has two consumers: A Java class using @SqsListener from the io.awspring.cloud.sqs.annotation …

  5. How to prevent duplicate SQS Messages? - Stack Overflow

    What is the best way to prevent duplicate messages in Amazon SQS? I have a SQS of domains waiting to be crawled. before I add a new domain to the SQS I can check with the saved data to see if it ha...

  6. aws sqs messages showing up after delete - Stack Overflow

    May 5, 2025 · Even after deleting messages from SQS queue, the messages still show up. I understand that if any other thread picks up a message which is being processed by other thread or process …

  7. How can I automatically move messages off DLQ in Amazon SQS?

    How can I automatically move messages from a dead letter queue back to the original queue in Amazon SQS?

  8. Throughput in Standard SQS vs FIFO SQS with a unique groupId for …

    Mar 29, 2021 · Look at the quota docs here Also, AWS has a new feature for higher throughput FIFO SQS queue which might interest you With batching of maximum 10 messages per API call you can …

  9. What is the difference between Amazon SNS and Amazon SQS?

    Dec 3, 2012 · AWS SQS is a queue service, which stores messages in a queue. SQS cannot deliver any messages, where an external service (lambda, EC2, etc.) is needed to poll SQS and grab messages …

  10. Is it necessary for a Lambda to delete messages from an SQS queue …

    The key here is that you are using the AWS Lambda integration with SQS. In that instance AWS Lambda handles retrieving the messages from the queue (making them available via the event …