mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 19:45:55 +00:00
Fixing an issue that caused statistics for a transactional temporary queue to be updated twice by mistake. Moved the statistics update into tryOrderedCursorAdd so that the update is called immediately only if not inside a transaction.