![]() |
VOOZH | about |
dotnet add package Cqrs.Azure.ServiceBusHub --version 2.4.1619.839
NuGet\Install-Package Cqrs.Azure.ServiceBusHub -Version 2.4.1619.839
<PackageReference Include="Cqrs.Azure.ServiceBusHub" Version="2.4.1619.839" />
<PackageVersion Include="Cqrs.Azure.ServiceBusHub" Version="2.4.1619.839" />Directory.Packages.props
<PackageReference Include="Cqrs.Azure.ServiceBusHub" />Project file
paket add Cqrs.Azure.ServiceBusHub --version 2.4.1619.839
#r "nuget: Cqrs.Azure.ServiceBusHub, 2.4.1619.839"
#:package Cqrs.Azure.ServiceBusHub@2.4.1619.839
#addin nuget:?package=Cqrs.Azure.ServiceBusHub&version=2.4.1619.839Install as a Cake Addin
#tool nuget:?package=Cqrs.Azure.ServiceBusHub&version=2.4.1619.839Install as a Cake Tool
Use Azure EventHubs as a message, event or command bus in CQRS.NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.4.1639.856 | 1,428 | 8/17/2018 |
| 2.4.1622.842 | 1,326 | 6/29/2018 |
| 2.4.1621.841 | 1,283 | 6/24/2018 |
| 2.4.1619.839 | 1,716 | 6/24/2018 |
| 2.3.1595.820 | 1,523 | 3/29/2018 |
| 2.3.1584.809 | 1,520 | 3/20/2018 |
| 2.3.1583.808 | 1,537 | 3/20/2018 |
| 2.3.1581.806 | 1,526 | 3/15/2018 |
| 2.3.1580.805 | 1,532 | 3/8/2018 |
| 2.3.1579.804 | 1,301 | 3/8/2018 |
| 2.3.1572.797 | 1,535 | 2/19/2018 |
| 2.2.1466.702 | 1,326 | 9/18/2017 |
| 2.2.1440.678 | 1,363 | 8/1/2017 |
| 2.2.1428.666 | 1,283 | 7/25/2017 |
| 2.2.1410.652 | 1,355 | 7/23/2017 |
| 2.2.1408.650 | 1,333 | 7/23/2017 |
| 2.2.1407.649 | 1,499 | 7/23/2017 |
| 2.2.1406.648 | 1,352 | 7/23/2017 |
| 2.2.1405.647 | 1,342 | 7/21/2017 |
| 2.1.1347.590 | 1,428 | 6/23/2017 |
Version 2.4
* When a message receiver doesn't find a handler, it won't retry.
* Added message signing for security - see https://github.com/Chinchilla-Software-Com/CQRS/wiki/Inter-process-function-security
Version 2.3
* Added IEventWithIdentity and ICommandWithIdentity to provide better event and command traceability versus aggregate and saga identification.
Version 2.0
* Upgraded to WindowsAzure.ServiceBus package version 3.4.0 which meant an upgrade to 4.5 (hence the new assembly)
* Added telemetry data collection on event and command receivers.
* Added ability to send a collection of commands and events.