astitcher commented on PR #442:
URL: https://github.com/apache/qpid-proton/pull/442#issuecomment-4057399793
I think this work is now good enough for a tech preview style release. There
are still areas that I would like to see some further work though, and I will
raise extra issues for these:
* There should be better testing for the various transaction scenarios:
- Ideally this would include an in process broker for ease of use
* It would be more convenient if we could configure the settlement and
release behaviour for messages:
- It would probably be more convenient for most users to automatically
release any messages acquired under a transaction if the transaction is aborted
or the commit fails.
- There are some (probably rare) cases where we might want to
automatically settle messages sent or acknowledged under a transaction
- Probably the way to do this would be to add a transaction_option object
to the the session - this is consistent with the current API and would be
extensible.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]