Github user jbertram commented on the issue:
https://github.com/apache/activemq-artemis/pull/2376
I agree with @michaelandrepearce - JMS specifics should not be built into
the console (or any part of the core broker, for that matter). The session
contains generic meta-data which can be displayed on the console and then users
can interpret that meta-data as necessary for their applications. We've worked
hard to get JMS stuff out of the core broker to better support other protocols.
Let's not add it back in.
---