ZBit.Aws.Sqs.Core 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.Core Question?





Info

Version: 1.2.0
Author(s): gzinger
Last Update: Tuesday, September 18, 2018
.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.Core


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



Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

2019