1. Message Queuing prompts "Invalid format name" Workaround:
The original configured link is:
Formatname:direct=tcp:127.0.0.1\\private$\\myprivatequeue
Modified into
Formatname:direct=tcp:127.0.0.1\private$\myprivatequeue
The results were successful.
Programme Source: http://stackoverflow.com/questions/3787466/ enterprise-library-msmq-listener-and-private-remote-queues-cannot-send-message#
Prompt later: The queue does not exist, or you do not have sufficient permissions to perform the operation
2. Configure the address of the message queue to 127.0.0.1, the result is always reported in the following error: The queue does not exist, or you do not have sufficient permissions to perform the operation
The Message Queuing service was checked, and the 127.0.0.1 was replaced with the native external IP, and the access was successful;
Programme Source: http://www.cnblogs.com/zjoch/archive/2011/04/19/2020668.html
MSMQ Message Queuing error handling