Decoupled Process Management
Toward a Message Driven Architecture
Jul 6, 202118 min read150

Search for a command to run...
Articles tagged with #message-queue
Toward a Message Driven Architecture

Background This post builds on the work developed in this post; Background Message Processing in Dotnet 6. We extend the Messenger<T> and BackgroundMessenger<T> concepts into a new MessageRouter that takes a single InternalMessage and transforms and ...

Background Message processing, handling, publishing and receiving, is probably one of the most important topics of fundamental software architecture. With today's distributed and decoupled systems robust messaging handling is a must. Whether your com...
