蒂博科 Windows 进程激活

发布于 2024-07-06 20:31:27 字数 264 浏览 6 评论 0原文

我正在考虑如何扩展用托管代码(本例中为 C#)编写的 Tibco EMS 队列侦听器。 我正在寻找主要的隔离和集群特征。

在 MSMQ 中,我可以使用 Windows Process Activation Service 来托管和管理队列侦听器的数量和生命周期。 有 Tibco 同等产品吗?

否则我怀疑我最终会得到一个简单的 NT 服务来托管 EMS 侦听器。 (反过来可以执行进程激活)。 构建一个 24x7 可监控、健壮的生产服务是可行的,但相当棘手。

I'm thinking about how I could scale out Tibco EMS queue listeners written in managed code (C# in this instance). I'm looking for predominantly isolation and clustering characteristics.

In MSMQ I could use Windows Process Activation Service to host and manage the number and lifetime of queue listeners. Is there a Tibco equivalent?

Otherwise I suspect I'll end up with a simple NT service to host EMS listeners. (which in turn could perform process-activation). Workable but fairly tricky to build a 24x7 monitorable, robust, production service.

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

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

发布评论

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

评论(1

只想待在家 2024-07-13 20:31:27

如果我正确理解你的问题,那么 TIBCO 等效项是 TIBCO ActiveMatrix 服务网格。 它支持 C# 服务容器,并且可以托管和管理您的 C# 侦听器。

将此与 TIBCO ActiveMatrix Service Performance Manager 结合起来,您可以让它在高负载情况下自动部署并启动更多实例到更多节点。

If I understand your question correctly, then the TIBCO equivalent is TIBCO ActiveMatrix Service Grid. It supports C# service containers and can host and manage your C# listeners.

Couple this with TIBCO ActiveMatrix Service Performance Manager and you can have it automatically deploy and start more instances to more nodes during high load situations.

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