Hi, Sorry I forgot to mention. It’s 3.0.1
Best Arian Claus Ibsen <[email protected]> schrieb am Fr. 27. März 2020 um 10:11: > 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 >
