Property | Description |
---|---|
Name | Required. The event source name that appears in the Process Designer. The name must be unique for the connection. The name must start with an alphabet and can contain only alphabets, numbers, or hyphens (-). |
Description | Optional. A description for the Azure Service Bus event source that appears in the Process Designer. |
Enabled | Select Yes to make the event source available immediately after it is published. Select No to disable the event source until you are ready to use it. Default is Yes. |
Property | Description |
---|---|
Service Bus Type | Required. Select the service bus type based on whether you want to subscribe to a queue or topic. |
Queue/Topic Name | Required. Enter the queue or topic name from which the message needs to be consumed. To consume a message from a dead letter queue (DLQ), you must provide the name appended with the $ symbol as a suffix as shown in the following format: <queue_name or topic_name>/$deadletterqueue |
Subscription Name | Optional. If you had selected the service bus type as Topic, enter the subscription name. |
Content Format | Required. Select the content type for the Service Bus message that needs to be consumed. You can select Text, XML, or JSON. |
Simplify Content | Required. Enable this option if the XML or JSON content to be processed does not match a valid process object structure. The event source modifies the content structure to match the process object format. |