Create private queue remotely?

  • Thread starter Thread starter baby ell@
  • Start date Start date
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@
 
ella\\private$\\newq
or:
(@"FormatName:DIRECT=OS:ella\private$\newq");

Willy.
 
Back
Top