telstrapurple / PurpleExplorer

cross-platform Azure Service Bus explorer (Windows, MacOS, Linux)
MIT License
163 stars 33 forks source link

Make _maxMessageCount in QueueHelper and TopicHelper configurable #36

Closed Slohrsh closed 3 years ago

Slohrsh commented 3 years ago

Would be great if I could configure the amount of received messages or having some kind of pagination mechanism

armannaj commented 3 years ago

It's hard-coded for now. Since it's a tool for dev environments (and not recommended for production use), More message fetch means more time and slower application.

We can make it configurable in future versions.