503 Spool Over Quota. Queue or Topic endpoint limit exceeded

Yes, Only the queue that is full needs to be set to Silent. So that the other queue can consume the message.
This is actually a production issue, where one queue was full with no consumers and we don’t have the poc who was using that queue( and so we cannot empty the queue & dont care if this queue is losing data). We just put this queue to “Silent” and the new incoming msgs were acknowledged successfully.

Thanks @Aaron :slight_smile: