Skip to content

JetStream and Work retention policy Stream with Durable consumers and fan-out #4499

Answered by ripienaar
riton asked this question in Q&A
Discussion options

You must be logged in to vote

OK, reading again you want more than 1 app to process the same message. Then dont use WorkQueue. WorkQueue is designed for any message being processed succesfully once only.

Use Interest or limits.

With those messages will distribute within multiple instances of teh same App (they would share a consumer) and multiple apps all get all the messages (each app is a consumer)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@riton
Comment options

@ripienaar
Comment options

Answer selected by riton
@riton
Comment options

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