Lorenz Quack created QPID-7214:
----------------------------------

             Summary: [Java Broker, WMC] Do not use depth=2 in the REST request 
in Broker.js
                 Key: QPID-7214
                 URL: https://issues.apache.org/jira/browse/QPID-7214
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Lorenz Quack
             Fix For: qpid-java-6.1


Currently in Broker.js we issue a REST request with {{depth=2}} because we are 
interested in the VirtualHosts which are children of VirtualHostNodes and not 
the Broker.
However, this causes a lot of unnecessary data to be transmitted as well. 
Namely all connections which are children of the Ports.

We should remove the {{depth=2}} and request the VirtualHosts separately.
We should use a query for this.
We should also make sure that this request happens in parallel.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to