Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1757
@franz1981 done, also spotted a few wasteful bits in AMQP as well, where it
went from String to SimpleString, back to String and back to SimpleString (or
repeatedly created SimpleString from String), so cleaned that up .---
