the WSHTTP Binding for WCF supports Reliable Session Properties. In there I noticed a boolean property which allows you to turn off / on ordering.
The property description is as follows:
Ordered: A boolean value that specifies whether messages are guaranteed to arrive in the order they were sent.
I'm a bit baffled by this property, surely you would want ordered to always be true? Or am I missing the point, can someone give a business case example of when ordered should be set to false.
Thanks