NServiceBus 分发器集群配置

发布于 2024-10-24 20:36:23 字数 475 浏览 2 评论 0原文

请原谅我在这里发帖而不是 serverfault,但 NServiceBus 似乎是真正只有开发人员才能理解的东西。

问题是我们有一个使用 NServiceBus 的新应用程序,我们渴望展示我们服务的新功能,但我们似乎无法让该应用程序在我们的集群上运行。我的问题相当简单,当分发器在集群实例上运行时,是否应该将所有 4 个队列放入没有 MSMQ 服务器名称的配置中,从而默认为本地计算机名称?我们将集群实例配置为使用其自身而不是物理主机作为计算机名称,但服务无法启动。我知道错误队列可以是远程的,但是其他哪些队列可以/应该是远程的,哪些不应该是?

我看过 这篇关于 NServiceBus 的文章集群 非常好,但是它没有说明分销商的要求。

非常感谢!!

Pardon me for posting here instead of serverfault, but NServiceBus seems like the kind of thing that really only developers understand.

The problem is that we have a new app that uses NServiceBus and we are eager to show off the new bells and whistles of our service yet we cant seem to get the thing running on our cluster. My question is rather simple, when the distributor is running on the cluster instance should all 4 queues be put in the config without an MSMQ server name, thus defaulting to the local machine name? We have the cluster instance configured to use its self rather than the physical host for the machine name, but the service wont start. I know the error queue can be remote, but what other queues can/should be remote and what should not?

I have seen this write up on NServiceBus clustering and its great, but it says nothing about the requirements of the distributor.

Thanks a ton!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静水深流 2024-10-31 20:36:23

分发服务器配置中的所有四个队列(DataInputQueue、ControlInputQueue、ErrorQueue 和 StorageQueue)末尾不应有 @ServerName。因此,它们都将默认为“本地”计算机名称,因为它是群集的并且您选中了“使用网络名称作为计算机名称”框,因此该名称将成为群集的名称。

我写了您提到的文章 - 我将对其进行更新以使其更加清晰,并包含示例分发器配置片段。

All four queues in the Distributor's config (DataInputQueue, ControlInputQueue, ErrorQueue, and StorageQueue) should NOT have an @ServerName at the end. Thus, they will all default to the "local" machine name, which because it is clustered and you checked the "Use Network Name for computer name" box, will become the name of the cluster.

I wrote the article you mentioned - I will update it to be more clear on this and include a sample Distributor configuration snippet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文