G Guest Nov 18, 2004 #1 how to create msmq queue at remote machine? n how to send messege to remote queue?
G Guest Nov 19, 2004 #3 Hi Nicholas, MessageQueue.Create(@"FormatNameIRECT=OS:MachineName\newq"); After executing this command, it is giving exception as @"Cannot create a queue with the path FormatNameIRECT=OS:MachineName\newq." Nicholas Paldino said: Deepak, Please see my reply to your previous post. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) deepak said: how to create msmq queue at remote machine? n how to send messege to remote queue? Click to expand... Click to expand...
Hi Nicholas, MessageQueue.Create(@"FormatNameIRECT=OS:MachineName\newq"); After executing this command, it is giving exception as @"Cannot create a queue with the path FormatNameIRECT=OS:MachineName\newq." Nicholas Paldino said: Deepak, Please see my reply to your previous post. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) deepak said: how to create msmq queue at remote machine? n how to send messege to remote queue? Click to expand... Click to expand...