Create private queue remotely?

B

baby ell@

I'm accessing a private queue in another machine and if the queue does not
exists in that machine, i would like to create the private queue.

Example:
MessageQueue newmsg =
MessageQueue.create("FormatName:DIRECT=OS:ella\private$\newq");

i encountered an error: unable to create queue.
please advise.

ell@
 
W

Willy Denoyette [MVP]

ella\\private$\\newq
or:
(@"FormatName:DIRECT=OS:ella\private$\newq");

Willy.
 

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