I do understand that when I want my failed messages to be moved to a DLQ I can use a redrive policy, where I can mention the number of retries and the DLQ name.
What happens if I don't set a redrive policy? What is the default retry number and what happens when the number of retries exceeds the threshold?
Your responses are highly appreciated.