Skip to content
Discussion options

You must be logged in to vote

Several ways to approach the problem.

You could limit the number of messages each user can queue up. Allow them to only publish to certain subjects and have a max msgs per subject.

On the consumption side. Meaning the applications that are processing these messages. You could just horizontally scale, meaning run lots of applications to consume the next message available.

If order is important per user, create multiple consumers that filter via user, e.g. FilterSubject: "users.derek.>"

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