Search the practice set

275 questions, 991 terms and 600 topics in 30 areas.

23 results for “Dead Letter Handling”

Terminology · 13
term

Dead Letter Queue

A separate queue that receives messages which could not be processed after a set number of attempts, so they neither block the consumer nor disappear.

API & Integration
term

Poison Message

A record that a consumer cannot process and cannot skip, which halts its partition entirely until someone intervenes.

Dead Letter Handling
term

Enterprise Integration Patterns

A catalogue of named, composable messaging patterns — router, translator, aggregator, splitter, filter, dead letter channel — that gives integration work a shared vocabulary.

API & Integration
term

Ambiguity Tolerance

The capacity to make progress on a problem before it is fully specified, which is the normal condition of architectural work.

Handling Ambiguity
term

Disagree and Commit

A convention in which a participant states their objection, accepts the decision once made, and supports its execution fully.

Handling Disagreement
term

Fan-Out Delivery

Delivering one published message to many independent subscribers, each with its own copy, position and failure handling.

Publish/Subscribe
term

Geo-Blocking Accuracy

The reliability of determining a user's jurisdiction from network signals, which is imperfect in both directions and therefore needs a designed handling of errors.

Geo-Restriction & Sanctions
term

Model Routing

Directing each request to the cheapest model capable of handling it, rather than sending all traffic to the most capable one.

Model Selection
term

OAuth 2.0

An authorisation framework that lets an application obtain scoped, delegated access to a resource without handling the user's credentials.

Security Architecture
term

Page and Ticket Routing

Deciding for each monitored condition whether it warrants immediate human interruption or asynchronous handling, and enforcing the distinction.

Alerting
term

Problem Details

A standard JSON structure for HTTP error responses, giving machine-readable type, human-readable detail, and room for extensions.

API Error Handling
term

Retryable Error

An error whose cause may resolve on its own, which a client may safely attempt again — as distinct from one that will fail identically.

API Error Handling
term

Slowly Changing Dimension

A strategy for handling attributes that change over time, deciding whether history is preserved and how facts attach to the correct version.

Data Warehousing