nginn-messagebus 1.2.4

dotnet add package nginn-messagebus --version 1.2.4
                    
NuGet\Install-Package nginn-messagebus -Version 1.2.4
                    
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="nginn-messagebus" Version="1.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nginn-messagebus" Version="1.2.4" />
                    
Directory.Packages.props
<PackageReference Include="nginn-messagebus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nginn-messagebus --version 1.2.4
                    
#r "nuget: nginn-messagebus, 1.2.4"
                    
#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.
#:package nginn-messagebus@1.2.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nginn-messagebus&version=1.2.4
                    
Install as a Cake Addin
#tool nuget:?package=nginn-messagebus&version=1.2.4
                    
Install as a Cake Tool

ESB / Message Bus implementation for Microsoft.Net, based on SQL Server database as a message store.

Supported features:
- Durable and transactional messages
- Pub/Sub message routing
- Support for Sagas
- Message sequences, expiration, correlation, http bridge
- Robust retrying strategy, self-healing in case of transient failures

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on nginn-messagebus:

Package Downloads
NGinn.BPM

NGinn.BPM is an open-source BPM engine for Microsoft.Net and Mono. It contains a process modeling language and a workflow execution engine that can run embedded or standalone. NGinn.BPM is inspired by YAWL and BPMN, process model is based on Petri nets. The execution engine is transactional, based on asynchronous messaging/ESB concepts.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.4 5,745 12/11/2015
1.2.3 1,485 12/11/2015
1.2.2 1,472 11/25/2015
1.2.1 1,322 11/12/2015
1.2.0 1,360 9/24/2015
1.1.9 1,354 9/24/2015
1.1.8 2,661 10/30/2014
1.1.7 1,385 10/29/2014
1.1.6 1,412 10/27/2014
1.1.5 1,488 10/23/2014
1.1.4 1,437 10/6/2014
1.1.3 2,427 4/17/2014
1.1.2 1,679 2/27/2014
1.1.1 1,451 2/18/2014
1.1.0.1 1,393 12/21/2013
1.1.0 1,423 12/21/2013
1.0.10 1,509 12/1/2013
1.0.9 1,513 11/20/2013
1.0.8 1,500 8/20/2013
1.0.7 1,676 7/25/2013
1.0.6 1,631 6/28/2013
1.0.5 1,645 6/24/2013
1.0.4 1,550 5/24/2013
1.0.3 1,548 5/24/2013
1.0.2 1,586 5/18/2013
1.0.1 1,601 5/4/2013
1.0.0.1 1,475 3/25/2013

- setting 'send only' does not make any database access during configuration and startup