ASP.NET Core middleware for queuing incoming HTTP requests, to avoid threadpool starvation.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f6cb1b5953598e1562d33e1cbbdae2b130792833
The XDMessaging library provides an easy-to-use, zero configuration solution to inter-process communication for .NET applications. It provides a simple API for broadcasting and receiving messages across application domain, process, and even network boundaries.
The XDMessaging library provides an easy-to-use, zero configuration solution to inter-process communication for .NET applications. It provides a simple API for broadcasting and receiving messages across application domain and process. Lite version excludes network propagation functionality.
ASP.NET Core middleware for queuing incoming HTTP requests, to avoid threadpool starvation.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d27c0100bc8b9b93eb8102b097c20b40f7de9c49
CallableMessaging is a pattern for generic messaging where the message (instead of a queue/consumer) defines its own processing. This pattern allows for simplified messaging architecture and rapid development of asynchronous processing. It includes a default implementation for use with AWS SQS, but...
More information