Skip to content

AckWait does not publish to dead letter queue with zero clients #4994

Answered by derekcollison
gongy asked this question in Q&A
Discussion options

You must be logged in to vote

We do not have automated DLQs, as you noted by design since we truly separate consumers from stream semantics.

Also note in your case you can run one large mux'd stream and have consumer pull only the subject they need, most likely bound to the type of event.

For DLQ, you could term a message and have something that captures that advisory and moves the message to whichever stream you want.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by derekcollison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants