Table of Contents

Property QueueGroup

Namespace
NATS.Client.Services
Assembly
NATS.Client.Services.dll

QueueGroup

Endpoint queue group.

string? QueueGroup { get; }

Property Value

string

Remarks

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.