Github user sebthom commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2374#discussion_r225560766
--- Diff: docs/user-manual/en/management.md ---
@@ -735,8 +735,8 @@ un-formatted result of a call to
`java.lang.System.currentTimeMillis()`.
- `CONSUMER_CREATED` (2)
`_AMQ_Address`, `_AMQ_ClusterName`, `_AMQ_RoutingName`, `_AMQ_Distance`,
- `_AMQ_ConsumerCount`, `_AMQ_User`, `_AMQ_RemoteAddress`,
- `_AMQ_SessionName`, `_AMQ_FilterString`
+ `_AMQ_ConsumerCount`, `_AMQ_User`, `_AMQ_ValicatedUser`,
`_AMQ_RemoteAddress`,
--- End diff --
I think there is a typo: _AMQ_Vali**c**atedUser ->_AMQ_Vali**d**atedUser
---