On 15 September 2013 05:36, Christian Posta <christian.po...@gmail.com> wrote: > Alex, > > As Christian M. points out, use the camel config on the endpoint, not the > way you're doing in your OP. > > Cheers > > > On Wed, Sep 11, 2013 at 6:03 AM, 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 >> > > > > -- > *Christian Posta* > http://www.christianposta.com/blog > twitter: @christianposta
Thanks for the pointers - will probably give this a go next week. As I'm using this to mock 3rd party services for a camel-based system under test, changing endpoint URLs is not convenient, but it's very helpful to know that other methods do not work.