I am now having an an application that publishes the changed stock positions (e.g. new, edit, cancel) using EMS; and an application that subscribes to the application using EMS and store the change into our Database. i am wondering whether I could use WCF to do the same thing, and what are the factors that I should consider. Thanks a lot for the help.
问问题
144 次
1 回答
0
不幸的是,你无法回答这个问题。EMS 是基于 JMS 标准的实现,它也是用于传输消息的协议。WCF 是一般来自 Microsoft 的技术堆栈/通信框架。您可以使用同步请求回复,例如通过 SOAP/EMS 和 EMS 以及使用 WCF 的 SOAP/HTTP。
除了 TEMS(TIBCO EMS 传输通道)之外,您还可以使用 WCF 应用 EMS 传输。同时,您可以将 WCF 与 MSMQ 一起使用,使用另一个技术堆栈实现相同的效果。
你需要区分:
- 技术栈 TIBCO 与微软
- 排队技术:EMS vs. MSMQ
- 排队(例如 EMS、MSMQ)与非排队协议(例如 HTTP)
我这对于澄清您的问题中的问题有些帮助。
于 2015-04-17T15:49:55.003 回答