<div dir="ltr">In the looped scenario, I would worry about messages cycling endlessly. eg, it hits some bug in your code, gets dead lettered, gets retried and hits the same bug, gets dead lettered, and so on. I'd want some mechanism to stop retrying the message after some number of cycles, or move it into a dead-letter queue that doesn't go anywhere (a dead-end dead-letter).&nbsp;</div>