Rebus.AmazonSqs
7.0.0
dotnet add package Rebus.AmazonSqs --version 7.0.0
NuGet\Install-Package Rebus.AmazonSqs -Version 7.0.0
<PackageReference Include="Rebus.AmazonSqs" Version="7.0.0" />
paket add Rebus.AmazonSqs --version 7.0.0
#r "nuget: Rebus.AmazonSqs, 7.0.0"
// Install Rebus.AmazonSqs as a Cake Addin #addin nuget:?package=Rebus.AmazonSqs&version=7.0.0 // Install Rebus.AmazonSqs as a Cake Tool #tool nuget:?package=Rebus.AmazonSqs&version=7.0.0
Rebus.AmazonSQS
Provides an Amazon SQS transport for Rebus.
Required AWS security policies
The policy required for receiving messages from a SQS queue using "least-privilege principle" is as follows:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sqs:DeleteMessage",
"sqs:GetQueueUrl",
"sqs:ChangeMessageVisibility",
"sqs:DeleteMessageBatch",
"sqs:SendMessageBatch",
"sqs:SendMessage",
"sqs:ReceiveMessage",
"sqs:DeleteQueue",
"sqs:CreateQueue",
"sqs:SetQueueAttributes"
],
"Resource": "[Your SQS incoming queue and DLQ arn here]"
}
]
}
Note that the last three actions(sqs:DeleteQueue
, sqs:CreateQueue
and sqs:SetQueueAttribute
) is only required if AmazonSQSTransportOptions.CreateQueue
is set to true
, otherwise they could/should be omitted. It is the default behaviour that CreateQueue is set to true, hence they are included in the above ACL.
To be able to send to a queue the following permissions are required on the target queue:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sqs:GetQueueUrl",
"sqs:SendMessageBatch",
],
"Resource": "[Your SQS outgoing target queue arn here]"
}
]
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- awssdk.sqs (>= 3.7.300.2)
- Rebus (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Rebus.AmazonSqs:
Repository | Stars |
---|---|
mastreeno/Merp
An event based Micro ERP
|
Version | Downloads | Last updated |
---|---|---|
7.0.0 | 178,233 | 11/15/2023 |
7.0.0-alpha02 | 575 | 8/2/2023 |
7.0.0-alpha01 | 563 | 3/27/2023 |
6.5.0 | 153,481 | 5/11/2022 |
6.4.0 | 138,013 | 4/4/2022 |
6.3.2 | 82,122 | 6/3/2021 |
6.3.1 | 23,778 | 3/23/2021 |
6.3.0 | 12,575 | 2/21/2021 |
6.2.0 | 37,503 | 12/3/2020 |
6.1.2 | 4,019 | 11/1/2020 |
6.1.1 | 9,199 | 8/6/2020 |
6.1.0 | 1,511 | 6/24/2020 |
6.0.0 | 11,185 | 2/18/2020 |
5.0.0-b03 | 17,802 | 8/15/2018 |
5.0.0-b02 | 1,244 | 8/2/2018 |
5.0.0-b01 | 1,192 | 8/2/2018 |
4.1.1 | 34,635 | 3/2/2018 |
4.1.0 | 17,981 | 1/23/2018 |
4.0.3 | 1,600 | 1/19/2018 |
4.0.2 | 1,649 | 1/9/2018 |
4.0.1 | 1,963 | 10/30/2017 |
4.0.0 | 4,787 | 8/15/2017 |
4.0.0-b11 | 1,379 | 7/5/2017 |
4.0.0-b09 | 1,600 | 6/21/2017 |
4.0.0-b08 | 1,305 | 6/1/2017 |
4.0.0-b07 | 1,310 | 5/18/2017 |
4.0.0-b06 | 1,363 | 5/17/2017 |
4.0.0-b05 | 1,281 | 4/19/2017 |
4.0.0-b03 | 2,575 | 4/4/2017 |
4.0.0-b01 | 1,279 | 3/23/2017 |
3.0.0 | 35,134 | 1/5/2017 |
2.1.0 | 5,118 | 12/20/2016 |
2.0.0 | 1,849 | 9/20/2016 |
2.0.0-b02 | 1,302 | 9/12/2016 |
2.0.0-b01 | 1,305 | 9/9/2016 |
2.0.0-a4 | 1,546 | 9/7/2016 |
0.99.74 | 1,545 | 8/29/2016 |
0.99.73 | 1,496 | 8/12/2016 |
0.99.72 | 1,567 | 8/4/2016 |
0.99.71 | 1,802 | 8/3/2016 |
0.99.70 | 1,761 | 7/29/2016 |
0.99.68 | 1,534 | 7/18/2016 |
0.99.67 | 1,554 | 7/1/2016 |
0.99.66 | 1,571 | 6/28/2016 |
0.99.65 | 1,546 | 6/23/2016 |
0.99.64 | 1,547 | 6/22/2016 |
0.99.63 | 1,550 | 6/21/2016 |
0.99.62 | 1,584 | 6/17/2016 |
0.99.61 | 1,523 | 6/17/2016 |
0.99.60 | 1,601 | 6/15/2016 |
0.99.59 | 1,526 | 6/3/2016 |
0.99.58 | 1,574 | 5/24/2016 |
0.99.57 | 1,538 | 5/22/2016 |
0.99.56 | 1,554 | 5/22/2016 |
0.99.55 | 1,725 | 5/16/2016 |
0.99.54 | 1,574 | 5/12/2016 |
0.99.53 | 1,573 | 5/12/2016 |
0.99.52 | 1,522 | 5/11/2016 |
0.99.51 | 1,471 | 5/9/2016 |
0.99.50 | 1,596 | 4/13/2016 |
0.99.48 | 1,529 | 4/6/2016 |
0.99.47 | 1,600 | 3/31/2016 |
0.99.46 | 1,558 | 3/30/2016 |
0.99.45 | 1,526 | 3/29/2016 |
0.99.44 | 1,550 | 3/26/2016 |
0.99.43 | 1,579 | 3/26/2016 |
0.99.42 | 1,567 | 3/22/2016 |
0.99.41 | 1,584 | 3/17/2016 |
0.99.40 | 1,609 | 3/15/2016 |
0.99.39 | 1,564 | 3/14/2016 |
0.99.38 | 1,556 | 3/9/2016 |
0.99.37 | 1,548 | 3/9/2016 |
0.99.36 | 1,607 | 3/3/2016 |
0.99.35 | 1,701 | 2/22/2016 |
0.99.34 | 1,559 | 2/19/2016 |
0.99.33 | 1,686 | 2/12/2016 |
0.99.32 | 1,592 | 2/10/2016 |
0.99.31 | 1,566 | 2/8/2016 |
0.99.30 | 1,559 | 2/5/2016 |
0.99.29 | 2,131 | 2/2/2016 |
0.99.27 | 1,528 | 1/28/2016 |
0.99.26 | 1,535 | 1/27/2016 |
0.99.25 | 1,557 | 1/22/2016 |
0.99.24 | 1,692 | 1/18/2016 |
0.99.23 | 1,566 | 12/18/2015 |
0.99.22 | 1,545 | 12/18/2015 |
0.99.21 | 1,680 | 12/11/2015 |
0.99.20 | 1,651 | 12/10/2015 |
0.99.19 | 1,645 | 12/8/2015 |
0.99.18 | 1,658 | 12/7/2015 |
0.99.17 | 1,548 | 12/7/2015 |
0.99.16 | 1,791 | 11/30/2015 |
0.99.14 | 1,710 | 11/24/2015 |
0.99.13 | 1,676 | 11/23/2015 |
0.99.12 | 1,613 | 11/17/2015 |
0.99.11 | 1,613 | 11/17/2015 |
0.99.10 | 1,599 | 11/11/2015 |
0.99.9 | 1,610 | 11/5/2015 |
0.99.8 | 1,565 | 11/5/2015 |
0.99.7 | 1,633 | 10/29/2015 |
0.99.5 | 1,606 | 10/27/2015 |
0.99.4 | 1,584 | 10/27/2015 |
0.99.2 | 1,581 | 10/12/2015 |
0.99.1 | 1,642 | 10/8/2015 |
0.99.0 | 1,924 | 10/7/2015 |
0.98.12 | 1,622 | 9/17/2015 |
0.98.11 | 1,585 | 9/17/2015 |
0.98.10 | 1,599 | 9/16/2015 |
0.98.9 | 1,608 | 9/14/2015 |
0.98.8 | 1,629 | 9/13/2015 |
0.98.7 | 1,596 | 9/9/2015 |
0.98.6 | 1,608 | 9/7/2015 |
0.98.5 | 1,563 | 9/3/2015 |
0.98.4 | 1,591 | 9/3/2015 |
0.98.3 | 1,616 | 9/1/2015 |
0.98.2 | 1,605 | 8/27/2015 |
0.98.1 | 1,586 | 8/27/2015 |
0.98.0 | 1,631 | 8/26/2015 |
0.97.0 | 1,584 | 8/25/2015 |
0.96.0 | 1,606 | 8/24/2015 |
0.95.0 | 1,611 | 8/20/2015 |
0.94.0 | 1,586 | 8/19/2015 |
0.93.0 | 1,587 | 8/19/2015 |
0.92.4 | 1,597 | 8/17/2015 |
0.92.3 | 1,690 | 8/13/2015 |
0.92.2 | 1,697 | 8/12/2015 |
0.92.1 | 1,857 | 8/12/2015 |
0.92.0 | 1,739 | 8/11/2015 |
0.91.0 | 1,846 | 8/11/2015 |
0.90.9 | 1,908 | 8/10/2015 |
0.90.8 | 1,915 | 8/9/2015 |
0.90.7 | 1,842 | 8/5/2015 |
0.90.6 | 1,825 | 8/4/2015 |
0.90.5 | 1,846 | 8/4/2015 |
0.90.4 | 1,787 | 8/2/2015 |
0.90.3 | 1,722 | 8/2/2015 |
0.90.2 | 1,720 | 7/31/2015 |
0.90.1 | 1,747 | 7/29/2015 |
0.90.0 | 1,736 | 7/29/2015 |