telstrapurple / PurpleExplorer

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

queue limited to 100 #38

Closed bschelst closed 3 years ago

bschelst commented 3 years ago

We can only see 100 messages in the queue. How to increase that?

armannaj commented 3 years ago

It's hard-coded. 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.