Hy,
I use the Service Bus for Windows Server and want to check the following on the service bus.
1.
I want to know to total number of messages of a queue or a topic which have been processed since the beginning. So I need the number of all messages which are now on the queue and the other which already finished. I only found the message count which shows
only the current messages in a queue:
http://msdn.microsoft.com/en-us/library/windowsazure/microsoft.servicebus.messaging.queuedescription.messagecount.aspx
2.
Or is it possible to get the total number of messages which have been processed on the service bus on all queues and topics?
Can anybody help me?
Best regards