Table of Contents

Property QueueGroup

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

QueueGroup

If specified, the subscriber will join this queue group. Subscribers with the same queue group name, become a queue group, and only one randomly chosen subscriber of the queue group will consume a message each time a message is received by the queue group.

public string? QueueGroup { get; }

Property Value

string