paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.01k stars 585 forks source link

Include scheduled messages in counter #753

Closed Kakaranish closed 10 months ago

Kakaranish commented 10 months ago

Hi, I think it would be great to have scheduled messages included in total messages on queue. For now scheduled messages are not visible on queue summary: image This sometimes causes that I think there are messages on queue when in reality there are. It would be great for me to not go through all queues to check if any messages are scheduled :)

Greybird commented 10 months ago

hi @Kakaranish,

You can already configure the values shown on queue summary through the options image Is this what you need ?

Kakaranish commented 10 months ago

Awesome. That's exactly what I was looking for. Thank you. Closing.