Table of Contents

Property DeliverGroup

Namespace
NATS.Client.JetStream
Assembly
NATS.Client.JetStream.dll

DeliverGroup

The name of a deliver group (queue) for load balancing across multiple subscribers.

public string? DeliverGroup { get; init; }

Property Value

string

Remarks

Messages are distributed among all subscribers in the same deliver_group.