[ 
https://issues.apache.org/jira/browse/ARTEMIS-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16589095#comment-16589095
 ] 

Simon Martinelli commented on ARTEMIS-2049:
-------------------------------------------

Yes I use httpEnabled=true.

Normally I would set: proxyHost, proxyPort, proxyUser and proxyPassword as 
System properties but this is not considered by the NettyConnector.

Therefore a HttpProxyHandler must be registered in the Pipeline.

For example:

{{channelPipeline.addFirst(new HttpProxyHandler(...));}}

> Add support for HttpProxyHandler in NettyConnector
> --------------------------------------------------
>
>                 Key: ARTEMIS-2049
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2049
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Simon Martinelli
>            Priority: Major
>
> Currently it's not possible to connect to a Artemis Broker through a HTTP 
> proxy, because the NettyConnector does not make use of HttpProxyHandler.
> Please add support for this to the Netty client.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to