Hi

What Camel version are you using?

On Fri, Mar 27, 2020 at 10:01 AM Arian Treffer <[email protected]> wrote:
>
> Hi,
>
> I was unable to configure maximumPoolSize using below code:
>
>             restConfiguration()
>                 .component("netty-http")
>                 .componentProperty("maximumPoolSize ", "200");
>
> Using this code did the trick
>
>             NettyHttpComponent o =
> getContext().getComponent("netty-http", NettyHttpComponent.class);
>             o.setMaximumPoolSize(200);
>
> Is this intentional?
>
> Best regards,
> Arian



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to