Re: Camel HTTP Component is not allowing underscores in the hostname

2020-02-11 Thread Claus Ibsen
Hi You can extend the http4 component yourself and then try to see if you can override (and copy the source if needed) from the existing component to add in your workaround. underscores are forbidden for hostnames so its an invalid name. You can maybe also try to add a DNS name "hack" in etc/hos

Camel HTTP Component is not allowing underscores in the hostname

2020-02-11 Thread Padma-Priya Kowlwar -Extern
Hello Everybody, We are trying to connect to a https endpoint from our camel route using http4 component which has an underscore in the hostname. The endpoint looks like https://x_y.abc.zu.dw:1243/path and we receive an error message "Invalid uri: https:/path?chunked=true&httpClient.connectTi

Camel Issue : How to map the response for the REST request by Apache camel HTTP component

2016-08-22 Thread Udara Seneviratne
Hi, Please be kind enough to go through the following issue and provide necessary support. http://stackoverflow.com/questions/39076452/how-to-map-the-response-for-the-rest-request-by-apache-camel-http-component Best Regards from Udara Seneviratne

Unable to configure “Keep Alive” in Camel HTTP component

2016-08-01 Thread Markus.Zimmer
Hello, I asked the question on Stackoverflow (http://stackoverflow.com/questions/38701588/unable-to-configure-keep-alive-in-camel-http-component) but it might be a good idea to ask here too: I'm having some troubles with the right setup of the HTTP component. Currently a microservice pulls

Re: Camel Http Component

2016-04-18 Thread VinothKR
: http://camel.465427.n5.nabble.com/Camel-Http-Component-tp5781196p5781299.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Http Component

2016-04-15 Thread VinothKR
Hi Team, I need to pass a Java model object to rest webservice using camel http component. Please provide me some pointers on how to achieve it. something in the route like, and since no other way is available to add dynamic url parameters we need to pass it through set headers like

Re: soTimeout ignored by camel http component

2016-02-04 Thread yuktisinghal
In my application camel version is 2.14, i tried using EIN BU ut i am not getting how ti use it for setting timeout fir each request.could you please explain it with an example?? -- View this message in context: http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component

Re: soTimeout ignored by camel http component

2016-02-03 Thread Andreas Siepert
this message in context: > http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5777182.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: soTimeout ignored by camel http component

2016-02-03 Thread yuktisinghal
.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5777182.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: soTimeout ignored by camel http component

2014-01-21 Thread toomanyedwards
Good point! I'll look into it. Thanks again! -- View this message in context: http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5746303.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: soTimeout ignored by camel http component

2014-01-21 Thread Claus Ibsen
ach http endpoint. Just my $0.02. Thanks again for your help! > > -e > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5746298.html > Sent from the Camel - Users mailing list archive at N

Re: soTimeout ignored by camel http component

2014-01-21 Thread toomanyedwards
docs were more explicit as to what settings are global to the http component and which are specific to each http endpoint. Just my $0.02. Thanks again for your help! -e -- View this message in context: http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5746298.htm

Re: soTimeout ignored by camel http component

2014-01-21 Thread Claus Ibsen
ttp://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5746295.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://davsclaus.com Author of

Re: soTimeout ignored by camel http component

2014-01-21 Thread toomanyedwards
a route use a single connection manager with a global timeout? -e -- View this message in context: http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5746295.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: soTimeout ignored by camel http component

2014-01-21 Thread toomanyedwards
ce.com but would use the timeout set by the dummyUri? -e -- View this message in context: http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5746292.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: soTimeout ignored by camel http component

2014-01-21 Thread Claus Ibsen
nge.HTTP_URI header (e.g. - > http://myservice.com) and in the example my route would use > http://myservice.com but would use the timeout set by the dummyUri? > > -e > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-

Re: soTimeout ignored by camel http component

2014-01-21 Thread Claus Ibsen
y feedback. We have been very happy with using camel in our > project and this is the first thing we've come across that I'd characterize > as a major bug, but hopefully I'm mistaken here. Thanks again! > > -e > > > > -- > View this message in context: &

soTimeout ignored by camel http component

2014-01-21 Thread toomanyedwards
erize as a major bug, but hopefully I'm mistaken here. Thanks again! -e -- View this message in context: http://camel.465427.n5.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-20 Thread Alex Anderson
On 15 September 2013 05:36, Christian Posta 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 wrote: > >> On 10 September 2013 22:49, Christian Müller >> wrote

Re: Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-14 Thread Christian Posta
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 wrote: > On 10 September 2013 22:49, Christian Müller > wrote: > > Did you tried setting the proxy host/port as we described here

Re: Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-14 Thread Christian Müller
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

Re: Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-11 Thread Alex Anderson
On 10 September 2013 22:49, Christian Müller 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

Re: Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-10 Thread Christian Müller
Did you tried setting the proxy host/port as we described here [1]? [1] http://camel.apache.org/http.html Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member:

Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-05 Thread Alex Anderson
I'm writing some test code which uses and HTTP/HTTPS proxy to mock 3rd party webservices. For non-camel code, I configure the proxy using the java system properties: http.proxyHost, http.proxyPort, https.proxyHost, https.proxyPort, http.nonProxyHosts. These settings seem to be ignored by camel, s

Re: Camel HTTP component vs. Apache HTTP client

2013-07-24 Thread humayun0156
yes @Partha is right. i used the HttpEndpoints options "httpClient.authenticationPreemptive=true" in my url and the download time per xml reduced to 250-300ms. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p57

Re: Camel HTTP component vs. Apache HTTP client

2013-07-24 Thread partha
the time to download. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5736197.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel HTTP component vs. Apache HTTP client

2013-07-22 Thread humayun0156
HelperBean.java <http://paste.ubuntu.com/5899832/> ObjectCreatoinProcessor.java <http://paste.ubuntu.com/5899836/> -- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5736005.html Sent from the Camel - Users

Re: Camel HTTP component vs. Apache HTTP client

2013-07-22 Thread Raul Kripalani
gt;.process(new ObjectCreationProcess(xmlToObjectMapping)); > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5735974.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel HTTP component vs. Apache HTTP client

2013-07-21 Thread Willem Jiang
context: > http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5735995.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Camel HTTP component vs. Apache HTTP client

2013-07-21 Thread humayun0156
my xml files are not more than 5kb and i don't want to cache them. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5735995.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel HTTP component vs. Apache HTTP client

2013-07-21 Thread Willem Jiang
("${body}")) > .to("http4://dummyHost.com?" + npAuthenticationString) > .convertBodyTo(Document.class) > .bean(HelperBean.class, "setUrlETagMapping") > .process(new ObjectCreationProcess(xmlToObjectMapping)

Re: Camel HTTP component vs. Apache HTTP client

2013-07-21 Thread humayun0156
new ObjectCreationProcess(xmlToObjectMapping)); -- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5735974.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel HTTP component vs. Apache HTTP client

2013-07-21 Thread Raul Kripalani
ct to camel or not. > > Thanks > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5735960.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Camel HTTP component vs. Apache HTTP client

2013-07-21 Thread humayun0156
porntat. we should decide whether we should port our project to camel or not. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5735960.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel HTTP component vs. Apache HTTP client

2013-07-21 Thread Raul Kripalani
tch.stop(); > > > The StringBodyProcessor is simply to set the url in the exchange body. > The ObjectCreationgProcess is simply to create a new Object of the > downloaded xml. > > My producer template is in a recursive loop. > > and my resourceURI is looks lik

Re: Camel HTTP component vs. Apache HTTP client

2013-07-20 Thread humayun0156
topWatch.stop(); The StringBodyProcessor is simply to set the url in the exchange body. The ObjectCreationgProcess is simply to create a new Object of the downloaded xml. My producer template is in a recursive loop. and my resourceURI is looks like : http://mysite.com/users/{id} -- View

Re: Camel HTTP component vs. Apache HTTP client

2013-07-20 Thread Christian Müller
00-800 ms but if i used for same request using Apache HTTP client > then it took 300-400 ms. Is it expected behavior or i misuse of camel's > HTTP > component? > Any idea? > > Thanks in advance. > > > > -- > View this message in context: > http://camel.46542

Camel HTTP component vs. Apache HTTP client

2013-07-20 Thread humayun0156
of camel's HTTP component? Any idea? Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel HTTP component timeout issue

2013-02-13 Thread cgsk
Hi there, I am using camel http component for calling external webservice. For timeout I am setting httpClient.soTimeout=1 as a query parameter in the service url. But while testing the graceful degradation, we did dropped the response packets from the service host as part of our testing and

Re: How to set the CRL path for Camel HTTP component?

2012-05-08 Thread yoleng
Hi, Claus Ibsen-2 Thanks. we will check these components.:) Regards. Leng Yong. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-the-CRL-path-for-Camel-HTTP-component-tp5692798p5696357.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to set the CRL path for Camel HTTP component?

