Skip to main content

JetstreamDlqHeader

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

Enumeration Members

DeadLetterReason

DeadLetterReason: "x-dead-letter-reason"

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

Reason the message was sent to the DLQ: the last handler error message.


DeliveryCount

DeliveryCount: "x-delivery-count"

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

Number of times the message has been delivered


FailedAt

FailedAt: "x-failed-at"

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

ISO timestamp of when the message was moved to DLQ


OriginalStream

OriginalStream: "x-original-stream"

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

Source stream name


OriginalSubject

OriginalSubject: "x-original-subject"

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

Original NATS subject the message was originally published to