I mean something like this [1]. As I understood your post, you try to achieve this by setting system properties and/or camel context properties...
[1] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=components/camel-http/src/test/java/org/apache/camel/component/http/HttpProxyTest.java;h=d9e9721005ce4ffd7851d79ade62d195ef3cc14d;hb=HEAD Best, Christian ----------------- Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Wed, Sep 11, 2013 at 3:03 PM, Alex Anderson <a...@frontlinesms.com>wrote: > On 10 September 2013 22:49, Christian Müller > <christian.muel...@gmail.com> wrote: > > Did you tried setting the proxy host/port as we described here [1]? > > Hi Christian, > > Thanks for the suggestion. Do you mean something other than what I > referred to in my original post? > > > camelContext.properties['http.proxyHost'] = > System.properties['http.proxyHost'] > > camelContext.properties['http.proxyPort'] = > System.properties['http.proxyPort'] > > Alex >