Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
from timer:a
to direct:b
from direct:b
log b
to seda:c
from seda:c
log c
Given 1 exchange triggered by the timer
then route a, b and c will all says total = 1
and the camel context would say total = 3 (for every route - even if it was the same exchange)