Burrow.Extras
1.0.17
See the version list below for details.
dotnet add package Burrow.Extras --version 1.0.17
NuGet\Install-Package Burrow.Extras -Version 1.0.17
<PackageReference Include="Burrow.Extras" Version="1.0.17" />
paket add Burrow.Extras --version 1.0.17
#r "nuget: Burrow.Extras, 1.0.17"
// Install Burrow.Extras as a Cake Addin #addin nuget:?package=Burrow.Extras&version=1.0.17 // Install Burrow.Extras as a Cake Tool #tool nuget:?package=Burrow.Extras&version=1.0.17
Burrow.Extras provide DependencyInjection TunnelFactory, JsonSerializer and RabbitSetup which help to create Exchanges and Queues programmatically. YOU DON'T NEED TO DOWNLOAD BURROW.RPC IF YOU DON'T USE RPC IN YOUR CODE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Burrow.NET (>= 1.0.17)
- Newtonsoft.Json (>= 5.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Burrow.Extras:
Package | Downloads |
---|---|
Smartflow.RabbitMQ
This module is an add-on to Smartflow to allow messages to be distributed to RabbitMQ priority queues |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.32 | 1,591 | 4/5/2016 |
1.0.31 | 1,317 | 11/3/2015 |
1.0.30 | 1,623 | 3/27/2015 |
1.0.29 | 2,730 | 11/1/2014 |
1.0.28 | 1,793 | 7/12/2014 |
1.0.27 | 1,384 | 6/19/2014 |
1.0.26 | 1,332 | 6/16/2014 |
1.0.25 | 1,344 | 5/28/2014 |
1.0.24 | 1,786 | 2/2/2014 |
1.0.23 | 1,253 | 1/23/2014 |
1.0.22 | 1,403 | 10/8/2013 |
1.0.21 | 1,338 | 9/29/2013 |
1.0.20 | 1,403 | 8/7/2013 |
1.0.19 | 1,482 | 7/19/2013 |
1.0.17 | 1,454 | 5/17/2013 |
1.0.16 | 1,941 | 10/1/2012 |
1.0.15 | 1,455 | 9/28/2012 |
1.0.14 | 1,464 | 8/20/2012 |
1.0.13 | 1,624 | 7/6/2012 |
1.0.12 | 1,495 | 6/29/2012 |
1.0.9 | 1,489 | 6/5/2012 |
1.0.8 | 1,538 | 5/29/2012 |
1.0.4 | 1,633 | 4/26/2012 |
1.0.3 | 1,531 | 3/30/2012 |
1.0.2 | 1,532 | 3/16/2012 |
Fix a bug in PriorityTunnelFactory which should have used PriorityMessageHandlerFactory instead of DefaultMessageHandlerFactory. Support built-in DeadLetter and Count total message in queue. Huge refactoring for RabbitSetup class, made it easier to use