SquidStd.Messaging
0.14.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SquidStd.Messaging --version 0.14.1
NuGet\Install-Package SquidStd.Messaging -Version 0.14.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="SquidStd.Messaging" Version="0.14.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SquidStd.Messaging" Version="0.14.1" />
<PackageReference Include="SquidStd.Messaging" />
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 SquidStd.Messaging --version 0.14.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SquidStd.Messaging, 0.14.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 SquidStd.Messaging@0.14.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=SquidStd.Messaging&version=0.14.1
#tool nuget:?package=SquidStd.Messaging&version=0.14.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<h1 align="center">SquidStd.Messaging</h1>
In-memory transport for SquidStd.Messaging. Provides a channel-backed IQueueProvider with per-queue
buffering, round-robin delivery to subscribers, retry/dead-letter handling, and metrics - registered
with a single AddInMemoryMessaging() call. Ideal for single-process apps, tests, and local dev.
Install
dotnet add package SquidStd.Messaging
Usage
using DryIoc;
using SquidStd.Messaging.Abstractions.Interfaces;
using SquidStd.Messaging.Extensions;
var container = new Container();
container.AddInMemoryMessaging();
var queue = container.Resolve<IMessageQueue>();
await queue.PublishAsync("orders", new { Id = 1 });
Key types
| Type | Purpose |
|---|---|
MessagingRegistrationExtensions |
AddInMemoryMessaging(...) registration. |
InMemoryQueueProvider |
Channel-based in-memory IQueueProvider. |
Related
- Tutorial: Messaging
License
MIT - part of SquidStd.
| Product | Versions 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.
-
net10.0
- DryIoc.dll (>= 5.4.3)
- SquidStd.Core (>= 0.14.1)
- SquidStd.Messaging.Abstractions (>= 0.14.1)
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 |
|---|---|---|
| 0.27.0 | 61 | 7/7/2026 |
| 0.26.0 | 58 | 7/7/2026 |
| 0.25.0 | 79 | 7/6/2026 |
| 0.24.1 | 69 | 7/6/2026 |
| 0.24.0 | 73 | 7/6/2026 |
| 0.23.0 | 71 | 7/4/2026 |
| 0.22.0 | 70 | 7/4/2026 |
| 0.21.0 | 74 | 7/3/2026 |
| 0.20.0 | 74 | 7/3/2026 |
| 0.19.0 | 84 | 7/3/2026 |
| 0.18.0 | 74 | 7/3/2026 |
| 0.17.0 | 73 | 7/3/2026 |
| 0.16.0 | 76 | 7/3/2026 |
| 0.15.0 | 80 | 7/2/2026 |
| 0.14.1 | 75 | 7/2/2026 |
| 0.14.0 | 71 | 7/2/2026 |
| 0.13.0 | 70 | 7/2/2026 |
| 0.12.0 | 71 | 7/2/2026 |
| 0.11.0 | 75 | 7/2/2026 |
| 0.10.0 | 93 | 6/30/2026 |
Loading failed