Synadia Connect
Azure Queue Storage
NAME | RUNTIME | TYPE | VERSION | STATUS |
---|---|---|---|---|
azure_queue_storage | wombat | sink | latest | stable |
Publish to an Azure Queue Storage account.
Configuration
name | type | optional | secret | description |
---|---|---|---|---|
storage_connection_string | string | no | no | The connection string for the Azure Storage Account. |
queue_name | string | no | no | The name of the Azure Storage Queue to publish to. |
ttl | string | yes | no | The time-to-live for messages in the queue in seconds. If not set, messages will not expire. The value defaults to 0 . |
max_in_flight | int | yes | no | The maximum number of messages to have in flight at any given time. The value defaults to 64 . |