Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.10.0
-
Fix Version/s: 5.10.0
-
Component/s: None
-
Labels: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.