TIBCO EMS 6 和 WCF 服务
有人已经将 TIBCO EMS v 6 与 .NET WCF 服务和 tcpBinding 一起使用吗?
我正在设计一个新的架构,需要了解 WCF 客户端的性能如何。有人告诉我,在旧版本中,WCF 实现不太好,因此最好的方法是使用 SOAP 和 XML,而不是本机 WCF netTcp 绑定。
有什么想法吗?谢谢,大卫。
has anybody already used TIBCO EMS v 6 together with .NET WCF Services and tcpBinding?
I am designing a new architecture and need to understand how well or bad is the WCF client performing. I was told that in older versions the WCF implementation was not so good so the best approach would have been to use SOAP and XML anyway instead of native WCF netTcp bindings.
Any idea? Thanks, Davide.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 TIBCO EMS v5 查看了 WCF 内容,最终选择了他们的“本机”客户端库。
我遇到的主要问题是 TIBCO 没有提供 WCF 绑定的完整实现 - 仅提供一些构建块,您可以使用它们来构建 WCF 自定义绑定。为了让它发挥作用,这似乎太麻烦、太费力。
“本机”TIBCO.EMS.dll 工作得很好,在我的例子中提供了一个非常简单、非常易于使用的界面来向 TIBCO EMS 发送消息:
I had a look at the WCF stuff with TIBCO EMS v5, and ended up going with their "native" client libraries instead.
The main trouble I had is that TIBCO didn't provide a full implementation of a WCF binding - only some buildings blocks which you could use to construct a WCF custom binding from it. This just seemed like too much trouble and too much effort, just to get it to work.
The "native" TIBCO.EMS.dll works quite well and in my case provided a very simple, very easy to use interface to send messages to TIBCO EMS: