Checking Queue for Messages from .NET
948826Jul 11 2012 — edited Jul 17 2012Hi, this is hopefully a simple question - is there a way to check a queue for messages which are awaiting processing from .NET? If I put a queue into a message and then start a .NET application and try to Dequeue, I get nothing back and the application receives the standard error after the DequeueOptions.Wait period has elapsed.
Thanks