dyedurham / SbManager

Installable web ui for managing Azure/Windows Service Bus
Apache License 2.0
31 stars 16 forks source link

'Overview' now has Total messages counts #68

Closed rj-xy closed 8 years ago

rj-xy commented 8 years ago

Added the folowing properties on the 'Overview' model: TotalDeadLetters TotalActiveMessages TotalScheduledMessages

This allows monitoring systems with relatively little logic to check if there are any dead letters in all the queues and topics. Or check for a threshold of active or scheduled messages.