UI shows deleted messages
sharbov opened this issue · 4 comments
sharbov commented
Also purging the queue using the API (not the UI) doesn't seem to affect the UI.
franciscomazali commented
same here
villasv commented
The UI shows messages that have been received by the SQS Insights process. If some consumer deletes a specific message or you purge the queue or anything like that, the messages will stay in the UI. Even after a page refresh, because they've been cached. Clearing the cache is a different story.
If I purge the queue using the API, and perform a Clear Messages
on the UI, the messages will be gone as expected. So I, at least, can't reproduce a bug here, only expected behavior.