Put Bytes in Azure Queue
  • 28 Jul 2022
  • 1 Minute to read
  • Dark
    Light

Put Bytes in Azure Queue

  • Dark
    Light

Article Summary

Step Details

Introduced in Version3.0.0
Last Modified in Version8.0.0
LocationIntegration > Azure Service Bus

The Put Bytes in Azure Queue step requires both the Azure module to be installed. This step allows an encrypted message of bytes to be sent to a connected Azure Service Bus Queue. 

The step provides additional options and requires supplementary information provided from the queue, such as the Partition Key.



Properties

Inputs

PropertyDescriptionData Type
Content TypeUsed to describe the payload of the message as it is sent to the queue via API call as a JSON object. For example application/JSONString
Correlation IDSpecifies an identifier used to group similar messages together in a queueString
LabelThe Subject line for the message used for identification String
Message BytesThe contents of the message delivered in the message payloadList of Bytes
Partition KeyIf enabled, allows messages to be sent to the same internal partition in a queue for sequencing purposesString
Reply ToOptional field that specifies a path the queue can send a response to String
Reply To Session IDSpecifies the Session ID used by the Reply To field String
Scheduled Enqueue Time UTCSpecifies a length of time before the message is made available within a queueDateTime
Session IDUsed to messages sent within the same session String
Time To LiveUsed to determine how long a message can be stored within a queue. Once the message has reached this value, the message will expire. If this property is not set, the message will use  the DefaultTimeToLive value provided by the queueDateTime
ToUsed for routing messages to a specific queueString
Via Partition KeyUsed to select a partition in transfer queue for a messageString

Settings

PropertyDescriptionData Type
Choose Queue at RuntimeEnables the flow step to use a connected queue. This step requires the Flow to be a message hander type.Boolean
Queue NameUsed to select a connected Message queue from a list.String



Related Information

Forum Posts:


Was this article helpful?