On Wed, Oct 31, 2012 at 4:49 PM, cgsk <karthik2...@gmail.com> wrote: > 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); >
Use the jetty http producer instead. That works better with jetty, so you use jetty on both sides. .to(ExchangePattern.InOut, "jetty:http://external servlet..." Notice the jetty: prefix above ^^^ > > > -- > 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. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen