Dejan Bosanac created AMQ-5165:
----------------------------------
Summary: Fix destination statistics queue name
Key: AMQ-5165
URL: https://issues.apache.org/jira/browse/AMQ-5165
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.10.0
Reporter: Dejan Bosanac
Assignee: Dejan Bosanac
Fix For: 5.10.0
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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)