Description
Client can enable batch acknowledgement to improvement performance.
With artemis client.ack and tx.ack are in batch ack mode. But this feature
enables batch mode even in AUTO.ack mode.
Also there is a timeout available to control batch ack. see
http://activemq.apache.org/optimized-acknowledgement.html
Test: OptimizedAckTest