ordered-delivery

Ordered Delivery with netMSMQbinding

[亡魂溺海] 提交于 2019-12-22 06:41:56
问题 Is it possible to guarantee ordered delivery when using WCF netMSMQbinding? We are putting an insert command followed by a number of update commands on the same queue, and occassionally one of the updates beats the insert. Having added extensive logging it is clear that they are being added to the queue in the correct order and being processed in a different order. I have managed to Google a couple of articles that state that this behaviour is expected, but it seems like it must be possible