WCF MSMQ last message in the transaction

131 views Asked by At

Is there is a way in WCF MSMQ to know if I am processing the last message in the transaction?

I did lot of searches 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 determine if this is the last message in the transaction.

0

There are 0 answers