to send DLQ messages back to the main SQS
Is there any way to do this without using aws console or Lambda ?
Try to setup Rabbitmq on ec2 instance
Configure redrive: https://aws.amazon.com/blogs/compute/introducing-amazon-simple-queue-service-dead-letter-queue-redrive-to-source-queues/
This method can only be used using aws console
In prod we can't use aws console
CLI can configure redrive. https://docs.aws.amazon.com/cli/latest/reference/sqs/set-queue-attributes.html
No access to prod CLI
Find another job
Is there any trigger for sending dlq to sqs Like cron job?
Обсуждают сегодня