So from what I observed, toD() creates multiple enpoints for the same route.
If I remove the endpoints and then add the route definition again, I can use
the updated HttpClientConfigurer instance without having to create new
component.
<qoute>
> You need to define a new http4 component if you have different client
> configurer. It can only use one, and the first one created.
>
> So create a new component with a different name, such as http4-foo,
> http4-bar etc.
>
> You can register new components in camel
>
> context.addComponent("http4-foo", new HttpComponent());
--
View this message in context:
http://camel.465427.n5.nabble.com/Unable-to-update-httpclientconfigurer-instance-on-dynamic-to-endpoint-tp5795918p5796671.html
Sent from the Camel - Users mailing list archive at Nabble.com.