how to create msmq queue at remote machine?

G

Guest

Hi Nicholas,

MessageQueue.Create(@"FormatName:DIRECT=OS:MachineName\newq");

After executing this command, it is giving exception as
@"Cannot create a queue with the path FormatName:DIRECT=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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top