Skip to main content

JetstreamDlqHeader

Defined in: src/jetstream.constants.ts:247

Enumeration Members

DeadLetterReason

DeadLetterReason: "x-dead-letter-reason"

Defined in: src/jetstream.constants.ts:249

Reason for the message being sent to the DLQ — the last handler error message.


DeliveryCount

DeliveryCount: "x-delivery-count"

Defined in: src/jetstream.constants.ts:257

Number of times the message has been delivered


FailedAt

FailedAt: "x-failed-at"

Defined in: src/jetstream.constants.ts:255

ISO timestamp of when the message was moved to DLQ


OriginalStream

OriginalStream: "x-original-stream"

Defined in: src/jetstream.constants.ts:253

Source stream name


OriginalSubject

OriginalSubject: "x-original-subject"

Defined in: src/jetstream.constants.ts:251

Original NATS subject the message was originally published to