Table of Contents

Property Priority

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

Priority

Priority for message delivery when using prioritized priority policy.

public byte Priority { get; init; }

Property Value

byte

Remarks

Lower values indicate higher priority (0 is the highest priority). Maximum priority value is 9. This field is only used when the consumer has PriorityPolicy set to "prioritized".