Batch acknowledgements for XA transactions until end()
------------------------------------------------------
Key: QPID-3884
URL: https://issues.apache.org/jira/browse/QPID-3884
Project: Qpid
Issue Type: Improvement
Reporter: Rajith Attapattu
Assignee: Rajith Attapattu
The XASessionImpl uses AUTO_ACK for the underlying JMS Session.
Due to recent changes we ack each message synchronously, which is quite slow.
However in a transaction we don't need to ack these messages individually
instead it can be done when we end the XA transaction.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]