Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/2169
No im saying quite the opposite. To get the effect of having a null object
returned when a null string is passed in. You cant do with constructor as you
will have a SimpleString object. E.g. if we wanted to make it so if null
string what is returned is null the only way is via a static such as the
toSimpleString method.---
