ARTEMIS-911 - increase ack variable on individualAcknowledge
https://issues.apache.org/jira/browse/ARTEMIS-911
This commit is contained in:
parent
79647167fa
commit
83e83e7d87
|
@ -868,6 +868,8 @@ public class ServerConsumerImpl implements ServerConsumer, ReadyListener {
|
|||
|
||||
ref.acknowledge(tx);
|
||||
|
||||
acks++;
|
||||
|
||||
if (startedTransaction) {
|
||||
tx.commit();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue