Re: Jetty -> AHC route producing a lot of threads

2015-09-11 Thread Les Novell
/Jetty-AHC-route-producing-a-lot-of-threads-tp5771106p5771455.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Jetty -> AHC route producing a lot of threads

2015-09-10 Thread Les Novell
Thank you, I'll give this a try without dynamic routes and let you know the results! Les -- View this message in context: http://camel.465427.n5.nabble.com/Jetty-AHC-route-producing-a-lot-of-threads-tp5771106p5771413.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Jetty -> AHC route producing a lot of threads

2015-09-05 Thread Claus Ibsen
eaders("CamelHttpPath") >>> >>> .toD("ahc:http://localhost:9000/wait/${headers.timeout}?bridgeEndpoint=true";); >>> >>> It appears that the AHC component is creating worker threads to manage >>> outgoing connections to localhost:9000. One

Re: Jetty -> AHC route producing a lot of threads

2015-09-05 Thread Claus Ibsen
st:9000. One for every connection made to >> localhost:9090. Am I configuring something wrong, or is this a defect in >> AHC? >> >> Camel version is 2.16-SNAPSHOT >> >> Thanks, >> Les >> >> >> >> >> -- >> View this message in

Re: Jetty -> AHC route producing a lot of threads

2015-09-03 Thread Claus Ibsen
idgeEndpoint=true";); > > It appears that the AHC component is creating worker threads to manage > outgoing connections to localhost:9000. One for every connection made to > localhost:9090. Am I configuring something wrong, or is this a defect in > AHC? > > Camel version is

Jetty -> AHC route producing a lot of threads

2015-08-31 Thread Les Novell
eating worker threads to manage outgoing connections to localhost:9000. One for every connection made to localhost:9090. Am I configuring something wrong, or is this a defect in AHC? Camel version is 2.16-SNAPSHOT Thanks, Les -- View this message in context: http://camel.465427.n5.nabble.com/Jetty-AH