Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1752
@franz1981 if you merge if you're happy with suggested changes to your
feature, then this PR would update.
Re UseStringDeduplication i don't think it will help here where the aim is
to avoid instance creation, as the strings will still be created, it only gets
deduced on GC, as such if anything you may increase the GC workload.---
