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
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
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
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
:
http://camel.465427.n5.nabble.com/Camel-Http-Component-tp5781196p5781299.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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
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
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.
>
.nabble.com/soTimeout-ignored-by-camel-http-component-tp5746289p5777182.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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.
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
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
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
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.
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.
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-
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:
&
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.
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
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
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
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
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:
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
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
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.
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
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.
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.
>
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.
("${body}"))
> .to("http4://dummyHost.com?" + npAuthenticationString)
> .convertBodyTo(Document.class)
> .bean(HelperBean.class, "setUrlETagMapping")
> .process(new ObjectCreationProcess(xmlToObjectMapping)
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.
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.
>
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.
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
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
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
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.
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
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.
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.
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
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
> 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
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
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.
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
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.
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.
/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
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.
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
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
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
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
55 matches
Mail list logo