Amazon SQS

Frends.AmazonSQS.Send / 2.1.0

Summary

Places a single message on an SQS queue and returns the identifier the queue assigned it.

Typical use — handing work to another system or Process asynchronously, using the returned identifier for correlation

Details

Frends version
5.7 and newer
Agent
Crossplatform
Target framework
net8.0

Input parameters.

Name Type Default Example Description
QueueUrl String https://{REGION_ENDPOINT}/queue.|api-domain|/{YOUR_ACCOUNT_NUMBER}/{YOUR_QUEUE_NAME} https://{REGION_ENDPOINT}/queue.|api-domain|/{YOUR_ACCOUNT_NUMBER}/{YOUR_QUEUE_NAME}

Queue url. Examples: https:///queue.|api-domain|//

Message String Hello world

The message to send. The maximum string size is 256 KB. A message can include only XML, JSON, and unformatted text.

An unhandled error has occurred. Reload 🗙