Just a post for those who wants to know this.
I needed to remove old failed queue messages in Exchange 2013.
If you need to do this here is the command:enter into exchange powershell.
Get-Queue -id Submission | Get-Message | Remove-Message -WithNDR $false
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.