Hi On Wed, Sep 21, 2011 at 7:42 AM, pchakinala <[email protected]> wrote: > Hi Claus, > > > > Thanks for the reply. Does Camel http component support below features? > > > > Usecase flow: > > > > http client -à smx http consumer -à camel routing -àxslt àsmx http > provider [ SSL, Http proxy support] -à External service > > > > As you suggested here I can use camel http component instead of smx http > component. > > > > Does camel support Proxy configuration, ssl support ? If it supports can > you update me the URI Syntax or url source to move forward. >
Its more what Apache Commons HTTP 4.x support. Camel is just "a layer" between. You can check out the Camel http4 documentation. http://camel.apache.org/http4 There is some information about using a proxy and SSL for the http client. And sometimes you may find some examples in the unit tests of the component itself https://svn.apache.org/repos/asf/camel/trunk/components/camel-http4/src/test/ And Apache Commons HTTP is currently at 4.1.2. Camel uses 4.1.1 in the released versions. But we will upgrade to 4.1.2 in the next Camel release. And when 4.2.0 is out we will of course also upgrade Camel accordingly. > > > Regards, > > Praveen Chakinala > > > > > > From: Claus Ibsen-2 [via ServiceMix] > [mailto:[email protected]] > Sent: Wednesday, September 21, 2011 10:52 AM > To: pchakinala > Subject: Re: servicemix-htpp commons-http client 4.2 support > > > > On Wed, Sep 21, 2011 at 7:02 AM, pchakinala > <[hidden email]> wrote: >> Hi, >> We are using SMX 4.3.It internally using Commons-http client 3.x for >> servicemix-http component. >> We are planning to use commons-http 4.2 instead of 3.x. Please suggest me >> which config files i need to change to upgrade the http component. >> >> Will commons-http 4.2 be available in SMX next version( SMX 4.4 ). >> > > Apache Commons Http 3.x and 4.x has a big change. The configuration of > 4.x is much different, and much more. > > At Apache Camel we created a new Camel component to support both of > them. As upgrading the old 3.x to 4.x is a very big task. > Also from end users point of view as the migration from 3.x to 4.x is > also a bigger change. > > As the SMX JBI components is kinda deprecated in favor of Apache > Camel, then I suggest that you start > looking into using Camel instead. > > So I doubt the SMX team will upgrade or build a new JBI component in SMX. > > However we love contributions and ppl can build custom 3rd party JBI > components and have them plug'n'play into SMX (that was actually one > of the ideas behind the JBI spec.) > > >> Regards, >> Praveen Chakinala >> >> >> >> >> -- >> View this message in context: >> http://servicemix.396122.n5.nabble.com/servicemix-htpp-commons-http-client-4-2-support-tp4825143p4825143.html >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> > > > > > -- > Claus Ibsen > ----------------- > FuseSource > Email: [hidden email] > Web: http://fusesource.com > Twitter: davsclaus, fusenews > Blog: http://davsclaus.blogspot.com/ > Author of Camel in Action: http://www.manning.com/ibsen/ > > > > _____ > > If you reply to this email, your message will be added to the discussion > below: > > http://servicemix.396122.n5.nabble.com/servicemix-htpp-commons-http-client-4-2-support-tp4825143p4825177.html > > To unsubscribe from servicemix-htpp commons-http client 4.2 support, click > here > <http://servicemix.396122.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4825143&code=cHJhdmVlbi5jaGFraW5hbGFAcGxhbmV0c29mdC5jb218NDgyNTE0M3wtMjAwNDE3OTQwNg==> > . > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/servicemix-htpp-commons-http-client-4-2-support-tp4825143p4825206.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
