About 50 results
Open links in new tab
  1. 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 …

  2. Maximum Number of ReceiveMessage requests for a message in …

    Apr 1, 2016 · In SQS, for a single message what is the maximum number of ReceiveMessage requests that can be placed within a queue's Maximum Retention Period? I searched a lot but …

  3. 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 …

  4. amazon sqs - Are SQS and Kafka same? - Stack Overflow

    Nov 21, 2019 · Are Kafka and SQS same? I see that both are messaging queue systems and are event-based. Do they serve the same purpose, If not how are they different?

  5. Spring Cloud AWS SQS fails to connect to service endpoint locally

    Dec 29, 2019 · I'm trying to use Spring Cloud's AWS SQS in a project I'm working on. At this time, I'm only running the application locally on my dev machine. Thus, what I want is to connect to …

  6. What is the difference between Amazon MQ and SQS?

    Oct 2, 2023 · 27 From AWS Documentation, you can search " Q: When should I use Amazon MQ vs. Amazon SQS and SNS? ": Amazon MQ, Amazon SQS, and Amazon SNS are messaging …

  7. python - How to grant permission to send messages to a SQS …

    Jun 4, 2020 · From Basic examples of Amazon SQS policies: The following example policy grants AWS account number 111122223333 the SendMessage permission for the queue named …

  8. Is it possible to integrate AWS SNS and AWS SQS FIFO queue

    This scenario is currently impossible because SNS is not compatible with FIFO SQS in AWS. It is only supported for standard queues. This is clearly mentioned in the AWS docs in this link, …

  9. How to mock AWS sqs call for unit testing - Stack Overflow

    Aug 21, 2019 · I'm using AWS SQS queue in a Node application and I have to write the unit test cases for the same. For that, I want to mock the SQS function call sendMessage() in the test …

  10. AWS SQS FIFO Queue: The queue should either have ...

    If you aren't able to provide a MessageDeduplicationId and you enable ContentBasedDeduplication for your queue, Amazon SQS uses a SHA-256 hash to generate …