activemq-artemis/artemis-core-client/src
Francesco Nigro f6e8345dbe ARTEMIS-1772 Reduce memory footprint and allocations of QueueImpl
It includes:
- Message References: no longer uses boxed primitives and AtomicInteger
- Node: intrusive nodes no longer need a reference field holding itself
- RefCountMessage: no longer uses AtomicInteger, but AtomicIntegerFieldUpdater
2018-04-03 11:01:38 -04:00
..
main ARTEMIS-1772 Reduce memory footprint and allocations of QueueImpl 2018-04-03 11:01:38 -04:00
test/java/org/apache/activemq/artemis [ARTEMIS-1716] QueueControlImpl#listMessagesAsJSON fails when message contains a byte[] header 2018-03-01 14:26:20 -05:00