Akaule.NimBus.CommandLine 3.11.0

dotnet tool install --global Akaule.NimBus.CommandLine --version 3.11.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Akaule.NimBus.CommandLine --version 3.11.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Akaule.NimBus.CommandLine&version=3.11.0
                    
nuke :add-package Akaule.NimBus.CommandLine --version 3.11.0
                    

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.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
3.11.0 64 9/24/2026
3.10.0 73 9/23/2026
3.9.0 82 9/23/2026
3.8.1 80 9/22/2026
3.8.0 78 9/22/2026
3.7.1 89 9/19/2026
3.7.0 94 9/19/2026
3.6.1 113 9/11/2026
3.6.0 97 9/11/2026
3.5.1 103 9/8/2026
3.5.0 101 9/8/2026
3.4.0 126 8/27/2026
3.3.1 108 8/26/2026
3.3.0 105 8/25/2026
3.2.3 120 8/25/2026
3.2.2 111 8/25/2026
3.2.1 120 8/24/2026
3.2.0 132 8/23/2026
3.1.2 116 8/22/2026
3.1.1 109 8/22/2026
Loading failed