Github user franz1981 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1752
Thanks @michaelandrepearce, the work on
https://github.com/franz1981/activemq-artemis/pull/4 seems fairly good to me,
I've just added a couple of comments on the code!
I would love the opinions of @clebertsuconic and @tabish121 too about it,
in particular to how apply on AMQP or if there is anything we're missing :+1:
Re the specific case of String I'm trying -XX:+UseStringDeduplication
-XX:+PrintStringDeduplicationStatistics on Artemis to see if it could bring
some benefits (for free) now that we're using G1 as the default broker
collector, wdyt?
---