SwitchYardProducer is propagating TRANSIENT context properties between calls to switchyard:// endpoints in a camel route, e.g.
from("switchyard://Example") .to("switchyard://ServiceA") .to("switchyard://ServiceB");
The transient context properties for invocation of ServiceA (including policy details) are propagated to the call on ServiceB. This should not happen.