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.

— 23 Nov 2020 dotnet mass-transit messaging rabbitmq

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.

— 22 Jun 2020 integration-patterns messaging