I would like to monitor my subscriptions for message count. I love that I can just create an event OnMessage and when a message comes in, I get notified. The problem is that the message is removed from the queue which I do not want. I am creating the subscription client with ReceiveMode.PeekLock.
Thanks
r