Remove the list of connections from the toplevel REST URI --------------------------------------------------------- Key: APLO-179 URL: https://issues.apache.org/jira/browse/APLO-179 Project: ActiveMQ Apollo Issue Type: Improvement Reporter: Lionel Cons The toplevel REST URI to get broker information (http://localhost:61680/broker) currently contains the list of all established connections. This may look handy but it brings problems on a broker with thousands of connections: the data takes several seconds to be generated and unnecessary information gets reported. This is problematic for monitoring tools frequently accessing this URI to get high-level information such as JVM metrics. I would suggest to use a dedicated URI to list all the connections and only report the count on the toplevel URI. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira