[
https://issues.apache.org/jira/browse/QPID-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Godfrey resolved QPID-926.
------------------------------
Resolution: Fixed
> [Java Broker] Perform all store operations associated with an acknowledge in
> a single store transaction
> -------------------------------------------------------------------------------------------------------
>
> Key: QPID-926
> URL: https://issues.apache.org/jira/browse/QPID-926
> Project: Qpid
> Issue Type: Improvement
> Components: Java Broker
> Affects Versions: M2.1
> Reporter: Rob Godfrey
> Assignee: Rob Godfrey
>
> Currently in non transactional messaging, each individual store operation is
> wrapped in its own transaction.
> When in Point-to-Point messaging every acknowledge effectively causes two
> separate store operations, the dequeue, and then the removal of the message
> from the store. It is more efficient to commit these as a single transaction.
> Change required to NonTransactionalContext
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.