Put String in Azure Queue
- 28 Jul 2022
- 1 Minute to read
- Print
- DarkLight
Put String in Azure Queue
- Updated on 28 Jul 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 3.0.0 |
Last Modified in Version | 8.0.0 |
Location | Integration > Azure Service Bus |
The Put String 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
Property | Description | Data Type |
---|---|---|
Content Type | Used to describe the payload of the message as it is sent to the queue via API call as a JSON object. For example application/JSON | String |
Correlation ID | Specifies an identifier used to group similar messages together in a queue | String |
Label | The Subject line for the message used for identification | String |
Message Bytes | The contents of the message delivered in the message payload | List of Strings |
Partition Key | If enabled, allows messages to be sent to the same internal partition in a queue for sequencing purposes | String |
Reply To | Optional field that specifies a path the queue can send a response to | String |
Reply To Session ID | Specifies the Session ID used by the Reply To field | String |
Scheduled Enqueue Time UTC | Specifies a length of time before the message is made available within a queue | DateTime |
Session ID | Used to messages sent within the same session | String |
Time To Live | Used 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 queue | DateTime |
To | Used for routing messages to a specific queue | String |
Via Partition Key | Used to select a partition in transfer queue for a message | String |
Settings
Property | Description | Data Type |
---|---|---|
Choose Queue at Runtime | Enables the flow step to use a connected queue. This step requires the Flow to be a message hander type. | Boolean |
Queue Name | Used to select a connected Message queue from a list. | String |
Related Information
Forum Posts:
Was this article helpful?