sqs_send_message_batch: You can use SendMessageBatch to send up to 10 messages to the...

View source: R/sqs_operations.R

sqs_send_message_batchR Documentation

You can use SendMessageBatch to send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all)

Description

You can use send_message_batch to send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all). This is a batch version of SendMessage. For a FIFO queue, multiple messages within a single batch are enqueued in the order they are sent.

See https://www.paws-r-sdk.com/docs/sqs_send_message_batch/ for full documentation.

Usage

sqs_send_message_batch(QueueUrl, Entries)

Arguments

QueueUrl

[required] The URL of the Amazon SQS queue to which batched messages are sent.

Queue URLs and names are case-sensitive.

Entries

[required] A list of SendMessageBatchRequestEntry items.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.