Hello,
I am wondering if there is a way in WCF MSMQ to know if iam processing the last message in the transaction
I did lot of researches I found that there is a property IsLastInTransaction
but this property not available in MsmqMessage<T>
Class it only available in System.Messaging.Message
Anybody know how can I dietarian if this is the last message in the transaction
thank you