In my process, I have two events that must be completed before the
third can proceed.
One event is the arrival of a certain JMS message and the other is the
arrival of
a certain file type.  The problem is, I cannot represent this in a
route pipeline because
one event may occur before the other and it's totally random from one
run to another.

In the abstract, I'm thinking one of the EIP patterns, either
"resequencer" or "scatter-gather"
applies, but I'm not certain how to do this in a concrete way with
Camel.  If anyone has
ideas, that would be great...

Thanks,


Chris

Reply via email to