Re: Overrule default http4 component

2014-09-24 Thread Geert Vanheusden
Thanks Willem. Then I can leave my configuration as it is. Geert GEERT VANHEUSDEN SENIOR DEVELOPER Jaarbeurslaan 19 box 11, 3600 Genk, Belgium T +32 (0)89 32 34 80 F +32 (0)89 36 37 95 www.aviobook.aero Product of the AvioVision Company The information contained in this message may be

Overrule default http4 component

2014-09-23 Thread Geert Vanheusden
Hi, I have two questions concerning overruling the default http4 component. Currently I use the following Spring config to override the http4 component: - bean id=httpClientConnectionManager class=org.apache.http.impl.conn.PoolingHttpClientConnectionManager !-- Set timeout for

Re: Overrule default http4 component

2014-09-23 Thread Willem Jiang
It should be OK to share the components across the camel contexts which is inside of the same spring application context. As camel context look up the component from the registry which delegates to the spring application to look up the beans by using name. -- Willem Jiang Red Hat, Inc.