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
DeadLetterQueueName
Dead-letter queue name (default: built-in ASB DLQ).
public string DeadLetterQueueName { get; set; }
Property Value
MaxConcurrentCalls
Maximum concurrent message handlers (default 1).
public int MaxConcurrentCalls { get; set; }
Property Value
QueueName
Main queue or topic name for workflow work items.
public string QueueName { get; set; }