Thanks for your reply.

My route looks something like this:

from("jetty:http://localhost:8001/path/";)
                        .to(ExchangePattern.InOut,"http://external servlet
url"+"?*bridgeEndpoint=true*&authMethod=Basic"
+"&throwExceptionOnFailure=false&authUsername="+authUsername+"&authPassword="+authPassword);



--
View this message in context: 
http://camel.465427.n5.nabble.com/Jetty-Consumer-maxThreads-tp5721745p5721886.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to