Rebus.AzureServiceBus.RebusPerQueueTopic 6.3.2

dotnet add package Rebus.AzureServiceBus.RebusPerQueueTopic --version 6.3.2
NuGet\Install-Package Rebus.AzureServiceBus.RebusPerQueueTopic -Version 6.3.2
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="Rebus.AzureServiceBus.RebusPerQueueTopic" Version="6.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rebus.AzureServiceBus.RebusPerQueueTopic --version 6.3.2
#r "nuget: Rebus.AzureServiceBus.RebusPerQueueTopic, 6.3.2"
#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.
// Install Rebus.AzureServiceBus.RebusPerQueueTopic as a Cake Addin
#addin nuget:?package=Rebus.AzureServiceBus.RebusPerQueueTopic&version=6.3.2

// Install Rebus.AzureServiceBus.RebusPerQueueTopic as a Cake Tool
#tool nuget:?package=Rebus.AzureServiceBus.RebusPerQueueTopic&version=6.3.2

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.
           9- Brotli compression of transport message body, so expanding default 256kb limitation of Azure Servicebus to many more.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
6.3.2 3,967 6/24/2022
6.2.0 1,562 5/13/2022