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

Subscription listener: add max count #789

Open maf-soft opened 3 months ago

maf-soft commented 3 months ago

I have frequently the problem that large messages cannot be retrieved or not more than one. I need this to view and/or delete a certain amount of messages.

Now I noticed the subscription listener feature. It could be (ab?)used for both if it had a max count option, to automatically stop after x messages. That would be easy to do and very helpful.

-> Feature request

Discussion: of course, other issues could also be created from my above need: