Table of Contents

Class ServiceBusWorkflowOptions

Namespace
JD.AI.Workflows.Distributed.AzureServiceBus
Assembly
JD.AI.Workflows.Distributed.dll

Options for Azure Service Bus workflow dispatch.

public sealed class ServiceBusWorkflowOptions
Inheritance
ServiceBusWorkflowOptions
Inherited Members

Properties

ConnectionString

Azure Service Bus connection string.

public string ConnectionString { get; set; }

Property Value

string

DeadLetterQueueName

Dead-letter queue name (default: built-in ASB DLQ).

public string DeadLetterQueueName { get; set; }

Property Value

string

MaxConcurrentCalls

Maximum concurrent message handlers (default 1).

public int MaxConcurrentCalls { get; set; }

Property Value

int

QueueName

Main queue or topic name for workflow work items.

public string QueueName { get; set; }

Property Value

string