Hi fellow riders, The async routing engine page in the docs [1] suggests that the SEDA Producer is async. I may be slightly confused, but I don't see the SedaProducer returning "false" in its process() method at any point (overridden from DefaultAsyncProducer).
In fact, all unit tests that require the async routing engine to be in place use a utility component called MyAsyncComponent, rather than SEDA. Am I missing something? [1] http://camel.apache.org/asynchronous-routing-engine.html Thanks! Raúl.