I have a bunch of outgoing MSMQ messages that were incorrectly fixed due to a typo. They are stuck in the outgoing queue because the box to which they were directed does not exist.
The queue name has the form
DIRECT = OS: foo \ private $ \ MyQueue and is in the Waiting for connection state
and i want to send
DIRECT = OS: Bar \ Private $ \ MyQueue
Will the entry in the hosts file be sufficient, or if there is no other way I can do this? I do not want to create a called server and a process that receives messages and forwards them to the correct server, if at all possible.
source
share