hi all,
I want to know the number of messages in a deadletter queue. I see there are queueDescription.MessageCountDetails.ActiveMessageCount and queueDescription.MessageCountDetails.DeadLetterMessageCount properties can be use in QueueDescriptioin object. but when i running my programe, i found the value of ActiveMessageCount and DeadLetterMessageCount always are zero.
Any body know why? or this is a bug?
If these properties are not avaliable, does any body know how to get the number of messages from a deadletter queue?