Queue alternatives to MSMQ on Windows? [closed]
May not be “best practice” advice here… but based on real life needs and experience: we have distributed system, 60 boxes running each 10 clients all do task X, and they need to take the next task from a queue. The queue is being fed from one other “client”… We had used inter process communication, … Read more