In that case, you have 2 options (at least);
-
use a join node to ensure that both messages are joined and passed through the flow at the exact same time.
-
save one of the msg's to context, and then retrieve it when the other msg arrives, so again both msg's pass through the flow at the same time.