Azurestorageexplorer: Storage Explorer only shows up to 32 messages in Azure Queue

Created on 26 Apr 2018  路  3Comments  路  Source: microsoft/AzureStorageExplorer

Storage Explorer Version:
0.9.6
OS Version:
Linux
Steps to Reproduce:

  1. Queue more than 32 messages in Azure Queue
  2. View via Storage Explorer

Expected Experience:
Should be able to view all messages in the queue.

Actual Experience:
Only up-to 32 messages are seen, no way to view all the messages in the queue.

feature request by design

Most helpful comment

I agree this is a real limiting factor.

All 3 comments

Hi @kjoshi-rubikloud , unfortunately this is a limit of the Queue Service REST API.

To retrieve the messages you are seeing, we use the peek API. We use peek so we can look at the messages without altering their visibility to other consumers of the queue. Peek only supports peeking at the first 32 messages in the queue though. This is why we only display the first 32.

We'll pass your feedback along to the Queue team though, and if they ever support peeking at more than 32, we'll update to support that.

I agree this is a real limiting factor.

We're going to close this as by design/won't fix due to platform limitations.

Was this page helpful?
0 / 5 - 0 ratings