Rebus.AzureServiceBus.RebusPerQueueTopic
6.2.0
See the version list below for details.
dotnet add package Rebus.AzureServiceBus.RebusPerQueueTopic --version 6.2.0
NuGet\Install-Package Rebus.AzureServiceBus.RebusPerQueueTopic -Version 6.2.0
<PackageReference Include="Rebus.AzureServiceBus.RebusPerQueueTopic" Version="6.2.0" />
paket add Rebus.AzureServiceBus.RebusPerQueueTopic --version 6.2.0
#r "nuget: Rebus.AzureServiceBus.RebusPerQueueTopic, 6.2.0"
// Install Rebus.AzureServiceBus.RebusPerQueueTopic as a Cake Addin #addin nuget:?package=Rebus.AzureServiceBus.RebusPerQueueTopic&version=6.2.0 // Install Rebus.AzureServiceBus.RebusPerQueueTopic as a Cake Tool #tool nuget:?package=Rebus.AzureServiceBus.RebusPerQueueTopic&version=6.2.0
Rebus.AzureServiceBus rewrite enabling us following:
1- Minimal usage for topic/queues even in one-way/two-way communication between Rebus/Masstransit libraries
2- Skipped implementation of Sagas, this library is working statelessly.
3- Each topic/queue subscription is living on its own Rebus instance
4- Health checking of each topic/queue subscription
5- Full control on Queue/Topic/Topic Subscription naming
6- For development environment you have an option of: you can prefix all queue/topic names starting with the machine name; this enables me to seperate my queues and application from another guy working on the same project since my queues are created like "oguzhan/queue1" whereas the other guy's "otherguy/queue1"
7- For topic subscribing, you have the option of whether you will need multiple node subscription or not. If enabled, for topic "Topic1" and subscription name of "sub", it will create "Topic1/sub-node1" whereas "node1" is the docker container name.
8- In masstransit you have the limitation of each message is transported with its full namespace. If you move its namespace or change class name, MT will not consume the message. This was an annoying issue for all of us in the company. We are free from this issue thanks to Rebus.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net5.0
- Azure.Messaging.ServiceBus (>= 7.5.1)
- Microsoft.Extensions.Configuration.Binder (>= 5.0.0)
- Microsoft.Extensions.DependencyInjection (>= 5.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 5.0.12)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 5.0.12)
- Rebus (>= 6.6.5)
- Rebus.Serilog (>= 6.0.0)
- Rebus.ServiceProvider (>= 7.0.0)
- Serilog (>= 2.9.0)
-
net6.0
- Azure.Messaging.ServiceBus (>= 7.5.1)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 6.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 6.0.0)
- Rebus (>= 6.6.5)
- Rebus.Serilog (>= 6.0.0)
- Rebus.ServiceProvider (>= 7.0.0)
- Serilog (>= 2.9.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.