在工作组上使用MSMQ? [英] Using MSMQ on a workgroup?

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

问题描述

我有一个服务构建,试图从私人阙读取消息。

当这种情况发生时我会收到此错误....


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


从我读到的内容我需要在域上进行系统设置,这个

是否正确?对于我的开发工作,我不会有可用的环境和

所有内容都在一台笔记本电脑上进行测试。有什么我能做的吗?谢谢

I have a service built that is trying to read messages from a private que.
When this tries to happen I get this error....

A workgroup installation computer does not support the operation

From what I read I need to have my system setup on a domain, is this
correct? For my dev work I''m not going to have that envirorment available and
everything is tested on one laptop. Is there anything I can do? Thank you

推荐答案



" Webbee" <我们**** @ discussions.microsoft.com>在消息中写道

新闻:D4 ********************************** @ microsof t.com ...

"Webbee" <We****@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
我有一个服务,试图从私人阙读取消息。
当这种情况发生时我会收到这个错误....

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

从我读到的内容我需要在域上进行系统设置,这是正确的吗?对于我的开发工作,我不会有这样的环境

一切都在一台笔记本电脑上进行测试。有什么我能做的吗?谢谢
I have a service built that is trying to read messages from a private que.
When this tries to happen I get this error....

A workgroup installation computer does not support the operation

From what I read I need to have my system setup on a domain, is this
correct? For my dev work I''m not going to have that envirorment available
and
everything is tested on one laptop. Is there anything I can do? Thank you




您无需在域中登记MSMQ。您可以使用MSMQ的工作组时间读取和写入

本地和远程私人队列。


您使用的操作系统是什么?

您需要使用Windows 2000,XP或2003服务器。


什么是MSMQ库?

您应该使用托管的System.Messaging命名空间。 />

你如何访问你的队列?

访问远程私有队列需要使用队列FormatName而不是

a PathName。


EG:

FormatName:direct = os:somehost\private



You do not need to enlist your MSMQ in a domain. You can read and write to
local and remote private queues with workgroup instals of MSMQ.

What OS are you using?
You need to use windows 2000, XP or 2003 server.

What MSMQ library?
You should be using the managed System.Messaging namespace.

How are you accessing your queues?
Access to remote private queues requires using a queue FormatName instead of
a PathName.

EG:
FormatName:direct=os:somehost\private


\ someomeue

David
\somequeue

David





" David Browne"写道:


"David Browne" wrote:

Webbee <我们**** @ discussions.microsoft.com>在消息中写道
新闻:D4 ********************************** @ microsof t.com。 ..

"Webbee" <We****@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
我有一个服务,试图从私人阙读取消息。
当这种情况发生时,我得到这个错误....
工作组安装计算机不支持操作

根据我的阅读,我需要在域上进行系统设置,这是否正确?对于我的开发工作,我不会有这样的环境

一切都在一台笔记本电脑上进行测试。有什么我能做的吗?谢谢
I have a service built that is trying to read messages from a private que.
When this tries to happen I get this error....

A workgroup installation computer does not support the operation

From what I read I need to have my system setup on a domain, is this
correct? For my dev work I''m not going to have that envirorment available
and
everything is tested on one laptop. Is there anything I can do? Thank you



您无需在域中登记MSMQ。您可以使用MSMQ的工作组时间读取和写入本地和远程专用队列。

您使用的操作系统是什么?
您需要使用Windows 2000,XP或2003服务器。

什么是MSMQ库?
你应该使用托管的System.Messaging命名空间。

如何访问你的队列?
访问远程私有队列需要使用队列FormatName而不是
一个PathName。

EG:
FormatName:direct = os:somehost\private



You do not need to enlist your MSMQ in a domain. You can read and write to
local and remote private queues with workgroup instals of MSMQ.

What OS are you using?
You need to use windows 2000, XP or 2003 server.

What MSMQ library?
You should be using the managed System.Messaging namespace.

How are you accessing your queues?
Access to remote private queues requires using a queue FormatName instead of
a PathName.

EG:
FormatName:direct=os:somehost\private


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

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