|
In the last few months I have given a number of presentaions on WCF and had countless customer meetings. One of the most frequently asked question was why in the world we would need WS-ReliableMessaging (WS-RM). I think I had a good explanation, but now the infamous Shy Cohen posted a very nice and easy to understand answer to the MSDN WCF Forums. The only real problem I currently have with the WS-RM implementation in WCF is that they do not have a durable store for the WS-RM messages. It is all in-memory and AppDomain-based. Tomas also thinks that this might become a problem in one or the other scenarios.
|