Tagged Questions
4
votes
1answer
35 views
How to implement a compenting consumer solution?
As a exercise I'm trying to find an example which implements competing consumer.
many producers - > MSMQueue <- competing consumers
So far I did not find any documentation on how to achieve ...
3
votes
2answers
421 views
client requirements for messaging system (a la MassTransit) using MSMQ?
Having not used MSMQ before, I'm not at all clear an the client environment requirements to use it.
I'm designing a client/server solution that will integrate with a legacy system and I'm sold on ...
2
votes
1answer
440 views
MassTransit Queue Maintenance
Is there anything built into MassTransit that can help manage the queues?
I'm specifically thinking of the error queues. I saw the thread similar to this, but I'm not looking to manage it with a ...