Github user jbertram commented on the issue:
https://github.com/apache/activemq-artemis/pull/1569
This looks good, but I'm a bit concerned about using a Map in the
management methods as this will preclude the use of tools like JVisualVM,
JConsole, Jolokia, etc. to invoke those methods as they have no way to
represent a Map in plain text. Perhaps consider using a comma delimited String
of key=value pairs instead of Map for the management methods.---
