NServiceBus.AmazonSQS 1.3.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NServiceBus.AmazonSQS --version 1.3.0                
NuGet\Install-Package NServiceBus.AmazonSQS -Version 1.3.0                
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="NServiceBus.AmazonSQS" Version="1.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NServiceBus.AmazonSQS --version 1.3.0                
#r "nuget: NServiceBus.AmazonSQS, 1.3.0"                
#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.
// Install NServiceBus.AmazonSQS as a Cake Addin
#addin nuget:?package=NServiceBus.AmazonSQS&version=1.3.0

// Install NServiceBus.AmazonSQS as a Cake Tool
#tool nuget:?package=NServiceBus.AmazonSQS&version=1.3.0                

An Amazon SQS transport implementation for NServiceBus.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NServiceBus.AmazonSQS:

Package Downloads
NServiceBus.AwsLambda.SQS

NServiceBus.AwsLambda.SQS

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NServiceBus.AmazonSQS:

Repository Stars
Particular/docs.particular.net
All content for ParticularDocs
Version Downloads Last updated
7.0.1 18,818 7/11/2024
7.0.0 20,189 4/16/2024
6.2.0 34,079 11/20/2023
6.1.2 6,024 10/13/2023
6.1.1 80,364 3/28/2023
6.1.0 3,479 3/7/2023
6.0.1 2,680 2/8/2023
6.0.0 7,152 11/17/2022
6.0.0-rc.2 1,382 9/19/2022
6.0.0-beta.2 335 5/26/2022
5.7.3 16,036 10/13/2023
5.7.2 90,618 3/7/2023
5.6.3 117,695 2/8/2023
5.6.2 2,488 2/6/2023
5.6.1 354,275 2/17/2022
5.6.0 16,073 1/14/2022
5.5.1 27,415 2/17/2022
5.5.0 4,582 1/5/2022
5.4.1 3,621 2/17/2022
5.4.0 107,232 9/16/2021
5.3.1 90,781 2/25/2021
5.3.0 11,306 1/20/2021
5.2.1 2,988 1/14/2021
5.2.0 121,517 10/20/2020
5.1.2 1,090 1/14/2021
5.1.1 52,301 8/26/2020
5.1.0 2,359 8/24/2020
5.0.1 8,505 7/2/2020
5.0.0 20,691 4/27/2020
4.4.2 32,230 4/20/2021
4.4.1 21,918 7/2/2020
4.4.0 72,589 11/27/2019
4.3.5 58,656 11/5/2019
4.3.4 208,064 6/13/2019
4.3.3 6,598 5/3/2019
4.3.2 1,255 5/2/2019
4.3.1 3,676 4/18/2019
4.3.0 15,510 2/22/2019
4.2.3 1,221 5/2/2019
4.2.2 1,214 4/18/2019
4.2.1 13,706 1/10/2019
4.2.0 31,201 12/12/2018
4.1.3 7,998 1/10/2019
4.1.2 4,089 11/19/2018
4.1.1 11,586 7/11/2018
4.1.0 8,539 6/1/2018
4.1.0-beta0001 2,068 3/26/2018
4.0.1 1,651 7/11/2018
4.0.0 1,689 5/29/2018
4.0.0-rc0001 1,466 4/13/2018
4.0.0-beta0007 1,687 12/20/2017
4.0.0-beta0004 1,387 10/13/2017
4.0.0-beta0001 1,289 9/8/2017
3.3.5 5,337 5/2/2019
3.3.4 1,222 4/18/2019
3.3.3 1,324 1/10/2019
3.3.2 24,387 11/19/2018
3.3.1 10,443 7/11/2018
3.3.0 2,845 5/14/2018
3.2.0 2,792 3/23/2018
3.1.0 3,130 12/15/2017
3.0.0 1,557 9/1/2017
2.0.1 7,480 6/25/2017
2.0.0 1,782 5/28/2017
2.0.0-pre1 1,370 5/19/2017
1.3.1 13,336 7/30/2017
1.3.0 2,235 4/26/2017
1.2.0 10,665 4/8/2015
1.1.0 1,849 1/27/2015
1.0.0 1,971 1/19/2015

* Added support for proxy authentication.
     * Fix endpoints failing to start with 409 responses from SQS when starting the same endpoint many times concurrently.
     * Upgraded to AWS SDK v3.
     * Some minor bug fixes.
     See the project wiki for more details: https://github.com/ahofman/NServiceBus.AmazonSQS/wiki
     As always, the NServiceBus Acceptance Test suite is leveraged to provide the highest possible quality.