SHAKA.MessageBus 1.0.9

dotnet add package SHAKA.MessageBus --version 1.0.9
                    
NuGet\Install-Package SHAKA.MessageBus -Version 1.0.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SHAKA.MessageBus" Version="1.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SHAKA.MessageBus" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="SHAKA.MessageBus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SHAKA.MessageBus --version 1.0.9
                    
#r "nuget: SHAKA.MessageBus, 1.0.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SHAKA.MessageBus@1.0.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SHAKA.MessageBus&version=1.0.9
                    
Install as a Cake Addin
#tool nuget:?package=SHAKA.MessageBus&version=1.0.9
                    
Install as a Cake Tool

MessageBus Abstraction for .NET

A flexible and extensible abstraction for implementing message bus patterns in .NET applications. This package provides a unified interface for various messaging solutions, enabling seamless communication between different components or services in your system. Easily integrate with existing message brokers or create custom implementations, and decouple your application's architecture for greater scalability and maintainability.

Key Features:

Supports various messaging backends (e.g., RabbitMQ, Azure Service Bus, etc.) Simplifies event-driven architecture implementation Decouples components for better testability and maintainability Easy-to-use API for publishing and subscribing to messages Usage:

Ideal for microservices, event-driven systems, and distributed architectures. Easily integrates into .NET Core and .NET Framework applications.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SHAKA.MessageBus:

Package Downloads
SHAKA.MessageBus.IntegrationEventLog

A lightweight abstraction for event-driven database operations, including integration event logging, failed message handling, and outbox pattern implementation to ensure consistency across microservices

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.9 231 3/20/2025
1.0.8 176 3/20/2025
1.0.7 171 3/20/2025
1.0.6 164 3/17/2025
1.0.5 164 3/17/2025
1.0.4 152 3/17/2025
1.0.3 150 3/17/2025
1.0.1 100 3/14/2025
1.0.0 111 3/14/2025