无法在远程服务器上创建私人消息队列 [英] Cannot create private message queue on remote server

查看:296
本文介绍了无法在远程服务器上创建私人消息队列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法在远程服务器上创建队列,并且得到的错误是:

I am unable to create a queue on a remote server and the error i get is :

Cannot create a queue with the path FormatName:DIRECT=OS:server\private$\q

代码如下:

Dim q As MessageQueue
q = MessageQueue.Create("FormatName:Direct=OS:Server\private$\queue")

我已经尝试使用OS,TCP,HTTP和给定的所有可能选项此处,但是我无法在远程计算机上创建队列.我在开发箱上运行Win 7 Enterprise,在MSMQ服务器上运行Win Server 2003 R2.

I have tried with OS, TCP, HTTP and all the possible options given here but I have not been able to create a queue on remote machine. I am running Win 7 Enterprise on my dev box and Win Server 2003 R2 on the MSMQ server.

我是否缺少服务器上的某些安全性/权限设置或其他配置?将不胜感激.

Am i missing some security / permission settings on the server or some other configuration ? would appreciate any help possible.

推荐答案

您无法创建远程专用队列.

You cannot create remote private queues.

您将需要在远程计算机上手动创建它们,或在其中运行满足您需要的进程.

You will need to manually create them at the remote machine or run a process there that does what you need.

这篇关于无法在远程服务器上创建私人消息队列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