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.
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:
精彩评论