2012-05-08 Thread ychawla
nt Thanks, Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-the-CRL-path-for-Camel-HTTP-component-tp5692798p5696375.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to set the CRL path for Camel HTTP component?

2012-05-08 Thread Claus Ibsen
configuration with http://camel.apache.org/camel-configuration-utilities.html I am not sure if the revocation is supported from this. On Tue, May 8, 2012 at 8:21 AM, yoleng wrote: > Hi, all > > Now we need add the CRL (certification revocation list) check in our Camel > HTTP component as

How to set the CRL path for Camel HTTP component?

2012-05-07 Thread yoleng
Hi, all Now we need add the CRL (certification revocation list) check in our Camel HTTP component as HTTP client, How can I set this to HTTP component? Thanks. Regards. Leng Yong. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-the-CRL-path-for-Camel-HTTP

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-12 Thread xverges
> It sounds as camel-http4 has a bug, as opposed > to camel-http. > Could you create a JIRA ticket? Done. https://issues.apache.org/jira/browse/CAMEL-4768 Thanks! -Xavier -- View this message in context: http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-comp

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-11 Thread Claus Ibsen
sage in context: > http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5066399.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fu

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-11 Thread xverges
d of camel-http4, and no extra parameters were being sent. -Xavier -- View this message in context: http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5066399.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-11 Thread xverges
dencies and the route. Disclaimer: I'm totally new to camel (and to spring, and to maven, and to...). Apologies if I'm missing something obvious. Thanks for your time. -Xavier -- View this message in context: http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-co

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-06 Thread suman
onfusion caused and many thanks for looking into it. -- View this message in context: http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5051631.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-04 Thread Willem Jiang
Iam using v2.8.2.Do I need to upgrade any further? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5042889.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-04 Thread Willem Jiang
/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5042889.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Willem -- FuseSource Web: http://www.fusesource.com Blog:http://willemjiang.blogspot.com (English

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-02 Thread suman
Hello Iam using v2.8.2.Do I need to upgrade any further? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5042889.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Extra Request Params sent in camel HTTP component(GET request)

2011-12-02 Thread Claus Ibsen
ny Thanks > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5042808.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - FuseSou

Extra Request Params sent in camel HTTP component(GET request)

2011-12-02 Thread suman
sending these parameters as it looks confusing for people looking at application logs? Many Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5042808.html Sent from the Camel - Users mailing list ar

Re: How to receive soap response attachment using Camel-Http component

2010-10-01 Thread Ashwin Karpe
ttp://opensourceknowledge.blogspot.com http://opensourceknowledge.blogspot.com - -- View this message in context: http://camel.465427.n5.nabble.com/How-to-receive-soap-response-attachment-using-Camel-Http-component-tp2856274p3073555.html Sent fro

How to receive soap response attachment using Camel-Http component

2010-09-27 Thread harbeer.kadian
Hi, I am using Camel-Http component to talk with remote Webservices. One of the operation present in the Webservice returns an attachment with it. The problem here is that the camel copies the whole response in the body part of org.apache.camel.Message class. The message class contains method