蒂博科 Windows 进程激活
我正在考虑如何扩展用托管代码(本例中为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解你的问题,那么 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.