Direct vs. SEDA vs. VM Components of Apache Camel
Direct - Synchronous calls to routes in the same context and VM
SEDA - Asynchronous calls to routes in the same context and VM
VM - Asynchronous calls to routes in other contexts in the same VM
http://camel.apache.org/direct.html
http://camel.apache.org/seda.html
http://camel.apache.org/vm.html
Advertisement