生产设置中的 Nservicebus

发布于 2024-12-03 10:22:11 字数 241 浏览 4 评论 0原文

我刚刚遇到一个 Nservicebus 非常适合的业务案例。 我找不到关于如何在生产环境中设置它的任何建议。仅仅是个人资料的选择还是还有其他需要考虑的事情。

该场景正在调用地球另一端的 Web 服务,速度相当慢,因此无论如何我都需要某种队列,因为有时会有 1500-2000 个请求排队。

在 Win2008 服务器标准 Ed 上设置它需要注意什么?

我怀疑在管理服务器安全性方面这只是即插即用。

/J

I just came across a business case where Nservicebus would fit really well.
What I can't find is any advice on how to set it up in a production environment. Is it just the choice of profile or are there other things to consider.

The scenario is calling a webservice on the other side of the planet which is pretty slow, so I will need a queue of some sort anyway since there are times when there will be between 1500-2000 requests lined up.

What caveats could I expect setting it up on a Win2008 server standard Ed.

I doubt it's just plug'n play when it comes to managing security on the server.

/J

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

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

发布评论

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

评论(1

反话 2024-12-10 10:22:12

NServiceBus 位于 MSMQ 之上。它托管在一个开箱即用的通用主机容器中,可以在任何托管进程内运行。设置起来确实很简单。

我不确定您要问什么具体警告。我在生产设置中看到的唯一区别是灾难恢复和监控之类的东西。

希望这有帮助。

NServiceBus sits on top of MSMQ. It is hosted in a generic host container which is out-of-the-box and can run inside any managed process. It really is trivial to set it up.

I am not sure what specific caveats you are asking about. The only difference I can see with a production set-up is things like disaster recovery and monitoring.

Hope this helps.

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