Blog Posts tagged with: 'messaging'
MassTransit Consumer configuration in .NET 5
In this post I'll show how to register a consumer using the AddConsume() method and have a separate class for the consumer definition so it can be configured individually.
Using the Claim Check pattern
This pattern was originally defined in the book "Enterprise Integration Patterns". In a nutshell, it is persisting message data in a store and passing a reference in the message payload.