设置 MSMQ 以进行集群

发布于 2024-09-11 11:24:38 字数 161 浏览 1 评论 0 原文

有人可以向我指出一些有关为队列集群设置 MSMQ 的好资源吗?我对以下方面的帮助感兴趣:

  1. 实际设置群集 MSMQ 节点,并使其发挥作用
  2. 设置应用程序以将消息发送到群集队列。
  3. 设置应用程序(至少 2 个)以从同一集群队列中读取数据。

Can someone point me to some good resources about setting up MSMQ for queue clustering? I'm interested in help with:

  1. Actually setting up the clustered MSMQ nodes, and making it function
  2. Setting up an application to send messages to a clustered queue.
  3. Setting up applications (at least 2) to read from the same clustered queue.

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

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

发布评论

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

评论(1

嗳卜坏 2024-09-18 11:24:38

对于第 1 项,这是一个很好的起点:“构建MSMQ集群"。
您会在该文章中找到其他几个可以进一步指导您的链接。

微软还有一个详细的文档:“在服务器集群中部署消息队列 (MSMQ) 3.0"。

对于仅一个线程而言,第 2 项和第 3 项似乎有点太多了。

您可能想要使用一些框架,例如 NServiceBus 来处理队列。 NServiceBus 附带了示例项目,可以帮助您找到起点。

For item 1, here is a nice starting point: "Building MSMQ cluster".
You will find several other links in that article that will guide you further.

Microsoft also has a detailed document: "Deploying Message Queuing (MSMQ) 3.0 in a Server Cluster".

Items 2 and 3 seem to a little bit too much for just one thread.

You might want to use some framework like NServiceBus to work with the queues. NServiceBus comes with example projects that will help you to find a start.

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