There is also a synchronous vm component [1].
However, using asynchronous routing has nothing to do with the message
exchange pattern (MEP), e.g. request/reply. Asynchronous means the request
is processed in a separate thread. If you use the inOut MEP
(request/reply), Camel will take care of correlating the request and
response. Try it out!

[1] http://camel.apache.org/direct-vm.html

Best,
Christian

On Wed, Jul 25, 2012 at 2:39 AM, helander <[email protected]> wrote:

> When reading about the vm component it is described to be asynchronous, so
> it would not fit the request/reply case. Unless you build two separate
> "paths", one for request and one for reply. Or did I miss something?
>
> /Lars
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/camel-nmr-for-camel-2-10-tp5716383p5716432.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to