I've a route that consumes from a Jetty endpoint like this ..
Behind th ActiveMQ queue is configured an other route for processing. The behavior is that I'm getting a response back with the finally processed message and so far the response is blocking until the message has been processed at all. Is it possible to configure the above route as an HTTP endpoint that captures the incoming data, sends back a response immediately (e.g. HTTP-200) and so far decouples the message receive through HTTP from the rest of the processing? Best - Gerald -- View this message in context: http://servicemix.396122.n5.nabble.com/How-to-setup-Camel-Jetty-for-a-asynchronous-behavior-tp5722951.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
