Allows to route a SQS message to a specific endpoint on the Worker instead of having a single endpoint handling all the messages.
Info
Version: | 1.0.3 |
Author(s): | Gabriel Weyer |
Last Update: | Sunday, May 31, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gabrielweyer/simple-routing |
NuGet Url: | https://www.nuget.org/packages/BeanstalkWorker.SimpleRouting |
Install
Install-Package BeanstalkWorker.SimpleRouting
dotnet add package BeanstalkWorker.SimpleRouting
paket add BeanstalkWorker.SimpleRouting
BeanstalkWorker.SimpleRouting Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.SQS(>= 3.3.102.118)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Features(>= 3.1.4)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Primitives(>= 3.1.4)
Tags