Practise the standard verbs for handling RabbitMQ dead-lettered messages.
0 / 5 completed
1 / 5
Fill in: 'We ___ a dead-letter exchange on every queue so a rejected message never just disappears.'
We 'configure an exchange' — the standard collocation for setting up a RabbitMQ routing target. The other options aren't idiomatic here.
2 / 5
Fill in: 'A message that keeps failing without a retry limit can ___ endlessly between the main queue and itself.'
We say a broken message will 'loop' between queues — the standard, natural collocation for a repeating failure. The other options aren't idiomatic here.
3 / 5
Fill in: 'We ___ messages that exceed the max delivery count to the dead-letter queue for manual inspection.'
We 'route messages' — the standard collocation for directing them to a specific destination. The other options are less idiomatic here.
4 / 5
Fill in: 'We ___ dead-lettered messages regularly instead of letting them accumulate unnoticed for months.'
We 'inspect' messages — the standard, established collocation for examining failed items closely. The other options aren't the recognised term here.
5 / 5
Fill in: 'We ___ an alert once the dead-letter queue depth crosses a threshold so failures get attention quickly.'
We 'fire an alert' — the standard, established collocation for triggering a notification. The other options aren't the recognised term here.