Disable dead letter queue?

Is it possible to stop messages being moved to -parked?
We are trying to track down a bug in our software, and it would be very useful to us if we could keep retrying our events indefinitely.

I tried setting Max Retry Count to -1 just as a guess, but that didn’t appear to make any difference.

Thanks,

Steven

Try max retry in.MaxValue

while not forever a few billion times is likely close enough :smiley:

1 Like

Great, thanks.
If we can’t find the bug in a few billion attempts, we probably need to give up!

Luckily if you havn't found the bug in a few billion attempts likely
nobody will care about it any longer (it would be in 2356 assuming 5
seconds per try) and you are rather unlikely to be the one who fails.