Hello,
Thanks for the answer. The example and the explanation are crystal clear.
Thanks again.
On Thu, Jan 26, 2017 at 9:48 AM, Jean-Baptiste Onofré
wrote:
> Hi Alvaro,
>
> Beam is big data processing whereas Camel is messaging/integration
> framework.
>
> One of key difference is in Camel you
Hi Alvaro,
Beam is big data processing whereas Camel is messaging/integration
framework.
One of key difference is in Camel you have InOut message pattern. It
means that, on completion of a Camel Exchange, you can return (using the
out message) something to the client (like a REST client).
Th