QueueAdapter.sendBatch<T>(): Promise<string[]>
Send a batch of messages to the specified queue. Implementation should optimize this operation if possible (e.g. using pipelines or batch APIs).
data: T[]
Array of payloads to send.
optional
options: SendOptions
Delivery options applied to all messages in the batch.