servicebus_send_batch
Send multiple messages in a single batch to an Azure Service Bus queue or topic. Ideal for seeding test data with efficient bulk operations.
Instructions
Send multiple messages to an Azure Service Bus queue or topic in a single batch.
Each message in the 'messages' array should have:
body (string, required): the message content
session_id (string, optional)
correlation_id (string, optional)
application_properties (object, optional): key/value map of custom properties
scheduled_enqueue_time (string, optional): ISO 8601 time to enqueue the message
The entire batch is delivered in a single send operation. Useful for seeding test data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| queue | Yes | ||
| messages | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |