Hello, I need to have Jetty working in synchronous mode. How can I do that? I tried using the next options but it doesn't seem to work: <from uri="jetty: http://0.0.0.0:9191/logsol/?sessionSupport=true&useContinuation=false" />
I thought useContinuation=false would help but it seems it doesn't. On my machine it works synchronous with or without that parameter, but on the server I'm deploying it it's still working in asynchronous mode. As I read here (http://camel.apache.org/asynchronous-routing-engine.html) I should use the synchronous=true option but that seems to work only for producers, and I need it to work for Jetty consumer endpoint. Can you please help me with this? Thank you!