Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1696
API names of stuff does not have to match internal names of stuff.
Classical internal model mapped to a DTO.
Eg to make the json, internal fields are mapped into json DTO, I would look
at reverse mapping this, to avoid this kind of coupling.---
