Relative Content

Tag Archive for typescriptfirebase-cloud-messagingnestjsamazon-sqs

How to stop reappearing deleted AWS SQS messages?

I’m trying to achieve push notification feature to my app using Firebase Cloud Messaging with AWS SQS combination. So far I already implemented producer and consumer for SQS in my NestJS backend with this package @ssut/nestjs-sqs and for deleting im using @aws-sdk/client-sqs. Problem is when consumer get message from queue and send that message to firebase after a while (visibility timout value) same push notification is sent again and again until I purge my queue from console.