Top "Ws-reliablemessaging" questions

WS-ReliableMessaging is an extension to SOAP that allows messages to be reliably delivered to web-services between distributed applications.

Problems with WCF reliable session (reliable messaging)

In our WCF application I am trying to configure reliable sessions. Service: <wsHttpBinding> <binding name="BindingStabiHTTP" maxBufferPoolSize="524288" …

wcf ws-reliablemessaging
WCF is slow when reliable session is ON and with burst async request

For experiments, I created a simple "Hello World" WCF service and client using .NET 4.5 on VS2012. The server is hosted …

.net wcf nettcpbinding ws-reliablemessaging