Zymergi.Messaging 11.0.6-alpha

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

Zymergi.Messaging

Minimal messaging abstraction defining a provider-neutral queue contract.

Depends on: Zymergi.Core

Why This Project Exists

Defines IQueue<T> so that application code can enqueue and dequeue messages without coupling to a specific message broker (SQS, RabbitMQ, etc.). Concrete implementations live in provider-specific projects like Zymergi.Messaging.Aws.

Interfaces

Type Purpose
IQueue<T> Generic queue contract with Dequeue, Enqueue, Peek, and Purge operations
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 (1)

Showing the top 1 NuGet packages that depend on Zymergi.Messaging:

Package Downloads
Zymergi.Messaging.Aws

AWS SQS/SNS messaging implementation for Zymergi.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.6-alpha 72 7/10/2026
11.0.5-alpha 68 7/9/2026
11.0.4-alpha 74 7/6/2026
11.0.3-alpha 66 7/6/2026
11.0.2-alpha 66 6/30/2026
11.0.1-alpha 69 6/30/2026
11.0.0-alpha 84 6/29/2026