Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.10.0
-
None
-
None
Description
Destination statistics queue name is documented as
ActiveMQ.Statistics.Destination.[DEST_NAME]
but it is really implemented as
ActiveMQ.Statistics.Destination[DEST_NAME]
The documented syntax worked on earlier versions due to the way we handled destination map. The fix for https://issues.apache.org/jira/browse/AMQ-5074 changed that, so we need to explicitly support both syntaxes now.