I have some messages in the system dead letter queue. I want to move it to the outgoing queue. But even though I am an admin on the box , I am unable to do so. I also tried using a tool by the name queue explorer but was unable to do so. Is there a way out ?
Share
You will have to write something on your own to resend the messages. You should be able to address the queue just like any other such as: @”formatname:DIRECT=OS:.\system$;DeadXact”; PowerShell could do the trick.