I'm trying to make a private Queue in a external pc to send messages. I've writed the code to send and recive messages in a queue on my own pc and works fine. But i dont really understand very well how to make it on a remote pc. In this line:
var queue = new MessageQueue(@"FormatName:DIRECT=OS:mymachine\MyQueueQueue")
Dont know what "FormatName:DIRECT=OS:mymachine" represents and don't found that information on Microsoft documentation. Where should a put the ip of the external pc?