Keith Wall created QPID-8032:
--------------------------------
Summary: [AMQP1.0] AsyncAutoCommitTransaction optimisation
Key: QPID-8032
URL: https://issues.apache.org/jira/browse/QPID-8032
Project: Qpid
Issue Type: Improvement
Components: Java Broker
Reporter: Keith Wall
Fix For: Future
Some AMQP 1.0 messaging use-cases would benefit from the
{{AsyncAutoCommitTransactions}} optimisation that is already in use on the
older protocols.
For instance, for a publisher sending persistent settled messages, currently
each message is written to disk and sync before the next message is the buffer
is processed,. With this optimisation, the syncs would be allowed to coalesce.
Care needs to be taken when the work includes actions that aren't
non-transactional transfers to ensure that transactions remain ACID.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]