EAI Patterns with Actor Model: Claim Check

When you need to break up a composite message into smaller parts, but provide access to any of the parts on demand, use a Claim Check.

Consider the Claim Check a unique identifier used to store and access a checked item. You pass as part of a processing message the identity of the specific checked item; its Claim Check. Each step in the process can use the Claim Check to retrieve all or part of the composite message content as needed.

. . .

The full text is now available as part of my book Reactive Enterprise with Actor Model on Safari Books Online.

More to explore

Reactive DDD: Modeling Uncertainty

Domain-Driven Design supports reactive architecture and programming. Still, reactive introduces uncertainty. Back in 2003, the way that Domain-Driven Design was used and

Scroll to Top