Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queue with multiple workers, but a worker reads only messages of a specific type. #1197

Open
ADD-David-Sancho opened this issue Feb 25, 2025 · 0 comments

Comments

@ADD-David-Sancho
Copy link

ADD-David-Sancho commented Feb 25, 2025

Hi, I'm working with Rebus and SQL Server and I have a question. I am working right now with several workers reading messages from a single queue, but I want a specific type of message to be processed with priority. To do this, I have thought that one of the several workers I have should only attend to messages of a specific type, while the rest consume any other type of message.

Is this possible?
Is it better to use another implementation of Rebus for these cases?
Could this be achieved by setting a higher priority to the messages that I want to be consumed first?

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant