Hello, I want to implement that piece of configuration in Scala DSL, but can't find the solution:
from("direct:in").split(body()).to("direct:out")
The problem is the split() statement, Scala DSL's split has type
(Exhange => Any) but what should I do inside this function?
Thanks!
--
Andrey Popp
phone: +7 911 740 24 91
e-mail: [email protected]
