Details
Description
Could not find a way to configure an http proxy host/port with user/pass authentication.
I am supplying a patch to allow this to be part of the options specified as part of the URI, for example,
uri="static://(http://myserver:80?proxyHost=my.proxy.com%26proxyPort=80%26proxyUsername=username%26proxyPassword=password)"
This is an enhancement based on #AMQ-1099.