Hi,

> But i want send foo directly to seda:next, how i can do with
> MarshalProcessor?

Don't call MarshalProcessor from inline processor. Instead pass
MarshalProcessor to the DSL directly:

from("seda:next").process(marshalProcessor).to(...);

Best regards.

--
Henryk Konsek
http://henryk-konsek.blogspot.com

Reply via email to