Skip to content

Commit

Permalink
Amazon.SQS transport
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
  • Loading branch information
zarusz committed Nov 24, 2024
1 parent c3c500b commit 289d461
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/provider_amazon_sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Please read the [Introduction](intro.md) before reading this provider documentation.

- [Configuration](#configuration)
- [Amazon SNS](#amazon-sns)
- [Producing Messages](#producing-messages)
- [Consuming Messages](#consuming-messages)
- [Consumer context](#consumer-context)
Expand All @@ -17,7 +18,7 @@ Please read the [Introduction](intro.md) before reading this provider documentat

## Configuration

Amazon SQS/SNS provider configuration has to specify a region and needs to choose one of the authentication methods:
Amazon SQS provider configuration has to specify a region and needs to choose one of the authentication methods:

- [static credentials](https://docs.aws.amazon.com/sdkref/latest/guide/access-iam-users.html)
- [temporary credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html#RequestWithSTS)
Expand Down Expand Up @@ -46,6 +47,10 @@ services.AddSlimMessageBus((mbb) =>

The [`SqsMessageBusSettings cfg`](../src/SlimMessageBus.Host.AmazonSQS/SqsMessageBusSettings.cs) has additional settings that allow overriding factories for Amazon SQS client objects or customization for automatic topology provisioning. This may be used for some advanced scenarios.

## Amazon SNS

The SNS (Simple Notification Service) will be supported in the near future as part of this transport plugin.

## Producing Messages

To produce a given `TMessage` to a Azure Service Bus queue (or topic) use:
Expand Down

0 comments on commit 289d461

Please sign in to comment.