I Use a route where my Bean make a call to a webservice, I use SEDA to support multiple request. This are request-response how can I do to not block ? because if I use request-response with seda with first request seda block until is completed, and then process next request, If I don't use request-response all request are processed simultaneously.
<route> <from uri="activemq:test99"/> <to uri="seda:bar?concurrentConsumers=5"/> </route> <route> <from uri="seda:bar?concurrentConsumers=5"/> <to uri="bean:TestG1"/> </route> can u help me? -- View this message in context: http://camel.465427.n5.nabble.com/SEDA-with-request-response-tp2844259p2844259.html Sent from the Camel - Users mailing list archive at Nabble.com.