Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
© 2022 Yandex.Cloud LLC
Yandex Message Queue
  • Getting started
    • Quick start
    • Supported tools
    • Sample code
      • Python
      • Node.js
      • PHP
      • Celery
      • JMS
      • Laravel
      • Terraform
      • Golang
  • Step-by-step instructions
    • Overview
    • Creating a new message queue
    • Sending messages
    • Receiving and deleting messages
    • Deleting a message queue
    • Monitoring processes in queues
  • Concepts
    • Overview
    • Message queues
    • Messages
    • Deduplication
    • Visibility timeout
    • Long Polling
    • Dead Letter Queue
    • Delay queues
    • Quotas and limits
    • Comparison with Yandex Data Streams
  • Practical guidelines
    • Converting a video to a GIF in Python
  • Access management
  • Pricing policy
  • API Yandex Message Queue
    • Overview
    • Queue
      • CreateQueue
      • DeleteQueue
      • GetQueueAttributes
      • GetQueueUrl
      • ListQueues
      • PurgeQueue
      • SetQueueAttributes
    • Message
      • ChangeMessageVisibility
      • ChangeMessageVisibilityBatch
      • DeleteMessage
      • DeleteMessageBatch
      • ReceiveMessage
      • SendMessage
      • SendMessageBatch
    • Data types
      • BatchResultErrorEntry
      • ChangeMessageVisibilityBatchRequestEntry
      • ChangeMessageVisibilityBatchResultEntry
      • DeleteMessageBatchRequestEntry
      • DeleteMessageBatchResultEntry
      • Message
      • MessageAttributeValue
      • SendMessageBatchRequestEntry
      • SendMessageBatchResultEntry
    • Common errors
  • Public materials
  • Questions and answers
  1. API Yandex Message Queue
  2. Data types
  3. SendMessageBatchRequestEntry

SendMessageBatchRequestEntry

Written by
Yandex Cloud

    Contains the details of a message being sent and its ID. For more information about attributes, see the description of the SendMessage method.

    Parameter Type Required parameter Description
    DelaySeconds integer No The number of seconds to delay sending a message.
    Id string Yes ID of the message in the list.
    MessageAttribute string Yes Message attributes: name, type, and value.
    MessageBody string No Message body.
    MessageDeduplicationId string No ID used for message deduplication. For more information, see Deduplication.
    MessageGroupId string No ID of the message group. Used only in FIFO queues.

    Was the article helpful?

    Language / Region
    © 2022 Yandex.Cloud LLC