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.

---------------------------------------------------------
hiiir...@gmail.com
---------------------------------------------------------

Reply via email to