Re: Problem Consuming from queue with more than one consumer

2016-07-21 Thread etiennet123
Hi Tim Thanks for the response. Perhaps round robin is not the best way to describe it. What I am trying to do is this. I have a producer that sends XML messages to the queue. This happens quite fast. I then have to consume theses messages, process these messages and send the result to a databas

Problem Consuming from queue with more than one consumer

2016-07-20 Thread etiennet123
Hi I am trying to create a app to consume messages in a round robin fashion. However only one will work at a time. Preferably I would like to create two seperate apps to consume from the same queue. Here is the code I am trying to use: using System; using System.Collections.Generic; using Syst