Azure Service Bus Create Subscription
Description
This process action creates a topic subscription in an Azure Service Bus namespace.
To use this tool, you need a Microsoft Azure Service Bus metadata object, and a process in which you want to work with Azure Service Bus.
Setup
-
Add the process action Azure Service Bus Create Subscription from the Process Palette, under the Connectors section.
-
Configure the action by dragging and dropping one of the following Microsoft Azure Service Bus metadata nodes onto the action:
-
Top-level Microsoft Azure Service Bus metadata node
-
Topic
-
Subscription
-
-
Set other action parameters as needed.
If you drag and drop a topic or subscription node onto this action, the action inherits one or both names from the metadata. You can also set them in the action’s properties to override the inherited values.
Parameters
Name | Default | Description |
---|---|---|
Name |
AzureServiceBusCreateSubscription |
Display name for the action in Designer. |
Fail if exists |
true |
Controls whether the action signals a failure condition when the subscription already exists. |
Subscription Name |
Name of the subscription to create. |
|
Topic Name |
Name of the topic that holds the subscription to create. |
|
Max Delivery Count |
10 |
How many times Azure Service Bus Azure Service Bus attempts to deliver a message to this subscription before sending it to the dead-letter queue. |