Azure Queue Storage Message
  • Dark
    Light

Azure Queue Storage Message

  • Dark
    Light

This article is specific to the following platforms - Snowflake - Synapse.

Azure Queue Storage Message Component

Note: This feature is only available for instances hosted on Azure.

Post a message to an Azure Queue Storage. Other applications (including Matillion ETL instances) can read those messages and perform further processing.

Properties

Property Setting Description
Name Text A human-readable name for the component.
Storage Account Select The name of the Azure Storage Account that contains your Queue. Storage Accounts must be discovered through your Credentials configuration. Only Storage Accounts of the kind Storage or StorageV2 can be used for Queues.
Queue Select The name of the queue to write to. Available queues for the selected Storage Account are listed.
Message Text The message to post to the designated queue. This can contain variables to be resolved at runtime, in the same way that other components can use variables - see Using Variables for more details
Message format Select Messages may be optionally Base64 Encoded, or compressed with 'gzip' compression. (If compression is chosen, then the compressed data is also Base64 encoded, so it can be transported as plain text.)

What's Next