Hi,
Regarding the Jetty components documentation (looking at the 2.13.1 version)
I was initially under the impression that I could configure the max/min
Threads of the JettyHttpComponent using a URI on a 'from' clause. eg:
from("jetty:http://host:port/path?minThreads=20&maxThreads=200").to()
When this didn't seem to work and I looked at the code it became apparent
that to configure the component I needed to create it and replace the
default bean with my own instance.
For me the documentation wasn't clear that the two tables named 'Options'
and 'Component Options' are to be used differently. There is a spring xml
sample further down the gave me the hint that I was doing it wrong ...
Am I alone in this or could a sentence or two be added to the docs.
Thanks
Nigel
--
View this message in context:
http://camel.465427.n5.nabble.com/Confusion-over-the-Jetty-component-documentation-and-maxThreads-tp5752595.html
Sent from the Camel - Users mailing list archive at Nabble.com.