Simple provider for SlimMessageBus for in process message passing. Messages are stored in memory (state is transient).
$ dotnet add package SlimMessageBus.Host.MemorySlimMessageBus is a lightweight and extensible message bus framework for .NET, designed to simplify working with message brokers and in-process messaging.
It supports a variety of transport providers and offers built-in patterns like publish/subscribe and request/response over queues.
For full documentation and examples, visit the GitHub repository.