ITransactedSession in .Net

Options
jessie_lai87
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:

Best Answer

  • cmorgan
    cmorgan Member, Employee Posts: 1 Solace Employee
    #2 Answer ✓
    Options

    @marc you are correct. The HasPublisher property defaults to true. All sent message from transacted session `send` are confirmed on commit. CreateFlow is only for receiving flows.

Answers