ITransactedSession in .Net
jessie_lai87
Member Posts: 4 ✭
Is there any sample on how ITransactedSession work in .Net with Confirm Delivery (Acknowledged) ? Is CreateFlow require when work on Producer and how its Acknowledgement work within a commit?
Tagged:
0
Best Answer
Answers
-
Hi @jessie_lai87,
I do not see a sample, but per the `send` method in the docs it sounds to me like you need to set the `HasPublisher` property which creates the flow for you. Then I do believe you would need to commit. (@Ragnar can you confirm what I'm saying is true 😝)
Hope that helps!
0