ZBit.Aws.Sqs.HL NuGet Package

* Allows you to Subscribe to a queue instead of polling it in a busy loop.

That is, you provide a delegate function in “Subscribe” method and this callback will be invoked every time a new message is added to the queue. This library will also handle serialization and deserialization for your objects that you put in the queue.
* Also, optionally, would automatically delete messages from the queue once they processed successfully, which is not done by the AWS SDK library.
* It creates a new queue either in Send or in Subscribe if the queue with the given name doesn’t exist yet under your account on AWS.
Small and Simple.

Requires AWSSDK.SQS, Newtonsof.Json and log4net.




Got any ZBit.Aws.Sqs.HL Question?





Info

Version: 1.1.0
Author(s): gzinger
Last Update: Monday, June 12, 2017
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/gzinger/ZBit.AWS-SQS.HighLevel
NuGet Url: https://www.nuget.org/packages/ZBit.Aws.Sqs.HL


Install
Install-Package ZBit.Aws.Sqs.HL
dotnet add package ZBit.Aws.Sqs.HL
paket add ZBit.Aws.Sqs.HL
ZBit.Aws.Sqs.HL Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

1

days-since-last-release

2482