A lightweight message bus interface for .NET. The goal of this library is to introduce a slim facade for messaging brokers. Use one of the transport providers for in-process (in-memory), Apache Kafka or Azure Service Bus messaging.
$ dotnet add package SlimMessageBus.HostSlimMessageBus is a client façade for message brokers for .NET. It comes with implementations for specific brokers and in-memory message passing (in-process communication). SlimMessageBus additionally provides request-response implementation over message queues, and many other plugins.
Transports:
Plugins:
Find out more https://github.com/zarusz/SlimMessageBus.