ARTEMIS-911 - increase ack variable on individualAcknowledge

https://issues.apache.org/jira/browse/ARTEMIS-911
This commit is contained in:
Andy Taylor 2017-01-09 13:31:19 +00:00
parent 79647167fa
commit 83e83e7d87
1 changed files with 2 additions and 0 deletions

View File

@ -868,6 +868,8 @@ public class ServerConsumerImpl implements ServerConsumer, ReadyListener {
ref.acknowledge(tx);
acks++;
if (startedTransaction) {
tx.commit();
}