Burrow.Extras
1.0.14
See the version list below for details.
dotnet add package Burrow.Extras --version 1.0.14
NuGet\Install-Package Burrow.Extras -Version 1.0.14
<PackageReference Include="Burrow.Extras" Version="1.0.14" />
paket add Burrow.Extras --version 1.0.14
#r "nuget: Burrow.Extras, 1.0.14"
// Install Burrow.Extras as a Cake Addin #addin nuget:?package=Burrow.Extras&version=1.0.14 // Install Burrow.Extras as a Cake Tool #tool nuget:?package=Burrow.Extras&version=1.0.14
Burrow.Extras provide DependencyInjection TunnelFactory, JsonSerializer and RabbitSetup which help to create Exchanges and Queues programmatically.
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.13)
- Newtonsoft.Json (>= 4.5.4)
- RabbitMQ.Client (>= 2.8.1)
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,593 | 4/5/2016 |
1.0.31 | 1,319 | 11/3/2015 |
1.0.30 | 1,625 | 3/27/2015 |
1.0.29 | 2,732 | 11/1/2014 |
1.0.28 | 1,795 | 7/12/2014 |
1.0.27 | 1,386 | 6/19/2014 |
1.0.26 | 1,334 | 6/16/2014 |
1.0.25 | 1,346 | 5/28/2014 |
1.0.24 | 1,788 | 2/2/2014 |
1.0.23 | 1,255 | 1/23/2014 |
1.0.22 | 1,405 | 10/8/2013 |
1.0.21 | 1,340 | 9/29/2013 |
1.0.20 | 1,405 | 8/7/2013 |
1.0.19 | 1,484 | 7/19/2013 |
1.0.17 | 1,456 | 5/17/2013 |
1.0.16 | 1,943 | 10/1/2012 |
1.0.15 | 1,457 | 9/28/2012 |
1.0.14 | 1,466 | 8/20/2012 |
1.0.13 | 1,626 | 7/6/2012 |
1.0.12 | 1,497 | 6/29/2012 |
1.0.9 | 1,491 | 6/5/2012 |
1.0.8 | 1,540 | 5/29/2012 |
1.0.4 | 1,635 | 4/26/2012 |
1.0.3 | 1,533 | 3/30/2012 |
1.0.2 | 1,534 | 3/16/2012 |
- Fix method Ack(IEnumerable<ulong> deliveryTag) on Subscription class which did the wrong thing by ack all msgs up to the max value of the list, same fix for CompositeSubscription
- Add method AckAllUpTo(ulong deliveryTag) on Subscrition to ack all msgs which have delivery tag less than or equal the provided delivery tag
- Change the PreFetchSize data type to uint which enventually let the app prefetch everything in the queue if the size is larger than ushort.MaxValue
- Add warning log if attempt to declare/bind with Exchange whose name is empty string as that's the default builtin Exchange. Publish msg to that exchange with the routing key equal to the queue name will route the message to that queue