Hi,
I'm trying to make a queue be listened by two different applications but, so far, I didn't succeed on that.
I have tried both BeginPeek and BeginReceive methods but none of them worked. If I use BeginReceive along with ReceiveCompleted event only one server receives the message. If I use BeginPeek along with PeekCompleted the system runs into a loop or, if I manage to remove the message from the queue, only one server receives it.
Any clue of how to accomplish that???
Thanks