为什么 MSMQ 认为我在工作组计算机上? [英] Why does MSMQ think I'm on a workgroup computer?

查看:17
本文介绍了为什么 MSMQ 认为我在工作组计算机上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的电脑连接到一个域,但是当我去创建一个公共队列时:

My computer is connected to a domain, but when I go to create a public queue:

MessageQueue.Create(@".	estqueue");

我收到此错误:

工作组安装计算机可以不支持操作.

A workgroup installation computer does not support the operation.

为什么 MSMQ 会认为我在工作组计算机上?

Why might MSMQ think I'm on a workgroup computer?

推荐答案

成为域的一部分是在 AD 集成模式下安装 MSMQ 的先决条件.它不保证 MSMQ 安装在 AD 集成模式下.如果出现以下情况,MSMQ 将以工作组模式安装:

Being part of a domain is a pre-cursor for installing MSMQ in AD-integrated mode. It doesn't guarantee MSMQ IS installed in AD-integrated mode. MSMQ will install in workgroup mode if:

  1. 未选择 AD 集成作为设置选项
  2. 选择了 AD 集成但未能初始化;检查事件日志

是的,工作组名称在域成员情况下会造成混淆.

Yes, the workgroup name is confusing in a domain member situation.

这篇关于为什么 MSMQ 认为我在工作组计算机上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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