Themia.Messaging 0.12.0

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

Themia neutral messaging core — the engine-agnostic transactional-outbox machinery: lease-based atomic claiming over a provider dialect, exponential backoff with dead-lettering, an in-process drain signal, and a generic background drainer that delegates delivery to a pluggable dispatcher. No tenant, framework, or database-engine dependency.

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.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Themia.Messaging:

Package Downloads
Themia.Modules.Notifications

Tenant-aware notifications — transactional outbox, near-real-time background drainer (per-engine atomic claim + lease + backoff), multi-channel dispatcher with per-tenant/user preferences, in-app store, and per-tenant provider config over EF or Dapper. FluentMigrator schema (PostgreSQL + MySQL + SQL Server).

Themia.Messaging.PostgreSql

PostgreSQL outbox-claim and retention-purge dialect (Npgsql) for Themia.Messaging: skip-locked atomic claim, lease reclaim, complete/fail SQL, batched purge.

Themia.Messaging.Http

Themia messaging HTTP transport — an outbox dispatcher that signs claimed rows with themia-hmac-v1 and delivers them over HTTP, classifying the response into deliver/retry/dead-letter.

Themia.Messaging.SqlServer

SQL Server outbox-claim and retention-purge dialect (Microsoft.Data.SqlClient) for Themia.Messaging: read-past atomic claim, lease reclaim, complete/fail SQL, batched purge, guarded-insert inbox admission.

Themia.Modules.Messaging

Tenant-aware inter-service messaging — transactional outbox over the shared Themia.Messaging drainer, deduplicating inbox, and retention purge. FluentMigrator schema (PostgreSQL + MySQL + SQL Server).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.12.0 0 8/4/2026
0.11.0 80 8/2/2026