You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by 廣木康二 <hi...@gmail.com> on 2015/11/25 11:31:32 UTC

question how to asynchronous processing

I have a question about asynchronous processing.
I want to use same thread  for same data
 when I use multiple camel components and multiple threads
 because I want to prevent from overtaking.
So,how could I use multicast() or could I use some other methods?

For example,
  Data1(first dat to come),
  Data2(second data),
  Data3(third data),
  Data1 and Data3 are same data but are not same with Data2.
In this situation, I want to use same thread for Data1 and Data3
 bacause I want to avoid the situation which processing Data3 finishes
 faster than Data1.

---------------------------------------------------------
hiiiroki@gmail.com
---------------------------------------------------------