Akaule.NimBus.Deploy 3.6.1

dotnet add package Akaule.NimBus.Deploy --version 3.6.1
                    
NuGet\Install-Package Akaule.NimBus.Deploy -Version 3.6.1
                    
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="Akaule.NimBus.Deploy" Version="3.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akaule.NimBus.Deploy" Version="3.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Akaule.NimBus.Deploy" />
                    
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 Akaule.NimBus.Deploy --version 3.6.1
                    
#r "nuget: Akaule.NimBus.Deploy, 3.6.1"
                    
#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 Akaule.NimBus.Deploy@3.6.1
                    
#: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=Akaule.NimBus.Deploy&version=3.6.1
                    
Install as a Cake Addin
#tool nuget:?package=Akaule.NimBus.Deploy&version=3.6.1
                    
Install as a Cake Tool

NimBus

NimBus

NimBus is an open-source .NET integration platform built on Azure Service Bus. It keeps related messages in order, tracks their processing history, and gives operators a web console to investigate failures, retry messages, or skip blocked work.

It is designed for teams connecting business systems such as CRM, ERP, and billing, where a failed message must be understood and recovered before subsequent work continues.

Website · Watch the demo · Documentation

What you get

  • Ordered processing and recovery: messages in the same session at a receiving endpoint are processed in order. A blocked session defers later work until recovery; other sessions can continue.
  • Visibility and control: a management WebApp for message history, failures, resubmit/skip, and operational metrics.
  • Developer tooling: a typed publisher/subscriber SDK, configurable retries and middleware, optional SQL outbox and consumer inbox, and a CLI for topology and deployment.
  • Local development: an Aspire sample with a Service Bus emulator and SQL Server; production message storage supports SQL Server or Cosmos DB.

How it works

You write adapters that publish business events and handle incoming events. Azure Service Bus routes them between endpoints. The Resolver records processing outcomes in the message store, and operators use the WebApp to inspect and recover failed work.

Deploy the platform into your own environment and integrate applications through the SDK or supported interoperability paths. NimBus builds on Service Bus sessions; it does not make application side effects exactly once. Handlers should remain idempotent.

Try locally

Start with the CRM/ERP sample. It runs the emulator and SQL Server locally, without an Azure account.

You need the .NET 10 SDK, Node.js 22+, and a running Docker-compatible container runtime. The sample guide includes dependency installation and startup commands.

Create an account in CRM, follow it into ERP, then explore its message history in the management WebApp. The demo video shows the failure and recovery workflow.

Build an integration

dotnet add package Akaule.NimBus.SDK

Follow Building Adapters to register publishers, handlers, and receiver hosting for a .NET Worker or Azure Function.

Learn more

License

MIT. An independent implementation inspired by NServiceBus.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net10.0

    • No dependencies.

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
3.6.1 46 9/11/2026
3.6.0 42 9/11/2026
3.5.1 90 9/8/2026
3.5.0 87 9/8/2026
3.4.0 124 8/27/2026
3.3.1 105 8/26/2026
3.3.0 105 8/25/2026
3.2.3 99 8/25/2026
3.2.2 97 8/25/2026
3.2.1 122 8/24/2026
3.2.0 128 8/23/2026