Perago.SharedKernel.BroadcastRabbitMQ
1.0.98
dotnet add package Perago.SharedKernel.BroadcastRabbitMQ --version 1.0.98
NuGet\Install-Package Perago.SharedKernel.BroadcastRabbitMQ -Version 1.0.98
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="Perago.SharedKernel.BroadcastRabbitMQ" Version="1.0.98" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Perago.SharedKernel.BroadcastRabbitMQ" Version="1.0.98" />
<PackageReference Include="Perago.SharedKernel.BroadcastRabbitMQ" />
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 Perago.SharedKernel.BroadcastRabbitMQ --version 1.0.98
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Perago.SharedKernel.BroadcastRabbitMQ, 1.0.98"
#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 Perago.SharedKernel.BroadcastRabbitMQ@1.0.98
#: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=Perago.SharedKernel.BroadcastRabbitMQ&version=1.0.98
#tool nuget:?package=Perago.SharedKernel.BroadcastRabbitMQ&version=1.0.98
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Perago.SharedKernel.BroadcastRabbitMQ
RabbitMQ fanout broadcast helpers. Every subscriber receives a copy of the same message.
For ordinary service-to-service integration events, prefer Perago.SharedKernel.EventBus with Perago.SharedKernel.EventBusRabbitMQ.
Installation
dotnet add package Perago.SharedKernel.BroadcastRabbitMQ
Getting Started
IBroadcastEventBus bus = new BroadcastRabbitMQBus(serviceScopeFactory, connectionFactory);
bus.Publish(new OrderAnnouncedEvent());
bus.Subscribe<OrderAnnouncedEvent, OrderAnnouncedEvent, OrderAnnouncedHandler>();
Messages inherit BroadcastEvent. Publish declares a durable fanout exchange named publisher.{EventTypeName}.
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions (10.0.12)
- Newtonsoft.Json (13.0.4)
- RabbitMQ.Client (6.8.1)
Target Frameworks
- net10.0
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Newtonsoft.Json (>= 13.0.4)
- RabbitMQ.Client (>= 6.8.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.98 | 81 | 9/19/2026 |
| 1.0.97 | 79 | 9/19/2026 |
| 1.0.96 | 94 | 9/16/2026 |
| 1.0.95 | 91 | 9/11/2026 |
| 1.0.94 | 81 | 9/11/2026 |
| 1.0.93 | 84 | 9/11/2026 |
| 1.0.92 | 118 | 9/5/2026 |
| 1.0.91 | 89 | 8/31/2026 |
| 1.0.90 | 93 | 8/30/2026 |
| 1.0.89 | 108 | 8/29/2026 |
| 1.0.88 | 118 | 8/19/2026 |
| 1.0.87 | 97 | 8/18/2026 |
| 1.0.86 | 111 | 8/17/2026 |
| 1.0.85 | 116 | 8/11/2026 |
| 1.0.84 | 98 | 8/9/2026 |
| 1.0.83 | 112 | 8/8/2026 |
| 1.0.82 | 148 | 7/23/2026 |
| 1.0.81 | 120 | 7/23/2026 |
| 1.0.80 | 110 | 7/23/2026 |
| 1.0.79 | 119 | 7/23/2026 |
Loading failed