sqs_send_message_batch {paws.application.integration} | R 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 |
[Package paws.application.integration version 0.9.0 Index]