Priority Queues – Interceptors
In the previous articles, I demonstrated why there is not really a need for priority queues. That is because the different messages likely need to be handled differently, both from the business- and infrastructure...
In the previous articles, I demonstrated why there is not really a need for priority queues. That is because the different messages likely need to be handled differently, both from the business- and infrastructure...
Instead of deciding to which queue a priority message should be send to, a better design is where the sender has no knowledge of priority messages or any receiver. We can achieve this using...
See how to send messages with a higher priority using NServiceBus.
Dealing with higher priority for certain messages often requires more than just an additional queue. Read why and how in this article on priority queues.
More
Recent Comments