Azure Queue Storage Message
    • Dark
      Light

    Azure Queue Storage Message

    • Dark
      Light

    Article Summary

    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

    PropertySettingDescription
    NameTextA human-readable name for the component.
    Storage AccountSelectThe 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.
    QueueSelectThe name of the queue to write to. Available queues for the selected Storage Account are listed.
    MessageTextThe 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 formatSelectMessages 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