mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-14 22:16:21 +00:00
Replace the AtomicInteger with an int. Indeed deliveredAcks is used only by the acknowledge method and it is only executed by the EpollEventLoop thread bounded with the relative connection channel.