Description
In this commit basic HTTP-Proxy support using the default properties was added to ActiveMQ, however the implementation does not account for the exclusion list in property "http.nonProxyHosts", which leads to issues in environments that use a system proxy, but exclude certain targets from proxy usage.
Given the implementation in HttpTransportSupport (in particular getProxyHost()) and HttpClientTransport (in particular creation of the HTTP Client) there is no way to use ActiveMQ in a mixed non-proxy/proxy environment.